2
votes

I followed the StockWatcher GWT tutorial with success and made the integration with GAE datastore using JDO based persistence.

Now I wanted to introduce Objectify, a third party framework for persistence.

If I correctly understand, Google uses ant to manage project's lifecycle.

Some years ago, I was using Maven2, it was pretty handy to manage having always the latest versions of all your libraries.

How can I add Maven to my project (without creating it from scratch, obviously)?

2
Hm, are you asking about mavenizing without creating pom.xml from scratch? - Igor Artamonov

2 Answers

1
votes
0
votes

Have a look to the Maven GAE plugin and gae-maven-goodies projects.

The maven-gae-plugin provides support for Google App Engine projects. Basically, it attempts to cover all the basic operations provided by Google App Engine SDK, such as running project locally, deploying it to Google's cloud, retrieving production logs etc.

Other resources:

Mavenize an app engine project #1
Mavenize an app engine project #2
Mavenize an app engine project #3