Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Quite confuse about using Class::DBI to implement Data Access Objects and Value Objects Design Patterns

by monsieur_champs (Curate)
on Aug 10, 2005 at 22:02 UTC ( [id://482781]=note: print w/replies, xml ) Need Help??


in reply to Re: Quite confuse about using Class::DBI to implement Data Access Objects and Value Objects Design Patterns
in thread Quite confuse about using Class::DBI to implement Data Access Objects and Value Objects Design Patterns

Shall I use VOs at all? Or this is kind of a purist approach to the problem?

Thanks for answering!

Replies are listed 'Best First'.
Re^3: Quite confuse about using Class::DBI to implement Data Access Objects and Value Objects Design Patterns
by perrin (Chancellor) on Aug 10, 2005 at 22:23 UTC
    In Java, VOs are usually a solution to the problem that remote method calls are very slow and DAOs are often implemented with something that uses remote method calls, like old-school EJBs. I don't think you need them. I don't use them in my perl stuff. It is normal in perl to call methods passing in a hash (the standard "named parameters" pattern). This should be enough.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://482781]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-28 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found