aspose file tools
The moose likes JSP and the fly likes Code Conventions for the JavaServer Pages Technology Version 2.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Code Conventions for the JavaServer Pages Technology Version 2.0" Watch "Code Conventions for the JavaServer Pages Technology Version 2.0" New topic
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
    
  13

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Code Conventions for the JavaServer Pages Technology Version 2.0
 
Similar Threads
EL ignored
JSP documentation
JSP/JSF coding conventions doco
JSF Coding Conventions/Best Practices
Code Conventions for the JavaServer Pages Technology Version 2.0