سؤال

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.

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top