java - how to integrate springREST into wicket website? -
we maintain online book shop using java wicket , have search function finding books in mysql database. if search "fiction" in search box, results contain metadata of each result. if user click on title, take him/her details page.
i have requirement add functionality of reviews box/form in details page using spring. maintian 2 other websites needs similar sort of work. decided develope feature small individual , re-usable application integrate java wicket or zend framework. need is:- 1) details form name, email , review information - jsp or html, jquery 2) show entered review on web page , post details mysql (update reviews table in db) when form submitted. springrest
is possible accomplish using springrest? or there options this? can give ideas on requirement how do?
sure can this. if implement new feature javascript, can include both frameworks. suggest use javascript framework angularjs or bootstrap make calling rest service easier.
in addition need deploy rest service application or bundle existing application contains wicket app.
here you'll find example on calling rest service angularjs how access services restful api in angularjs page?
Comments
Post a Comment