I am working on a web page that will require me to create an html/jsp template that will import information from other jsp files from another computer.
The web page will be hosted on a different server than the one with the jsp files that I would need to access to display the information.
The jsp files I need to access are retrieving information from a database through mySQL.
My questions are:
Is creating an HTML template that incorporates jsp the easiest way to display the information?
and
What code would I need to import the information from the "jsp" server to the web server?
Any help would be much appreciated.
Thanks.
The web page will be hosted on a different server than the one with the jsp files that I would need to access to display the information.
The jsp files I need to access are retrieving information from a database through mySQL.
My questions are:
Is creating an HTML template that incorporates jsp the easiest way to display the information?
and
What code would I need to import the information from the "jsp" server to the web server?
Any help would be much appreciated.
Thanks.