JakartaEE
From BC$ MobileTV Wiki
Revision as of 15:03, 11 November 2009 by 198.164.42.125 (Talk)
Java Server Pages (commonly abbreviated JSP) are a Java technology for server-side processing of web-based application layer dynamic pages (or documents), typically used for presenting specific information to an end-user.[1]
Specification
- Servlet Spec: https://jsp-spec-public.dev.java.net/
External Links
- Difference between JSP 2.0 & JSP 2.1: http://www.roseindia.net/jsp/DifferenceBetweenJsp2.0AndJsp2.1.shtml
- The Secret Life of JavaServer Pages: http://www.javaranch.com/journal/200510/Journal200510.jsp#a1
- JSP Examples: http://www.roseindia.net/jsp/simple-jsp-example/index.shtml
- JSP Tutorials: http://www.roseindia.net/jsp/jsp.htm
- Web Application Development with JSP and XMLPart I -- Fast Track JSP: http://java.sun.com/developer/technicalArticles/xml/WebAppDev/
- Servlets and JavaServer Pages (JSP) 1.0: A Tutorial: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
- Beginning and Intermediate-LevelServlet, JSP, and JDBC Tutorials: http://courses.coreservlets.com/Course-Materials/csajsp2.html
- Servlet/JSP Tutorial: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-JSP.html
- Handling Form Data: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Form-Data.html
- JSP Methods: http://www.roseindia.net/jsp/simple-jsp-example/jsp-methods.shtml
- Strip whitespace from jsp output: http://stackoverflow.com/questions/208736/strip-whitespace-from-jsp-output
- XML Processing JSP Actions - Examples: http://www.devsphere.com/xml/taglib/process/examples.html
- Site User Logon with XML, Java Beans and JSP: http://www.webdevelopersjournal.com/articles/logon/xml_jsp_logon.html
- JSP SAX Parser: http://www.java2s.com/Tutorial/Java/0360__JSP/JSPSAXParser.htm
- DOM Parser In JSP: http://www.java2s.com/Tutorial/Java/0360__JSP/DOMParserInJSP.htm
- Forgot Password Screen of Application: http://www.roseindia.net/struts/hibernate-spring/forgot-password-page.shtml
- Server-side Java -- Advanced form processing using JSP: http://www.javaworld.com/jw-03-2000/jw-0331-ssj-forms.html?page=1
- FacilitatIMe form processing with the Form Processing API 2.0: http://www.javaworld.com/javaworld/jw-10-2001/jw-1005-forms.html
- Facilitate form processing with the Form Processing API: http://www.javaworld.com/javaworld/jw-04-2001/jw-0427-forms.html
- Spring MVC Fast Tutorial -- Form Processing: http://java.sun.com/developer/onlineTraining/JSPIntro/exercises/Forms/index.html
- Proxy for Ajax requests (Twitter API): http://www.servletsuite.com/tips/twitter.htm