For hibernate-integration, it will be at least difficult to combine them. 

Differences are
  - hivetranse is not in any way tapestry-specific. You won't find
data-squeezers, persistence strategies and other tapestry-things here which.
  - hivetranse covers much more than hibernate (remoting, and other things).
  - honeycomb does explicitly want to be less general it is
tapestry-specific.
  - honeycomb supports the session per conversation pattern, while
hivetranse currently does not (but plans to add it)
  - honeycomb is not a classic library, it's more of a template. It wants to
provide a small, working piece of glue-code which should be easily
changeable to suit a project's specifc needs. That's why it's distributed as
a set of Eclipse-projects: users should be able to change things, hit
ctrl-S, done.
  - hivetranse, for example, supports declarative transaction demarcation.
Honeycomb plugs into tapestry's Direct-Service and puts it into transaction
brackets. Obviously, I like the latter better, but you're not required to
agree ;) 

If you really want to combine the 2, you could take honeycomb's tapestry
specific stuff and try to plug hivetranse's hibernate-services in it.


> -----Original Message-----
> From: Andreas Bulling [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 01, 2006 11:31 AM
> To: Tapestry users
> Subject: Re: Samples of Oracle connection/query data display
> 
> 
> Hi Jesse,
> 
> | Most people prefer using hibernate, if that is the case 
> with you there are
> | two projects to choose from (that I know of):
> | 
> | http://hivetranse.sourceforge.net/
> | http://honeycomb.javaforge.com/
> 
> Are that two projects you really have to choose from or can those
> two projects be combined (perhaps it's even good to use both of them
> or at least parts?) I'm currently using HiveTranse but downloaded
> Honeycomb yesterday after having read about it on this list.
> What are the differences between them?
> 
> Thanks!
>   Andreas
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to