Alastair ,
Thanks for clarifying VLH for me.
I am still confused over how petstore mixed EJBActions and they dont have business delegate.
I read in the Core
J2EE for VLH pattern that it should have its own facade and business deletgate.
if petstore implemented somthing like EJBActions .. they didnt use BD or is it becuase they used only POJO VLH .
The main confusion is that if I implement as EJBActions a certain VLH based functionality then does my EJBAction call need to go thru a BD or can it go directly to a facade.
In fact BD has nt beeen used in the pet store so I dont see why a BD is always added for VLH pattern.
The way I see is that a VLHEJBAction should go to a facade and then if a JSP invokes the VLH ,using the helper as deepak pointed out we should access the business delegate.
Or is the BD used only when invoking a VLH directly from a JSP using the helper. ?
Thanks
Dhiren