• 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

Pattern Topic

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the 6 patterns stated in exam in which of two case interaction is remote?
(like one we have in case of bean and Transfer Object)
In which other case it is there?


-Salil
 
Salil Dhawan
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also can we put Expression Language in each of case?
 
Salil Dhawan
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any idea?
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"in which of two case interaction is remote?"
I have no clue what you mean, but I'll give it a shot... A Business Delegate communicating with a Session Facade may be over a remote connection. A Service Locator can use JNDI to locate remote services. A Transfer Object could be transfered from a remote service to the presentation tier to limit the number of calls needed to retrieve data. I'm really just shooting off a bunch of random statements in a best effort to answer whatever it is you were asking. Hope I covered it.

"Also can we put Expression Language in each of case?"
EL has nothing to do with the patterns, though I'm curious what inspired such a question.
 
reply
    Bookmark Topic Watch Topic
  • New Topic