I recently developed a whole system in Java that connected to a database and exports and imports the table content to an excel sheet. I used SWING for the user interface. the user will interact with it for authentication and file management.
Apparently the client changed the requirements, He wants everything from a Web Interface. My team leader advised to look through JSP.
- What does JSP actually do?
- Will I have to rewrite the User Interface in Web if I used JSP?
- is there an more effective and efficient solution to do this job?
I would Appreciate a specific answer