Originally posted by Dhiren Joshi:
Thanks Kumar for your reply.
I think James also went with package notation and got full marks in his component diagram.
I was not sure if tiers could be represented as packages.
best for to be SCEA's would be use the package notation instead of the vertical lines as I have seen SCEA get full marks on that.
At least now I am convinced to use the package notation and I found that Rose can support inter tier package wonder why it wasnt working before for me.
Thanks
Dhiren
Originally posted by Dhiren Joshi:
Parag ,
I will have one extra package on the client in addition for the travel agent components.
Its not looking so gigantic as I am adding smaller details only in notes and not showing all the components like all every DTO/TO. Also not showing all action and event components just adding a note to elaborate.
ServiceLocator I will add to Web as I think it goes with the EJB controller component. Does any one one have any suggestions .
Thanks
Dhiren
Originally posted by A J Kumar:
Parag,
You will need Service Locator to lookup the local EJBs. The service locator for the EJB tier will be different from the service locator for the web tier in the following two respects:
1. You don't need to use PortableRemoteObject.narrow for the ejb-tier service locator, since the local entity beans are in the same JVM as Session Facade.
2. You can implement caching mechanism in the web-tier service locator, which is not required for the ejb-tier service locator.
HTH
AJ
A lot of people cry when they cut onions. The trick is not to form an emotional bond. This tiny ad told me:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
|