RE: [S2] Plugin architecture

2008-11-19 Thread Relph,Brian
Don, is the Archiva port available in anywhere, maybe a sandbox? Brian Relph -Original Message- From: Relph,Brian [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 10:20 AM To: Struts Users Mailing List Subject: RE: [S2] Plugin architecture The source is viewable here

Re: [S2] Plugin architecture

2008-11-19 Thread Andreas Mähler
Hi Relph, I have (almost) successfully implemented a plugin supporting webapp using Struts2 and the Java Plugin Framework (JPF). http://jpf.sourceforge.net/ ~Andreas Relph,Brian schrieb: Hello, I am trying to build a struts2 app that has support for plugins - not a "struts2-plugin" - b

RE: [S2] Plugin architecture

2008-11-19 Thread Relph,Brian
14:00 -0600, Relph,Brian wrote: >>> > That plugin looks promising, the isolated classpaths requirement >>> > could >>> be >>> bent ... >>> > >>> > Does the plugin require that all actions be loaded from bundles? >>> > >>&g

Re: [S2] Plugin architecture

2008-11-18 Thread alvins
t; > That plugin looks promising, the isolated classpaths requirement could >>> be >>> bent ... >>> > >>> > Does the plugin require that all actions be loaded from bundles? >>> > >>> > Brian Relph >>> > >>

Re: [S2] Plugin architecture

2008-11-18 Thread Don Brown
wrote: >> > That plugin looks promising, the isolated classpaths requirement could be >> bent ... >> > >> > Does the plugin require that all actions be loaded from bundles? >> > >> > Brian Relph >> > >> > -Original Messa

Re: [S2] Plugin architecture

2008-11-18 Thread Musachy Barroso
loaded from bundles? > > > > Brian Relph > > > > -Original Message- > > From: Wes Wannemacher [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 18, 2008 10:18 AM > > To: Struts Users Mailing List > > Subject: Re: [S2] Plugin archit

RE: [S2] Plugin architecture

2008-11-18 Thread Wes Wannemacher
the isolated classpaths requirement could be > bent ... > > Does the plugin require that all actions be loaded from bundles? > > Brian Relph > > -Original Message- > From: Wes Wannemacher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2008 10:18 AM > To:

RE: [S2] Plugin architecture

2008-11-18 Thread Relph,Brian
Users Mailing List Subject: Re: [S2] Plugin architecture I am not sure if it does exactly what you want (isolated classpaths), but this might help get you started - http://cwiki.apache.org/S2PLUGINS/osgi-plugin.html Note, this plugin is experimental and hasn't seen updates in a while, but

Re: [S2] Plugin architecture

2008-11-18 Thread Wes Wannemacher
I am not sure if it does exactly what you want (isolated classpaths), but this might help get you started - http://cwiki.apache.org/S2PLUGINS/osgi-plugin.html Note, this plugin is experimental and hasn't seen updates in a while, but still worthwhile. -Wes On Tue, Nov 18, 2008 at 11:10 AM, Relph