how to connect back end java code with front end code(Html and css and java script) while constructing web site? -
here back-end code on java , front end code html , css , java script, there best way pass logic end front end
one way use rest services. front end code can make rest call end , let work magic. it's pretty standard approach in industry projects.
the people have commented right in saying question bit broad, , answer depends on use case, here resources can go @ find out more:
https://www.genuitec.com/connecting-angular-2-app-java-ee-backend/ http://draptik.github.io/blog/2013/07/13/angularjs-example-using-a-java-restful-web-service/ https://dzone.com/articles/web-applications-frontend-and-backend-communicatio
Comments
Post a Comment