DAO [message #460709] |
Thu, 28 December 2006 15:20  |
Eclipse User |
|
|
|
Hi,
I'm starting to implement the DAO support for my RCP application.
I'll use (for now) a 2-tier architecture, connecting to the database
directly.
The database is a mysql, but that may change.
I'll start with JDBC, but may move to Hibernate in the future.
Do I implement all the database connectivity stuff myself?
Or do I use something already provided by Data Tools project
(http://www.eclipse.org/datatools/)
How hard it is to use data tools?
Thanks,
Danilo
|
|
|
Re: DAO [message #460711 is a reply to message #460709] |
Thu, 28 December 2006 15:28  |
Eclipse User |
|
|
|
Hi Danilo,
If you are considering Hibernate, do it now.
You will save yourself the problems of direct connections and using JDBC.
The new edition of "Hibernate in Action" by Bauer and King provides
useful information.
Charlie
Danilo Tuler wrote:
> Hi,
>
> I'm starting to implement the DAO support for my RCP application.
> I'll use (for now) a 2-tier architecture, connecting to the database
> directly.
> The database is a mysql, but that may change.
> I'll start with JDBC, but may move to Hibernate in the future.
>
> Do I implement all the database connectivity stuff myself?
> Or do I use something already provided by Data Tools project
> (http://www.eclipse.org/datatools/)
> How hard it is to use data tools?
>
> Thanks,
> Danilo
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03198 seconds