AngularJS and Java backend [closed]

3

Hello,

I'm failing to use the JSF framework to start using AngularJS. I would like to know if anyone has an example of integrating AngularJS with Java Backend, so that I can see the operation of the parameter pass from Front-end to Back-end and write to the MySql database. It can be an example of any crud or login with Spring or Jax-RS, I searched the internet but most of the examples are too long, confusing or missing class.

Does anyone have a code in github for process understanding between AngularJS and Backend?

Thank you in advance.

    
asked by anonymous 28.09.2016 / 19:08

1 answer

3

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

This guide has a connection to the bank , but it's a little less explanatory in the Angular part, but along with the previous guide I think it's a good kick-off.

This other guide is also really cool, it's not that simple but it's really cool. It uses MySql, Angular, and Spring MVC.

    
28.09.2016 / 21:21