3
Hello,
I am ceasing to use the JSF framework to start using Angularjs. I wonder if someone has an example of integration between Angularjs with Java Back-end, so I can see how the Front-end parameter pass to the Back-end works and the Mysql database write. It can be example of any crud or login with Spring or Jax-RS, I searched on the internet but most of the examples are very extensive, confusing or are missing class.
Someone has a code on github for process understanding between Angularjs and Back-end?
Thanks in advance.
gives a look http://uaihebert.com/aplicacao-web-completa-angular-twitter-bootstrap-spring-mvc-data-e-security/ well completed
– Otto
If you are starting now I suggest using Angular2 with a REST api in the backend
– David Schrammel