repo
repo

Reputation: 756

Spring MVC + Javascript

Im using Spring MVC. Recently im getting sick of ugly javascript code, debugging, flexibility and maintenance. jQuery is not enought to make me happy. Is there any good framework that can cope with that?

Upvotes: 1

Views: 466

Answers (2)

Davey
Davey

Reputation: 446

Maybe Angular js?

It's a javascript framework which uses jQuery but it's so much more than that. Give it a look

https://angularjs.org/

Upvotes: 1

Pantelis Papapoulias
Pantelis Papapoulias

Reputation: 525

There are several javascript frameworks that you can choose. I would suggest MVC frameworks:

http://www.infoq.com/research/top-javascript-mvc-frameworks

http://jonathanmh.com/best-javascript-mvc-frameworks-2013-2014/

You will be able to provide a better structure in our web applications.

Upvotes: 1

Related Questions