I am using GAE plugin for eclipse and wanted to know if the plugin takes care of packing every class files in a single jar before deployement ?
I’ve heard that application performance can be slow if we have lot of class files.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use maven for build and dependency definition rather than Eclipse and the Google plugin. But generally if you have a single module in your project all the code for this will be built into a single jar file and bundled into a .war file together with all the jars defined in your dependencies.