Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > On Hybernate

Reply
Thread Tools

On Hybernate

 
 
Ravi Shankar
Guest
Posts: n/a
 
      10-07-2004
Hi all,

When we should use Hybernate?

WHen I create a web appliaction, business layer communicates with db layer
(Session Beans/Entity Beans to Database), where or what is the need for a
persistence layer called Hybernate? Please help.

Thanks and regards,
Ravi


 
Reply With Quote
 
 
 
 
Will Hartung
Guest
Posts: n/a
 
      10-07-2004
"Ravi Shankar" <> wrote in message
news:ck4avd$lqi$...
> Hi all,
>
> When we should use Hybernate?
>
> WHen I create a web appliaction, business layer communicates with db layer
> (Session Beans/Entity Beans to Database), where or what is the need for a
> persistence layer called Hybernate? Please help.


If you were to use H*I*bernate in this confiuration, you'd basically forego
using Entity Beans. Entity Beans are the persistence component of a
"generic" J2EE application, and Hibernate essentially overlaps much of that
functionality.

You could mix and match the too, but if you're designing and developing from
scratch, there's no reason. Just pick one technology and move forward.

Regards,

Will Hartung
()



 
Reply With Quote
 
 
 
 
Bryce
Guest
Posts: n/a
 
      10-08-2004
On Fri, 8 Oct 2004 05:03:38 +0800, "Ravi Shankar"
<> wrote:

>Hi all,
>
>When we should use Hybernate?


Do you mean Hibernate?

>WHen I create a web appliaction, business layer communicates with db layer
>(Session Beans/Entity Beans to Database), where or what is the need for a
>persistence layer called Hybernate? Please help.


When you don't want to use Entity Beans, one option (among many) is
Hibernate.

--
now with more cowbell
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hybernate in xp x64 stuartray Windows 64bit 11 10-16-2009 06:05 PM



Advertisments