The DAS Java Samples demonstrates the DAS features and how to get started with them. Below a list of available samples:
Company-webapp | This stand-alone sample demonstrates DAS in the context of a simple web application. |
---|---|
Customer | This stand-alone sample demonstrates DAS in the context of a simple java application |
Advanced-webapp | This web sample demonstrates DAS advanced features in the context of a simple web application using Ajax. Some of the features demonstrated are : Basic CRUD, Optimistic Concurrency Control (OCC), Result Set Shape, Column Converter, Integration with dbConfig |
Transaction | This stand-alone sample uses DAS with Geronimo Transaction Manager. Connection is passed to DAS by client. Geronimo TM manages database changes involving multiple DataGraphs under one transaction. |