Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

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 ( [id://482789]=note: print w/replies, xml ) Need Help??


in reply to Re^2: 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

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://482789]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found