javascript - Necessity of java web-frameworks when using AngularJS -
we developing enterprise web application (java backend + html/js frontend). application shall provide cloud-based data analysis functionality variety of users. now, have decided use angularjs creating web-frontend. communication backend realized rest webservices (implemented in java using jersey, , jetty webserver).
some time ago, have developed simple java web apps using apache wicket examplary reasons. since new angularjs, wondering if there reason why still necessary use java web-framework (such wicket, gwt, etc.) additionally angular js? other way around: since use angular developing web-frontend, not need web-framework on java side more, right?
i quite new java web applications, appreciated :-)
regards
angularjs has $http service should able handle get/post requests need make java backend. docs here: https://docs.angularjs.org/api/ng/service/$http
as long return data formatted json or whichever format want, javascript should read fine. angularjs should fine project.
Comments
Post a Comment