Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » DAO
DAO [message #460709] Thu, 28 December 2006 15:20 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:RCP3.2.1 & JNLP , Application doesn't launch
Next Topic:Tray icon for application window
Goto Forum:
  


Current Time: Mon Mar 24 23:21:07 EDT 2025

Powered by FUDForum. Page generated in 0.03198 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top