RE: [OT] EJB/Struts Design Question

2004-06-09 Thread Navjot Singh
om: "Navjot Singh" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Sent: Saturday, June 05, 2004 9:17 PM >Subject: [OT] EJB/Struts Design Question > > >> Hi, >> >> I have a typical case of Category and Produ

Re: [OT] EJB/Struts Design Question

2004-06-09 Thread Harjot Narula
? Are you using service locator pattern also ? Harjot - Original Message - From: "Navjot Singh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, June 05, 2004 9:17 PM Subject: [OT] EJB/Struts Design Question &g

RE: [OT] EJB/Struts Design Question

2004-06-06 Thread Robert Taylor
nts/patterns/FastLaneReader.html My .02. robert > -Original Message- > From: Navjot Singh [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 05, 2004 11:48 AM > To: Struts Users Mailing List > Subject: [OT] EJB/Struts Design Question > > > Hi, > > I ha

[OT] EJB/Struts Design Question

2004-06-05 Thread Navjot Singh
Hi, I have a typical case of Category and Product entity bean established in 1:N relationship. In the client tier, I wish to display the list of products along with their category names. 1. Struts Action make a call to ProductDelegate. 2. ProductDelgate to ProductManager (SessionBean). 3. Produc