after creating my first GAE application i got following error.
Code:
org.datanucleus.exceptions.NucleusUserException: Class "com.google.appengine.api.datastore.DatastoreService" was not present in the CLASSPATH. You need to have "appengine-api.jar" in the CLASSPATH!
then I added the above mentioned jar in pom installed it manually and deployed again ... it got deployed successfully but when i open the site nothing displayed.
I viewed the source and found that el express were not parsed and got displayed as is.
Below line are from view source.
Code:
<spring:url value="/${roo_css}" var="roo_css_url"/>
<spring:url value="/resources/dojo/dojo.js" var="dojo_url"/>