play framework

Asked by yuanchangjun

how to configure a play app to google app engine?

i don't known how to configure google jpa in playframework

Question information

Language:
English Edit question
Status:
Solved
For:
play framework Edit question
Assignee:
No assignee Edit question
Solved by:
Jean-Francois POUX
Solved:
Last query:
Last reply:
Revision history for this message
Best Jean-Francois POUX (jfp-taldius) said :
#1

Hi,

You might want to take a look here: http://www.playframework.org/manual/contents/gae.

Please note that Google's JPA capabilities are very limited compared to standard JPA implentations. We have started to integrate a more adequate data layer to work with gae, based on siena(http://www.sienaproject.com/index.html). You also might want to take a look at the samples-and-tests/lists-with-gae application included in play framework.

Regards,

Revision history for this message
yuanchangjun (yuanchangjun) said :
#2

thanks!

"http://www.playframework.org/manual/contents/gae." : the article i see before, but no configuration.

I wish have a sample to run it well in google app engine.

the siena i will see it to find a good solution.

i can't find lists-with-gae application in my playframework "play-1.0-stable6\samples-and-tests" , Where is it?

Revision history for this message
yuanchangjun (yuanchangjun) said :
#3

Thanks Jean-Francois POUX, that solved my question.