Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » web application architecture
web application architecture [message #639954] Thu, 18 November 2010 09:22
giorgio is currently offline giorgio
Messages: 1
Registered: July 2009
Junior Member
Hi!
I would like to implement a personal web architecture based on equinox and osgi.
I thought to implement a bridge and many web apps.
the bridge has many bundle inside and I can call these bundles from any web app.
Now..I have studied some solutions, but I always found that the bridge is deployed INSIDE every web app and then the web app servlet use the osgi HttpServiceServlet to serve Http request.
Now...I would like to have separate servlets for avery web app and only one servlet that call the osgi HttpServiceServlet that serve the request calling a bundle.
For example...I have a web app with a internal servlet, for example guice servlet that draw my page.
When I need the stores to populate the page with data, I call the brigde, that redirect the request to a bundle. This bundle implements the db access and the data reading.
Now...is this scenario right? I'm looking for an example of how to configure a web app to call the bridge servlet.
Thanks!
Previous Topic:Equinox p2 Admin UI broken for Helios
Next Topic:Can p2 update use Dynamic update site?
Goto Forum:
  


Current Time: Sat May 25 19:39:47 EDT 2013

Powered by FUDForum. Page generated in 0.01588 seconds