Re: Database configuration - DB2/400

Aleksandar Vidakovic <[email protected]> Sun, 27 Jun 2004 14:41:17 +0200
Newsgroups gmane.comp.java.keel.user
Message-ID <1088340077.3279.41.camel@popper>
Can you wait until tomorrow? I'll give you some details for the
Hibernate configuration, but I have to look into what I've done in
office... as for the Hibernate configuration the following steps are
necessary (no garantee that I forgot something...):

- create a keel application
- create bean classes that you want to store in the database
- put keel persist xdoclet tags in these classes
- the build process (xdoclet) will create the right configurations for
you
- choose hibernate persistent service as your default persistent service
(only one can be chosen!)
- configure the jdbc connection pool
- adjust Hibernate's configuration through some system properties
(driver, caching etc.)

This is only to give you a global overview of the tasks. More details
tomorrow...

Cheers,

Aleks

On Fri, 2004-06-25 at 13:45, Maurizio Brilli wrote:
> Hi all,
> I'm new to the Keel framework, I just discovered it and find it very 
> interesting.
> I'm attempting to get Keel to work on an IBM iseries. I've seen 
> hibernate supports also this DB2 version, so I'd like to setup a 
> configuration for it. In the wiki it says to ask the mailing list for 
> help, and actually I do need help, as I can't find out how many and 
> which configuration files are involved.
> Can anyone address me to the right information? Or better lead me 
> through the personalized configuration process?
> Thanks very much in advance
> Ciao
> Maurizio
> _______________________________________________
> User mailing list
> [email protected]
> http://lists.keelframework.org/listinfo.cgi/user-keelframework.org
>