hi all
what is the advantage of using value object over session facade. please let me know
regards
sundar
-
difference betweeen session facade and value object (1 messages)
- Posted by: sundar varadarajan
- Posted on: May 05 2003 03:47 EDT
Threaded Messages (1)
- Re: difference betweeen session facade and value object by Alan Choy on May 05 2003 08:59 EDT
-
Re: difference betweeen session facade and value object[ Go to top ]
- Posted by: Alan Choy
- Posted on: May 05 2003 08:59 EDT
- in response to sundar varadarajan
Value Object refers to the pattern which wraps multiple object related values into a single instance and trasmit between layers. Session facade referes to the pattern which a layer of SessionBean is used to abstract the underlying layer (e.g. EntityBeans) from the various clients (e.g. browser, application client or PDA).