Re: How to make jsp to class
Posted By:
Brian_Glodde
Posted On:
Thursday, October 17, 2002 09:04 AM
JSPs are compiled by JSPC to servlets before being delivered to the client. Have a look in your web containers "work" directory and you'll see the generated class files. So, in short, they already are!