Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google AppEngine adding modules wihout maven

i have gone through lot of search result, and couldn't find what i want, i have been using appengine for long time, with single war directory its nice and easy. Now Google Announced Appengine Modules are available for GA, i have read all about it, and i know how it works.

my question is , how do i add modules to appengine without maven?,i dont want to use maven, i kind of fustrated with GAE + Maven + Eclipse, no hot redeployment.

so can anyone give me a example for how to add modules to appengine app without maven support.

Another Question is, i know lot of people are using appengine with maven, but i tried a lot to make all three (GAE + maven + eclipse) work, but i couldn't.

so people using appengine with maven, can you people recommend better way to use it?

Thanks!

like image 440
Ramesh Lingappa Avatar asked Mar 29 '14 15:03

Ramesh Lingappa


1 Answers

Create EAR project by selecting Java EE > Enterprise Application Project, and then select Google App Engine as Target runtime. After that, just add web modules to the EAR project with selecting Google App Engine as Target runtime

like image 50
Eng.Fouad Avatar answered Nov 07 '22 05:11

Eng.Fouad