Re: Struts and OsGI

2008-05-01 Thread Musachy Barroso
Spring also has support for loading beans from bundles, independent from the MVC part, which we are using in the OSGi plugin. musachy On Wed, Apr 30, 2008 at 11:41 PM, Don Brown <[EMAIL PROTECTED]> wrote: > Spring MVC is taking a significantly different approach than Struts 2, > as I understand

Re: Struts and OsGI

2008-04-30 Thread Don Brown
Spring MVC is taking a significantly different approach than Struts 2, as I understand it. Their OSGi support allows you to deploy a Spring MVC-based war into an OSGi container, while the Struts 2 plugin allows you to build part of your app as an OSGi bundle and deploy it in the embedded OSGi cont

Re: Struts and OsGI

2008-04-30 Thread Frans Thamura
On Wed, Apr 30, 2008 at 11:45 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > There is a plugin that provides OSGi support: > > http://cwiki.apache.org/S2PLUGINS/osgi-plugin.html > i just thinking about running Struts2 on Equinox. f

Re: Struts and OsGI

2008-04-30 Thread Musachy Barroso
There is a plugin that provides OSGi support: http://cwiki.apache.org/S2PLUGINS/osgi-plugin.html regards musachy On Wed, Apr 30, 2008 at 12:33 PM, Frans Thamura <[EMAIL PROTECTED]> wrote: > there are several topic about OSGI > > will S2 or S3 have osgi support > > which now i can see SpringMVC

Struts and OsGI

2008-04-30 Thread Frans Thamura
there are several topic about OSGI will S2 or S3 have osgi support which now i can see SpringMVC support it F