No, I already have a DAO that does all the dirty stuff with connections, statements 
and resultsets. 

The classes I mean are the ones that get the data back from the DAO and put it in data 
classes, marshalling classes so to speak. I don't want to do that in the Action 
classes, nor in the data classes.





On Tue, 12 March 2002, Soledad Villa wrote:

> 
> how do you like DAO (data access object)? 
> 
> -----Mensaje original-----
> De: Adam Hardy [mailto:[EMAIL PROTECTED]]
> Enviado el: martes, 12 de marzo de 2002 9:35
> Para: [EMAIL PROTECTED]
> Asunto: What do you call them beans?
> 
> 
> Hi,
> 
> just a quick question. I want to have a set of classes that do all the
> operations on my data classes. What do you call them in Struts-speak? 
> 
> The Action classes will call them to take care of the updates, deletes,
> selects and stuff, and they'll return a data class or collection of data
> classes. 
> 
> I was thinking of calling them all with the suffix 'Man' for Manager but
> that's kind of Microsoft-oriented, which I'm trying to get away from.
> 
> Thanks
> Adam
> 


Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to