Skip to content

User Guide

hohwille edited this page Jul 14, 2012 · 2 revisions

User Guide

urrently there is still NO release so better follow the Developer-Guide.

Code Usage

If you are using a component of this project you should consider the following principles:

  • Only access the component via the API.
  • Never cast an object of the mmm API to a more specific type execpt you are permitted to do so by the API documentation.
  • Never supply null as parameter to a method or constructor except if you are permitted to do so by the API documentation. On the other hand you should never get null as result of a method except this is documented in the API.

##Tips Follow these hits for all modules of this project you are interested in:

  • Read the introductions.
  • Read the tutorials.
  • Have a look at the testcases (e.g. see "Project Reports > Test Source Xref").
  • Have a look at the javadocs.
  • Subscribe to the mailing list.
  • Dig in the sources.
  • Find bugs and supply patches :)
  • Become a developer ;)

Clone this wiki locally