Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 297 Bytes

JSP to Servlet Converter

A simple Python script to parse a given JSP page for use in a Servlet.

Running the script

python parser.py file , where 'file' is the input file (JSP) Output is stored in 'output' file, the contents of which can be simply copy pasted into the servlet file.