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:

and little tutorial play jpa: http://www.waitingforcode.com/play-framework/database-and-jpa-in-play-framework/read.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -