glenn       01/07/07 11:47:36

  Modified:    src/doc  addtaglib.xml
  Log:
  Update tag design conventions
  
  Revision  Changes    Path
  1.4       +11 -0     jakarta-taglibs/src/doc/addtaglib.xml
  
  Index: addtaglib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- addtaglib.xml     2001/07/03 16:29:51     1.3
  +++ addtaglib.xml     2001/07/07 18:47:35     1.4
  @@ -68,6 +68,17 @@
   
   <p>Please follow standard java coding conventions.</p>
   
  +<p>Please use the following capitalization conventions when
  +naming tags, attributes, and script variable bean properties.
  +<ul>
  +The first letter should always be lower case.  If the name
  +of a tag, attribute, or property consists of multiple words
  +concatenated together, capitalize the first character of
  +each new word in the name, after the first word. Example:
  +<code>theSecondWord</code>.
  +</ul>
  +</p>
  +
   <p>If you are not familiar with how the JSP tag lifecycle affects
   the design of JSP tags, please review the document
   <a href="guidelines.html">Taglib Developer Guidelines</a>.</p>
  
  
  

Reply via email to