• 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

Seam 3 + Hibernate Persistence

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

I'd like to use Seam + Hibernate in my project. Basically is a system composed of CRUDs.

How can I use this kind of layers: JSF -> ManagedBean -> Service -> DAO

I mean, How can I manage transaction in Service layer ?? Could you please give me an example of a Service class ? I already user EJB as service layer, so, for me its ok. But now, I will use Tomcat, so, iam a little confused about how the service class seem.

tks a lot.

Robert
 
Ranch Hand
Posts: 38
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is my article on creating Seam Web project on eclipse.
Seam Web Project on eclipse

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic