|
I
don't think mySql will be suitable for your EJB project because it does not
support transactions. If you want a powerful, fast, transaction ready database
then you have to look no further than your standard linux distribution,
because PostGreSQL rules!
PostgreSQL is one of the only open
source databases with full built in transaction support. I am running PostGres
6.5.3 with Weblogic 4.5.1, and it works like a charm! It is practically 10
to 15 times faster than the java-based cloudscape database that ships with
Weblogic. If you want to get PostGreSQL working with your EJB project, you
can use Postgre 6.5 but make sure you get the JDBC drivers from the beta-7
release.
Floyd
Marinescu
--------------------------------- |
- InterBase/MS SQL Server data port John McDonald
- Re: InterBase/MS SQL Server data port Robert Castaneda
- Re: InterBase/MS SQL Server data port Floyd Marinescu
- Re: InterBase/MS SQL Server data port Joe Shevland
