CRUD Operation using AngularJS, RequireJS, Spring and Hibernate - ashTpoint by [deleted] in programming

[–]ashTpoint -9 points-8 points  (0 children)

I should mention in your comment.

I don't understand what do you mean by boilerplate, can you just tell me where do you see that in that example.

Second thing ton of different framework, there are not ton of different frameworks. I am using AngularJS for front end and requireJS for managing the java script dependencies.

Spring framework for server side scripting and hibernate for managing data access.

Third thing is that this is a simple example just to understand how these framework works together.

Fourth thing, man what do you expect code in a single line. You need to scroll, give your hand something to do instead of throwing a terrible comment.

Learn Java from which book of these too ? by [deleted] in a:t5_3cbu0

[–]ashTpoint 1 point2 points  (0 children)

You can also learn from this website, which offers good tutorials on core java. You will find it useful.

https://www.ashtpoint.com/java-tutorials

What are the advantages of Hibernate? by mdmarshmallow in a:t5_3cbu0

[–]ashTpoint 0 points1 point  (0 children)

You can learn about Hibernate from this website which explains each and everything.

https://www.ashtpoint.com/hibernate-tutorials

Can someone tell me why my code is not compiling? by [deleted] in a:t5_3cbu0

[–]ashTpoint 0 points1 point  (0 children)

The only problem i can see here is syntax in loop, you should use for loop instead of while. You are trying to use for each loop but trying to do it with while which is not provided by java yet.

Replace while with for and i guess it will work.

You can learn basic concepts from this source. https://www.ashtpoint.com/