A common problem not directly ejb but regarding ejb based systems.

How do you package a client so that you can install exactly the classes
required by the client and no more. This is especially a problem with
weblogic, which do not provide any client side classes. Sun RI creates a
client jar and is in that way a lot better.

I have been looking around for a tool but basically is running the client
with "java -verbose" and parse the output to get all classes the only way
that works.

Has anyone solved this problem, I would be very grateful for an answer.
Regards
Erik

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to