I think Peter hit it on the nose.. I'll plug some other answers in.. > -----Original Message----- > From: Daniel Brahneborg [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 29, 2004 8:37 PM > To: Turbine Users > Subject: Turbine 2.3 with Hibernate? > > > Hi, > > I'm using TDK 2.3, and wanted to start working on the database > layer for my application. > > First I wanted to go with the usual peer model, but couldn't > find any good reference of the list of available database types. > Is there such a list? Where? Most important are the various > large text and blob types. A link from one of the other > reference pages would be great. > > I then decided to check out Hibernate, and found the little > howto text. I wanted to use Hibernate for another project as > well, so I thought it would be a good choice. However, a > couple of things seems to be missing: > > - I don't have Maven installed. Turbine 2.4 seems to be > using that, but 2.4 is not released yet. Can I use Maven > with Turbine 2.3? Should I? How? Yes.. T2.3 builds with Maven
> > - What is the HibernateExt project? The hibernate-extensions > seems to be something quite different. Where can I > download it? How do I integrate it in my TDK tree? They are the same thing. You will need to build the jar from CVS, or download from http://jakarta.apache.org/turbine/repo > > - What do I need to download for the Avalon part? From where? Take a look at the dependency list for 2.3. It lists everything you need. If you build using Maven, then you can get everything by adding http://jakarta.apache.org/turbine/repo as a repository. > > - Alternatively, can I use Hibernate with a standard TDK 2.3 > setup, by just copying the Hibernate jar into the lib dir? > Would the ServiceLocator and the other examples still work? Yes > > - The text in the "Directory Structures" box looks a bit > strange. > > - A little spelling error: "so you will need to provide an > implemation yourself.". > > - Is the servlet filter properly closed when the view layer > is done? Explicitly, or by the garbage collector? Yes.. by the servlet container. > > Many thanks, > > /Basic > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
