Looking for maven archetype for objectify + gwtp

990 views Asked by At

Looking for the maven archetype/template for google app engine Objectify + google web toolkit Platform. ( We don't need any Spring code. )

We need a version that can work immediately to build, compile, debug locally and to upload to app engine.

It needs to be able to generate eclipse (Indigo) project file and to be imported to eclipse trouble-free.

3

There are 3 answers

1
Sydney On BEST ANSWER

You can have a look at http://code.google.com/p/gwtgae2011/source/browse/pom.xml. Not sure if it will work but I started using that one and then fixed the issues I had. It's not perfect but I can develop in Eclipse with my fixed pom file.

0
kctang On

You can use this http://www.kindleit.net/maven_gae_plugin/examples/index.html as a reference. It has Objectify and GWT specific examples (separate types though).

I know the Objectify version works, though it will require a bit of tweaking to meet your specific needs. The gae.version used was kind of old, but no problem switching it 1.6.0.

0
AudioBubble On