• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Functional query

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

i have one simple doubt say i have some system where i am getting some dat processing it using session bean and store it back to the database. Now i want to display the updated information/ or the information after the processing to the client thru WEB.
Now what i want to know is in this where exactly we use entity bean.
and what is the benifit of using enity beans here.
and if we are not using entity beans here , then please explain me in which kind of scenarios do we use entity bean.

Thanks & Regards
Manish B
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Entity Bean is involved in the persistance layer; its the bit of code which actually adds/reads data from your DB.
 
reply
    Bookmark Topic Watch Topic
  • New Topic