You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
A simple Python script to parse a given JSP page for use in a Servlet.