To create a Vaadin web application on Google App Engine, in Eclipse IDE click File > New > Project... and create a new Vaadin project. Make sure you choose Google App Engine as the Deployment configuration. Then enable Google App Engine nature in your project:
To ensure that JDO enhancement by DataNucleus access platform works correctly, do the following workaround:
- Right click your project > Properties...
- Go to Google > App Engine
- Check the Use Google App Engine checkbox
- Pick the Google App Engine SDK that you use or click Configure SDKs... if necessary
To ensure that JDO enhancement by DataNucleus access platform works correctly, do the following workaround:
- Right click your project > Properties...
- Go to Java Build Path
- Remove Web App Libraries
- Click Add JARs..., and select the war/WEB-INF/lib/vaadin-x.x.x.jar
No comments:
Post a Comment