JSP: Java on Your Server
Monday, April 20th, 2009 at 7:40 pm
Leave your comment
JSP stands for Java Server Pages. The idea of JSP is to allow Java code to be embedded in HTML – this is done uising XML tags. JSP allows you to dynamically add content to your pages, and also offers the facility to send Java to the web browser easily. The Lack of Functions Most [...]