Thinking the right solution

R

Rizwan

Hi guys,

I am working on a system where I am using Hibernate. I have defined the
POJOs and then a DAO layer. So I dont need the Entity Beans.
My concern is how to define the Session Beans. There are 3 big use cases in
my project (managing shifts, managing tasks and building templates from
shifts and tasks). Should I define 3 Session Beans or 1 Session for all 3
use cases?
I also want to use the SessionFacade pattern. So should I create 4 Session
Beans: 1 for Facade and 3 for the use cases or 2 Session Beans: 1 for Facade
and 1 for the 3 use cases? What are the performance issues I should be
concerned about.

Thanks for your help

Rizwan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top