0
Good afternoon programmers, I am new here in Stack and new also in this technological world and even more in the area of programming.
I have a college project and as the first good project even though in group there are difficulties, and our biggest was not to ask and ask questions with teachers. That’s where we did an HTML5 project and it was actually supposed to be in JSP and now I need to convert all to the same. Is there any way to make this switch from HTML5 to JSP less laborious as possible?
Thanks in advance.
The problem you have there is that JSP pages are server-managed pages and HTML5 pages are front end. I think the work will not be avoided in your case. (personal opinion)
– Fabricio
It was the same thing I thought, I just thought I’d have some way to minimize my suffering.
– Marco Ribeiro
JSP is just a kind of word processing. It will print text on top of any layout, using data that is on the server. There is no problem that this layout is an HTML, or even a TXT. Not knowing what you used as processing in the HTML part becomes complicated to say anything about.
– Jefferson Quesado
I’ll tell you the truth, I don’t understand much of the subject, when you say "what you used as processing in the HTML part", I mean in which program was the code written??
– Marco Ribeiro