Anyone have experience with the tool FireStorm/DAO ?

FireStorm/DAO makes Java software developers more productive by automatically generating Java source code for accessing relational databases. The benefits provided by CodeFutures Java code generation approach are higher developer productivity, better software quality, reduced complexity, and lower maintenance costs.

Basically it helps ease ones pain associated with creating a DAO tier off an already existing database. It supports generating hibernate .hbm models which is interesting, anyone actually using it or has used it successfully (or unsuccessfully) in the past?

I’m wondering how it stacks up to the regular DB reverse engineering tools (inc. the new hibernate tools, middlegen?, etc.). The automated DAO tier would be nice but it’s not that terribly difficult to build a generic crud dao tier.


Leave a Comment




  • Pet Peeve: Don’t email my password to me in plain text You know the drill. Signup for some random service on the internet Receive a confirmation email with your account information or Forget a password for some random service ...

  • Eclipise Memory Analyzer (MAT) I must say the Eclipse Memory Analyzer looks pretty slick. There is some pretty good material over on the developers blog. Lastly, there was a talk on it ...

  • Open-source Web-based Code Review Tool: Rietveld Guido van Rossum, of Python fame, has recently released a Django-based application that enables web-based code reviews... Rietveld. It supports any language and currently can hook into Subversion repositories. You ...

  • An implementation of the JVM in Javascript? Caught this over on JavaPosse Google Groups. Essentially, some bright fellows over in Japan have developed a bytecode->javascript compiler. There's a demo floating around that took a Tetris ...

  • Facebook Chat? So it looks like the Facebook Chat service has finally started rolling out to my network (Facebook Chat has been mentioned previously). Not quite sure how ...