Malcolm Mallia wrote:
I wish to implement a database and model classes on one server and have the action, actionform and jsp in another project on another server. Can I map the struts-config to read across servers? What is the best way to implment this without changing my project to an enterprise project?

Struts doesn't have any specific support for doing this sort of thing; you'll need to implement remoting of your model / business layer yourself. Your options are as they would be outside Struts (RMI, CORBA, J2EE, etc.) The relative merits of those approaches are a bit outside the scope of this list ;-)

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to