Re: Adding a plug-in to a webapp

2005-09-19 Thread Laurie Harper
Wow, that's a big topic :-) The first thing I'd suggest is to think about using a full J2EE application server and packaging your apps/modules as EARs/WARs/etc. J2EE already includes solutions to most of the requirements you list below; in particular, you can use the app server's deployment fea

Re: Adding a plug-in to a webapp

2005-09-19 Thread Murray Collingwood
go unmanaged until the next 6-month release. > > -- Joe > > Original Message Follows > From: "Murray Collingwood" <[EMAIL PROTECTED]> > Reply-To: "Struts Users Mailing List" > To: "Struts Users Mailing List" > Subject: Re: Adding a plug-in to

Re: Adding a plug-in to a webapp

2005-09-19 Thread Gareth Evans
iginal Message Follows From: "Murray Collingwood" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: Adding a plug-in to a webapp Date: Mon, 19 Sep 2005 12:05:29 +1000 Can you deploy the entire application

Re: Adding a plug-in to a webapp

2005-09-19 Thread Joe Bermann
new server types will go unmanaged until the next 6-month release. -- Joe Original Message Follows From: "Murray Collingwood" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: Adding a plug-in to a web

Re: Adding a plug-in to a webapp

2005-09-18 Thread Murray Collingwood
Can you deploy the entire application with all options and use the security system to establish which menu items appear? This avoids the problem of different versions of baseApp and module. It also avoids the problem of trying to look for different modules installed. The only issue is that there