RE: Question on jar file size

2006-03-23 Thread Caldarale, Charles R
> From: Christopher Molnar [mailto:[EMAIL PROTECTED] > Subject: Re: Question on jar file size > > Reason I am asking is we have a web app that is run on laptops and > then synced with a main server daily. I am wondering if it is better > to (as the thing grows) to break

Re: Question on jar file size

2006-03-23 Thread Christopher Molnar
Reason I am asking is we have a web app that is run on laptops and then synced with a main server daily. I am wondering if it is better to (as the thing grows) to break it up into smaller jar files or continue to leave it as one file. I am currently right at 700KB. -Chris (who is doing a ma

RE: Question on jar file size

2006-03-23 Thread Allistair Crossley
I don't think so, you may find performance issues I suppose in terms of time to load classes, and memory limitations will constrain you, but theoretically I don't believe so. Xalan is 3MB which is one of the largest we use. Allistair. -Original Message- From: Christopher Molnar [mailto