> From: Goren Il [mailto:[email protected]] > Subject: Re: How to call an external class from a webapp (i.e. - > implement a plugin) > > Aren't there other webapps that have plugin capabilities?
The philosophy of the servlet spec is to have self-contained webapps, so plugins aren't really catered for. (Might be something in the 3.0 spec, but I haven't really studied it yet.) As an alternative to direct class calls, can you package the add-on as a separate context and reference it via forwarding or as a web service? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
