Development Guidelines |
Requirements |
As you all know from the posting by Georg,
we are going to do the service specification part of the ODD by generating code from the Together UML class-diagrams and
documenting the generated code with JavaDoc and OCL. Therefore, it is required, that if you don't know enough about
it, follow the JavaDoc and OCL links on this page and get into it. |
||||||||||||||||||||||||
Java Guidelines |
Most importantly are the Sun Java Naming Conventions
and here is the link to the Java Code Conventions. You can find our tutorial on the Java Development Styleguide here. |
||||||||||||||||||||||||
Javadoc |
You have to use Javadoc to document your code Here's a link to the Sun Javadoc Documentation |
||||||||||||||||||||||||
OCL | As we decided to use OCL, you can get a Document about it from the lecture of Prof. Bruegge here. | ||||||||||||||||||||||||
CVS Tree |
|
||||||||||||||||||||||||
CVS Guidelines |
Here's a link to the CVS Documentation. |
||||||||||||||||||||||||
General | Pease write JUnit tests for every class. | ||||||||||||||||||||||||
JUnit |
Here's the JUnit Tutorial Here's the link to the JUnit Documentation |