Skip to content

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

Notifications You must be signed in to change notification settings

iamgroot42/jsp2servlet_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages