On 27/03/2014 11:29, Aymen Kadri wrote: > @Thai : i need an example using maven and that can be used in prod. And can > i use yo/grunt for webapp and maven for back? >
Hi, i have built a mysql/java/angular stack and published it on my github. The front is at https://github.com/MarcLoupias/poc-angular-frontend I use yo/grunt/bower too. Using generator-angular. The back is at https://github.com/MarcLoupias/poc-play-rest-backend It is with Play framework (Java) so no need of Maven but you could find some usefull code (REST, Google Guice example, PoJo validation using JSR-303, ...) The demo app is on heroku at http://poc-angular-frontend.herokuapp.com Reaching the website can takes some seconds because of low trafic and heroku sleep mode :) Marc. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
