|
Project Information
Featured
Downloads
Links
|
A set of examples for the MapperDao ORM library for Scala Please download via the Download link or through svn: svn export https://mapperdao-examples.googlecode.com/svn/trunk/ mapperdao-examples All examples include an eclipse scala project and run configurations. Maven can also be used to build them: mvn package mysecrets: mapperdao example for lift frameworkThe download contains a lift web application which uses mapperdao to persist domain classes. The application is about users storing their secrets and sharing them with other users. It contains login, registration, secret editing and listing pages. It currently demonstrates many-to-one, one-to-many and many-to-many relationships between entities and how lift forms integrate with mapper dao to create, update and delete data. Runs on mysql and postgresql. Eclipse project and jetty run configs are also provided. productcatalogue : mapperdao example for circumflex web frameworkA circumflex web framework example, the source code can be browsed here. A product catalog implementation, each product containing attributes, categories and prices per currency. Demonstrates pagination and creating/updating entities with oneToMany, manyToMany and self referenced relationships. Rungs against mysql, postgresql, oracle, sqlserver. Eclipse project and run configs are also provided. other mapperdao examplesExamples:
|