[Advanced-java] Business layer in Pojos
Gaurav Awasthi
Gaurav_Awasthi at infosys.com
Mon Aug 6 01:14:02 PDT 2007
Hi All,
I have my business layer implemented in Pojos. There are 2 layers, 1 for the remote interfaces which is located by the service locator for the client to access business methods. And the second is the implementation layer(for the remote interfaces) which is actual business methods.
Can anyone tell me whether it is a good architecture for a class in the implementation layer to talk to another class directly in the same layer, or should it go via service locator only. As it is not an EJB implementation, I think there is no need for a local interface in the business layer.
Please help soon.
Thanks a lot,
Gaurav Awasthi
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/advanced-java/attachments/20070806/dd1d2094/attachment.html
More information about the Advanced-java
mailing list