• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Command Patterns

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm a newbie to Command Patterns and have been reading on articles describing their usage and how useful it is to use them between the Web Tier and Ejb Tier. We have been bouncing on using this pattern between beans. The reason for this is that our project's single ear will consists of few ejb jars and these jars will be developed by different teams. Now in this scenario is command pattern a good answer when say Bean A from Jar A is calling a Facade Bean B in Jar B (the Jar concept is probably not important for this discussion). This way the interface between the Beans will remain constant. Could someone comment on the pros and cons of this approach.
Thanks in advance,
PJ
[ April 10, 2002: Message edited by: Prashanth Joisha ]
 
CAUTION! Do not touch the blades on your neck propeller while they are active. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic