Re: Separating Applet classes from Servlet classes.

2001-05-29 Thread Bo Xu
"[Steven Shaw]" wrote: > Is it wise ( or neccessary ) to separate Applet classes from servlet > classes? Can this be answered in detail from some publication? > Thank you, > > -Steven Shaw > [...] Hi :-) I think if you use the following way to set the "codebase", you can put you Applet class a

Re: Separating Applet classes from Servlet classes.

2001-05-29 Thread Mark Galbreath
I've never considered nor heard of combining applet and servlet classes. Not only are you violating functional separation (decoupling), disregarding every accepted design pattern known, but are burdening the client with server code and vice-versa (though the latter's performance impact would be m

Separating Applet classes from Servlet classes.

2001-05-29 Thread [Steven Shaw]
Is it wise ( or neccessary ) to separate Applet classes from servlet classes? Can this be answered in detail from some publication? Thank you, -Steven Shaw This message may contain information which is private, privileged or confidential and is intended solely for the use of the individ