Re: Design Question - Struts for Generic Applications

2004-04-22 Thread Joe Germuska
It might be worth having a look at the struts-bsf library at http://struts.sourceforge.net/ It would allow rapid development using scripting languages to write actions while still providing a more future-proof "interface" between your view and your controller. That is, the JSPs wouldn't have t

Design Question - Struts for Generic Applications

2004-04-22 Thread Gogineni, Pratima
I am designing an interface to interact with our proprietary servers. For a clean application you would typically make calls to this interface through struts actions that you would write that are specific to your application & have form beans that are specific to your view. Now we also have some c