You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2005/07/21 21:11:22 UTC

[Myfaces Wiki] Update of "MyFaces Developer Notes" by Mathias Broekelmann

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by Mathias Broekelmann:
http://wiki.apache.org/myfaces/MyFaces_Developer_Notes

------------------------------------------------------------------------------
  
  ===== Code style =====
  See http://www.apache.org/dev/styleguide.html for the Apache-Wide Coding Style Guide. Everything that is not documented there should be written according to Suns Java Code Conventions at http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
+ 
+ Here is a formatter profile for eclipse 3.1: attachment:codeconventions4eclipse.xml. Import it through Window->Preferences->Java->Code Style->Formatter
  
  ===== Error and exception handling =====
  Whenever an exception is caught, the following applies: