"[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
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
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