/node-dao

Testing DAO pattern with Javascript and Flow

Primary LanguageJavaScript

node-dao

Example of how Javascript can be used with Flow to implement the DAO pattern. Based on the tutorial available on the Oracle website: Core J2EE Patterns - Data Access Object

Usage

babel-node src/index.js

or

babel --out-dir lib/ src/ && node lib/index.js