NeOn, this is what the Peers How-To says. But I can't find any class named DataObject neither in turbine nor torque jar. Rather BasePeer says that com.workingdogs.village.Record objects are put into the List. But this class doesn't implement any collection Interface from java.util. So it's kind of proprietory. I guesss I will need to work with com.workingdogs.village.Record in order to handle the entries from List. (The reason why I need to do this is that I need to build my own List to provide to the velocity context.)
Or how do you guys deal with that?? TIA. Marc > -----Urspr�ngliche Nachricht----- > Von: NeOn [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 4. Oktober 2002 20:28 > An: Turbine Users List > Betreff: Re: "Data Object" ? > > > Peers encaspulate Table and DataObject a row in the > table. > when call doSelect all the rows in the table is placed in > the list. > ( if i am wrong someone correct me) > > hope this helps > > NeOn > > ----- Original Message ----- > From: "Marc Lustig" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 04, 2002 10:08 AM > Subject: "Data Object" ? > > > > Hi, > > > > I have a short question: what exactly is refered to as a "Data > Object" in > > the Peers HowTo. > > I am trying to figure out what is actually placed in the List object by > > doSelect. > > > > Marc > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
