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)?
pom.xmlfrom scratch? - Igor Artamonov