RE: Dynamic extension of web apps

2004-07-10 Thread Michael McGrady
Struts has the mechanism to do this too, by the way. What I do is to define tiles, e.g. "html_page", "wap_page", and then reference just "page" in the struts-config.xml. You have the controller detect the device coming in and switch the tiles reference as required. This can also be used, by

RE: Dynamic extension of web apps

2004-07-08 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 3:22 PM > To: Struts Users Mailing List > Subject: RE: Dynamic extension of web apps > > > > HI Jim, > > Yep, that's what I'm thinkin

RE: Dynamic extension of web apps

2004-07-08 Thread dhay
e security risks of course, and rather severe ones with allowing anyone to drop a war file and have it activated. Other then that.. I don't know of any easy solution. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 3:

RE: Dynamic extension of web apps

2004-07-08 Thread Jim Barrows
> Sent: Thursday, July 08, 2004 3:00 PM > To: Struts Users Mailing List > Subject: RE: Dynamic extension of web apps > > > > Hi Jim, > > Sorry - don't think I was clear...it's not the client that > will change - > in fact that will all be HTML - b

RE: Dynamic extension of web apps

2004-07-08 Thread dhay
| | Subject: RE: Dynamic extension of web apps | >---| > -

RE: Dynamic extension of web apps

2004-07-08 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 2:00 PM > To: Struts Users Mailing List > Subject: Dynamic extension of web apps > > > > Hi, > > I need to design a web app that is extensible dyn

Dynamic extension of web apps

2004-07-08 Thread dhay
Hi, I need to design a web app that is extensible dynamically. For example, if we decide to support a different device type, we need to be able to drop in info for that device type and have the web app pick it up - these could be files of all different types eg jsp's, html, xml, class files etc.