database - Googling DAL & DAO returns only C# .NET related results – Does a DAL/DAO type pattern exist in Java? -


the subject line says all. googling dal & dao returns c# .net related results.
there dal/dao equivalent pattern in java world? there reference implementations available?

of course applies java well: don't repeat dao!

have @ fowler's patterns of enterprise application architecture. core j2ee patterns refers dao.

it'd interesting check dates on c#/.net references. i'd bet idea started on java side , adopted later .net. microsoft had persistence technology "best practice". if recall correctly, vb used tie ui elements closely columns, without intermediate layer in-between separate view database.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -