Author
Project Architchiture related query
Ravi Kiran V
Ranch Hand
Joined: Apr 18, 2009
Messages: 1203
posted Feb 06, 2010 23:59:22
Hi
I am using EJB 3 stateful session beans in my project .
I am directly contatcing my DAOFactory from my bean class itself ??
Is it mantadatory to use ServiceLayer , and specify the transactions in it (ServiceLayer) to contact to my DAOFactory ??
Thank you.
I tried to change the world, but I couldn’t find the source code
Jeanne Boyarsky
internet detective
Sheriff
Joined: May 26, 2003
Messages: 17183
posted Feb 07, 2010 08:56:59
Ravi,
No pattern is mandatory. I think your question is whether it is a good idea.
[Blog ] [JavaRanch FAQ ] [How To Ask Questions The Smart Way ] [Book Promos ]
"The set strikes me as something like the set of potatoes, radishes, farming, and lunch. " - a colleague's way of comparing both overlapping and disparate groups. made me laugh and thought of the ranch
Ravi Kiran V
Ranch Hand
Joined: Apr 18, 2009
Messages: 1203
posted Feb 07, 2010 09:10:11
I think your question is whether it is a good idea.
Yes that is the question what i want to ask .
I tried to change the world, but I couldn’t find the source code