| Author |
Code Conventions for the JavaServer Pages Technology Version 2.0
|
Celinio Fernandes
Ranch Hand
Joined: Jun 28, 2003
Posts: 546
|
|
Edit: please move this topic either to SCWCD forum or JSP forum, I realized too late that i was in the wrong forum. Thanks. hi, what are the main differences between the code Conventions for the JavaServer Pages Technology Version 1.x and the code Conventions for the JavaServer Pages Technology Version 2.0 ? Also, I am trying to find the equivalent of this page http://java.sun.com/developer/technicalArticles/javaserverpages/code_convention/ but specifically for JSP 2.0. Has it been written yet ? Thanks [ November 16, 2006: Message edited by: Max Fernandes ]
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
I didn't even know that article existed, and in searching about I was unable to find an updated one. Of course in JSP 2.0, everything is simplified by not using scriptlets, sciplet expressions or scriptlet declarations on the page.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
I would think that a true scriptless JSP could follow the conventions for HTML or XML and wouldn't need one of its own.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Code Conventions for the JavaServer Pages Technology Version 2.0
|
|
|