ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Only include necessary libraries

diego898
11 Aug 2010 09:39:44 GMT
11 Aug 2010 09:39:44 GMT

Hello all,

I installed ZK Studio and have used it to create a new ZK based webapp. However, inside my /WebContent/WEB-INF/lib folder, there are a number of .jar files that were included automatically. I'm assuming this was done by selecting "create a new ZK project". However, when it comes time to deploy this to the webserver, I only want to include the libraries I actually need and use. Is there a way of finding that information out so I can shrink the size of my .WAR file?

Thanks!

PeterKuo
11 Aug 2010 20:19:29 GMT
11 Aug 2010 20:19:29 GMT

You have to know the function of each jar file.
You can also try to remove one jar at a time, and see if it can still be deployed.

diego898
12 Aug 2010 06:53:19 GMT
12 Aug 2010 06:53:19 GMT

How do I find out the function of each jar file?

asilbek
26 Feb 2011 14:12:29 GMT
26 Feb 2011 14:12:29 GMT

just try to remove jars one by one then u can realize which library u r using