This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Application Frameworks and the fly likes Seam 3 + Hibernate Persistence Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Seam 3 + Hibernate Persistence" Watch "Seam 3 + Hibernate Persistence" New topic
Author

Seam 3 + Hibernate Persistence

Robert Siqueira
Ranch Hand

Joined: Jan 21, 2008
Posts: 36
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
Mahendr Shinde
Ranch Hand

Joined: Sep 03, 2011
Posts: 37

Here is my article on creating Seam Web project on eclipse.
Seam Web Project on eclipse


There is still lot to learn!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Seam 3 + Hibernate Persistence
 
Similar Threads
Seam in Action: is Seam stable if I want to build an application in production?
Prefer Seam over Spring
Hibernate transactions
stand-alone java app and hibernate transactions
Seam with DAO