November 29, 2007
Deploying your RAP application tips
RAP Deployment - Part 1: Deploying your application with Jetty
When it comes to deploying your RAP Application you have two options: you can either put the web server inside the OSGi runtime (Equinox + Jetty + RAP + your app) or you can put the OSGi runtime inside an existing server (.war file with the Servlet Bridge + Equinox + RAP + your app).
I recently spent some time exploring both options and found the process of "getting it right" intimidating (at least the first time). To give you a head start I'll share my experiences.