The last "release" identified by the 0.0.4-SNAPSHOT is on the go ! Not all features as I had expected have already been implemented, but Template, ORM and basic mechanisms like Dispatcher, AppController and DaoGeneric are ready at run. Just go and...
E@syWebApp: git repo opened
If you are interrested with my last project E@syWebApp, you can go and visit my Bitbucket repo here: https://bitbucket.org/McGivrer/easywebapp And fork from https://bitbucket.org/McGivrer/easywebapp.git If you want to contribute, just contact me t...
Basics of the Play! commands
New Play! App Create a new Play site: c:> play new MySite ~ _ _ ~ _ __ | | __ _ _ _| |~ | '_ | |/ _' | || |_|~ | __/|_|____|__ (_)~ |__/ ~~ play! 1.2.1, http://www.playframework.org~~ The new application will be created in /home/frederic/P...
Play! framework: ManyToMany relation
Thanks to this post, a clear explaination about how to specify a Many-to-many relation between 2 entities with a
Play!framework – premi??re partie
Comme indiqu?? dans le pr??c??dent article, le Play!framework est une avanc??e notable dans le paysage Java. C'est en effet un framework Agile de d??veloppement d'application web, proposant certains pr??cepts en vogue aujourd'hui dans le paysage d...