playframework - java frameworks for web applications -
i new web app development , working on small web application , have far made html files linked respective css files. have used javascript performing tasks such validations etc. want link application oracle database, schema made. suggestions regarding framework (java) must use, accomplishing database connectivity (apart play 2.x)? , how use of whichever make development process easier? thanks!
as far understand have browser (html, css, javascript) , need server side , want in java. there couple frameworks - play framework 1 possibility (although choice small, easy-to-setup web application). name other: spark, vaadin, ninja , of course quite heavy still loved spring mvc.
for connection database i'd recommend use ebean or jpa. both similar, both supported play, both work oracle db.
probably best start example apps:
- one uses hibernate, implementation of jpa: https://github.com/jamesward/play-java-jpa
- one uses openjpa, implementation of jpa: https://github.com/kristijanbambir/play-openjpa
and little tutorial play jpa: http://www.waitingforcode.com/play-framework/database-and-jpa-in-play-framework/read.
Comments
Post a Comment