| Author |
Javadoc for SCJD assignment and UmlGraph
|
Gert-Jan den Besten
Ranch Hand
Joined: May 02, 2008
Posts: 56
|
|
Hi all,
Just being curious:
Would it be legal to use the UmlGraph doclet (http://www.umlgraph.org/) while generating the JavaDocs for our SCJD assignments ?
|
SCJP 5; SCJD; SCWCD 5.
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2216
|
|
Howdy, champ!
I didn't take a deep look at it, but you're going to have external dependencies when running the final application, right? This is what I have about dependencies in my instructions.html file:
The final program must have no dependencies on any libraries other than those of the Java 2 Platform.
When running the program, you'll also have to specify command-line properties, right? This is what I have about command-line properties:
Your programs must not require use of command line arguments other than the single mode flag, which must be supported.
This mode flag must be either server or alone.
If using this tool means that you'll have external dependencies, or that you'll have to provide command-line properties when running the programa, then you can't use it. Also, this is supposed to be simpler; just provide the JavaDoc comments that are pertinent to a particular method, and that's it. There's no need to provide UML diagrams at all.
|
Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4389
|
|
Hi Gert-Jan den Besten,
Such a name can only be from the Netherlands
There is no need to submit UML diagrams, you won't get extra points (only have the chance to get deduction because something is not ok). Just provide the files and documents you are required to submit.
And like Roberto says: watch out for extra dependencies. Your program must run with only a dependency to the JDK. Otherwise you will fail automatically (I guess).
Kind regards (from Belgium),
Roel
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
Gert-Jan den Besten
Ranch Hand
Joined: May 02, 2008
Posts: 56
|
|
Roel De Nijs wrote:Such a name can only be from the Netherlands
That's right
Thank you guys for your comments, I'll use the doclet only while developing (I'm almost finished).
|
 |
 |
|
|
subject: Javadoc for SCJD assignment and UmlGraph
|
|
|