| web application architecture [message #639954] |
Thu, 18 November 2010 09:22 |
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!
|
|
|
Powered by
FUDForum. Page generated in 0.01588 seconds