aspose file tools
The moose likes JDBC and the fly likes Database Changes using what? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Database Changes using what?" Watch "Database Changes using what?" New topic
Author

Database Changes using what?

Tim Resh
Greenhorn

Joined: Aug 09, 2006
Posts: 19
Hi, everyone.

I have a package that uses three different databases, of which I have to maintain the sql scripts for each upgrade. Does anyone know of some utilities that help with this change management issue. I have looked at LiquidBase already. Hybernate has one built in, but I am far from putting that in. Anyone else?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Hibernate will do this to an extent, though there are some database objects it can't deal with. PowerDesigner is good, but costs money.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Database Changes using what?
 
Similar Threads
How to do Digital Signature in Jaxb
Is Sun App Server a good solution for a commercial enterprise product?
Newbee
ClassCastException: Cannot narrow...
If java application talks to EJB tier directly, how to implement SSL?