Hi,

We've recently changed our architecture in order to reduce the applet
client's size. For instance, before, in a two-tier architecture, we had a
2.3 MB client with all the database code, business logic and the db driver
in it. Now we added a middle-tier using EJBs and our client jar is about 1.3
MB large, the rest of the code being in the Beans. But, this client needs
j2ee.jar (5MB) plus 350ks of other jar in order to run !

How do I reduce the size of the jar, do I have to manually isolate the
packages I use in the jar and build a smaller version of it myself ?

Down the line, isn't the goal to have a smaller client or am I missing
something ?

Any thought ?

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to