SourceForge.net Logo
Version: 0.27 - Last update: 2004-05-30 Home Page - SourceForge Project Page - Contact

Jodd
  Overview
  News
  Download
  License
  References

Development
  Using Jodd
  Javadoc
  JUnit report

Community
  Contribute
  Report a bug

More reading
  Milestone 0.30



Top 25%

BSD
 

Contribute

Do you some have nice Java utilities? Do you feel the urge for quality code? Feel free to join or to contribute.

Coding Conventions

Bellow is the list of some coding conventions that must be followed. All other rules are listed in Sun Java Coding Conventions.
  • Brackets that begin and end classes, methods and various blocks should begin in the same line and end on a new line. Brackets should always exist even for one line statements.
  • Use TABs for indentation.
  • Use parentheses around each expression and relation.

No ideas?

Want to contribute and have no ideas how? Here is the list of things that are still missing, mainly because lack of time.
  • More bean convertors - especially for arrays.
  • More documentation and examples.
  • More testcases.
  • jsp: convert collections to option tags.
  • controller: add error page, page not found etc..


http://jodd.sourceforge.net
najgor at users.sourceforge.net