Angularjs and Java backend

Asked

Viewed 3,287 times

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

  • If you are starting now I suggest using Angular2 with a REST api in the backend

1 answer

3


That one guide is very simple and explanatory to show the Spring MVC with Angularjs, but it does not have the connection to the bank.

That one guide has connection to the bank, but is a little less explanatory in the Angular part, but along with the previous guide I believe it is a good kick-off.

This other guide It’s also pretty cool, it’s not so simple but cool. It uses Mysql, Angular and Spring MVC.

  • Beauty, I had seen the uaihebert that Otto advised above but I found it a bit confusing, but with the first 2 links of his answer described here it became clearer the understanding of the process. Thanks people.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.