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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -