Are there any tutorials for Elastic Beanstalk that include using JPA or Hibernate?

Easily create a simple web application that runs in Elastic Beanstalk.

It seems that applications designed to run on a local Tomcat instance and access the database using JPA and / or Hibernate add a level of complexity that is not covered.

I hope I'm wrong.

+5
source share
2 answers

An example travel log (http://aws.amazon.com/code/1264287584622066) uses SimpleJPA to store data in SimpleDB.

+3
source

maven webapps, . maven, beanstalker, .

http://beanstalker.ingenieux.com.br/

0

All Articles