alexsantos / node-dao

Testing DAO pattern with Javascript and Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Testing DAO pattern with Javascript and Flow


Languages

Language:JavaScript 100.0%