Author Topic: misc: Code Generation, FAQ  (Read 2649 times)

okpaua

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
misc: Code Generation, FAQ
« on: September 12, 2003, 09:21:08 am »
Hi,
I am evaluating EA for 24 days but I haven't really dived (is that a correct form) deep into it yet.

1. One thing I noticed is that when genrating Java Code the package Structure is taken from the folder Structure of the diagramm hierarchy and looks like
package Use Case View.Use Case Model.WF_Admin.BeispielApp;
I then tried to create a package structure with proper names and copy the class into a diagram that sits under
de/mycompany/testpackage. when generating, I still get the other package structure.
I assume this is because I created the class the first time under that location - > DO I really have to take care of my package names before creating a  new class  (which may happen at any design stage, e.g. from a sequence diagram)?

2. where do I find the generation Templates?
is it difficult to modify them ?
has anyone ever thought about generating classes with readymade xdoclet javadoc tags?

3. are there FAQs that maybe touch these topics?

regards

Olaf