随笔分类 - SpringSource
SpringSource 方面的技术学习与总结
摘要:Solution
Use a Data Access Object (DAO) to abstract and encapsulate all access to the data source. The DAO manages the connection with the data source to obtain and store data.
The DAO implements the access mechanism required to work with the data source. The data source could be a persistent store like an RDBMS, an external service like a B2B exchange, a repository like an LDAP database, or a business service accessed via CORBA Internet Inter-ORB Protocol (IIOP) or low-level sockets. The bu
阅读全文
摘要:This portion discusses the patterns used in the JAVA EE and Spring. JAVA EE 5, the updated version of J2EE, introduced many patterns from lightweight frameworks.
阅读全文