Skip to content

corneprinsloo/play-ebean-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-ebean-example

This is an example Play application that uses Java, and communicates with an in memory database using EBean.

The Github location for this project is:

https://github.com/playframework/play-ebean-example

Play

Play documentation is here:

https://playframework.com/documentation/latest/Home

EBean

EBean is a Java ORM library that uses SQL:

https://www.playframework.com/documentation/2.5.x/JavaEbean

and

https://ebean-orm.github.io/

Play Bootstrap

The Play HTML templates use the Play Bootstrap library:

https://github.com/adrianhurt/play-bootstrap

library to integrate Play with Bootstrap, the popular CSS Framework.

About

Example Play application showing Java with Ebean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 58.1%
  • HTML 35.9%
  • CSS 3.6%
  • Scala 2.4%