Posts Tagged ‘Java’

Where can I find a ‘free’ UML tool which can reverse engineer java code to generate “Sequence Diagrams” ?

The tool should also generate Class Diagrams.But the main requirement is that the tool should be free and should be able to reverse engineer java code to generate “Sequence Diagrams”


Is it possible to reverse engineer a Java program which has been ‘obfuscated’??

I use netbeans 5.5.1, and as the IDE has the ability to Reverse Engineer a java project, can any program which has been obfuscated be reverse engineered??


Is There A Rails-like Framework For Java?

I need to do some VERY RAPID prototyping (a use-once and throw-away application) and it has to be in 100% pure Java. Is there any Java framework which provides the same rapid development (especially database integration) as Ruby On Rails?
Thanks