Author
EJB Home interface design pattern
Alka Sharma
Greenhorn
Joined: Sep 02, 2002
Posts: 16
posted Aug 11, 2006 04:13:00
Hi All, Does EJB home interface uses Factory Pattern Or Abstract Factory Pattern? In my understanding, it is factory pattern as it hides the creation logic from me and returns me a particular object type and not a family of objects. Please comment. TIA, - Tinu
Santiago Urrizola
Ranch Hand
Joined: Apr 27, 2006
Posts: 172
posted Aug 11, 2006 08:01:00
search all posts there ... try this links http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=26&t=001025 http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=26&t=001193 http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=26&t=000733
Santiago Urrizola : La Plata - Argentina<br />SCEA (89%-92%)<br /><a href="http://gpitech.wordpress.com/" target="_blank" rel="nofollow">http://gpitech.wordpress.com/</a>
Alka Sharma
Greenhorn
Joined: Sep 02, 2002
Posts: 16
posted Aug 11, 2006 08:05:00
Thanks a lot.
subject: EJB Home interface design pattern