I am evaluating EA for a java SE development environment, comparing it to Poseidon.
I find hard :-/ to do simple task building a new project, as example:
- extend SDK classes
- manage Exceptions designing methods
- setting up properly the package name in new classes
- bulk generation of the source directory structure
With this limitations, it seems that the tool is well suited for an initial design, but require some hand-work when the coding phase starts and tend to keep the model detached from the code.
This doesn't suit well with our incremntal methodology.
Did anyone face the same problems, developing perhaps

an EA-java-developer-quick-guide?