¡@

Home 

java Programming Glossary: dao's

JSF Service Layer

http://stackoverflow.com/questions/13011392/jsf-service-layer

Controllers in MVC terms and the Service itself will call DAO's using JPA when necessary. Thanks in advance java mvc jsf service..

Java EE Architecture - Are DAO's still recommended when using an ORM like JPA 2?

http://stackoverflow.com/questions/3818589/java-ee-architecture-are-daos-still-recommended-when-using-an-orm-like-jpa-2

EE Architecture Are DAO's still recommended when using an ORM like JPA 2 If I'm using.. id ... One that contains session beans that implement my DAO's public EmployeeJpaDAO implements EmployeeDAO interface method.. ... One that contains session beans that implement my DAO's Noooo you certainly don't want to implement a DAO as a Session..

DAO and Service layers (JPA/Hibernate + Spring)

http://stackoverflow.com/questions/3882108/dao-and-service-layers-jpa-hibernate-spring

may be created from different databases and different DAO's it could be decorated with information made from an HTTP request... is going to do is pass off calls to getAirplaneById to the DAO's findAirplaneById UPDATE To clarify with regard to the discussion.. p.getSSN .getOptions .getLocation ... use other DAO's to get contact information and pets... share improve this..