How to link one all pages of one application with other application controller
Or
I have one jsp application which includes UI and backend (controllers). I want to make 2 applications out of this one. One for only UI and one for backend code which includes controllers and all that.
I already have backend application available, I just want to link my Jsp application to that external application?