I have read that JARing up Java classes before uploading them to App Engine improves performance. Can anyone explain how that is done? Can that be achieved from within Eclipse?
Share
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.
You can easily use Ant to make the jar
My layout is like:
Alternatively you can use an Ant task to deploy
Configure Eclipse to pre-bundle App Engine classes into a single JAR for faster warm-up
I haven’t done it that way as I’m not sure how to handle the passphrase authentication.