All Tags »
db4o »
Spring »
tiers (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi Richard,
Here I make an example of how to build a 3 tiers app in C# with Spring.Net and Db4o, it's just a begining. The app have only the ''way'' Customer (you can save,delete and retrieve a Customer):
Data Layer:RepositoryBase CustomerRepository Business Layer: CustomerBizComponentBaseCustomerBizComponent Presentation ...