-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to learn about grails with Google App Engine and JPA by following a few tutorials:
http://www.morkeleb.com/2009/08/12/grails-and-google-appengine-beginners-guide/
http://inhouse32.appspot.com/index.html
http://grails.org/plugin/app-engine
I've got grails 1.3.0 RC 2, and App Engine SDK…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently seeing the warnings below when trying to run my Google App Engine/Grails test app in Eclipse.
Warning, target causing name overwriting of name startLogging
Warning: C:\Users\Some Person.grails\1.2.0\projects\test-grails\plugins\app-engine-0.8.8\grails-app\conf\spring not found.
Warning:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to learn about grails with Google App Engine and JPA by following a few tutorials:
http://www.morkeleb.com/2009/08/12/grails-and-google-appengine-beginners-guide/
http://inhouse32.appspot.com/index.html
http://grails.org/plugin/app-engine
I've got grails 1.3.0 RC 2, and App Engine SDK…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a class in src/groovy in my grails project.
How do i make a log field that gets injected with the correct logger for that class ?
Is there a commons logging or just log4j in grails ?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a unexpected problem.
I had create a war with grails war. Then I had deployed in Tomcat.
For my surprise the crud works fine but I don't know what persistence is using.
So I did this test:
Compare grails prod run-app with grails prod run-war.
The first works fine, and does conect with…
>>> More