Download ValMon Free Java Code

Description

NodeJs module for DAO layer with validations and referencial integrity in Mongo databases.

Source Files

The download file ValMon-master.zip has the following entries.


History.md// w w  w. j  av a 2  s.c  om
README.md
async.test.js
examples/createValidation.js
examples/createValidation.wizard
examples/insertRegister.js
examples/insertRegister.wizard
examples/removeRegister.js
examples/removeRegister.wizard
lib/mongoDao.js
lib/valMon.js
lib/validators/and.js
lib/validators/exists.js
lib/validators/inRange.js
lib/validators/isDefined.js
lib/validators/isNull.js
lib/validators/isNumber.js
lib/validators/not.js
lib/validators/or.js
node_modules/async/LICENSE
node_modules/async/README.md
node_modules/async/lib/async.js
node_modules/async/package.json
node_modules/clone/.npmignore
node_modules/clone/.travis.yml
node_modules/clone/LICENSE
node_modules/clone/README.md
node_modules/clone/clone.js
node_modules/clone/clonePrototype.js
node_modules/clone/package.json
node_modules/clone/test.js
node_modules/easywizard/History.md
node_modules/easywizard/README.md
node_modules/easywizard/bin/easyWizard
node_modules/easywizard/examples/basic.wizard
node_modules/easywizard/examples/createValidation.wizard
node_modules/easywizard/index.js
node_modules/easywizard/lib/easyWizard.js
node_modules/easywizard/lib/step.js
node_modules/easywizard/package.json
node_modules/easywizard/test/createValidation.js
node_modules/easywizard/test/step.test.js
node_modules/easywizard/test/wizard.test.js
node_modules/mongodb/.travis.yml
node_modules/mongodb/CONTRIBUTING.md
node_modules/mongodb/Makefile
node_modules/mongodb/Readme.md
node_modules/mongodb/index.js
node_modules/mongodb/install.js
node_modules/mongodb/lib/mongodb/admin.js
node_modules/mongodb/lib/mongodb/collection.js
node_modules/mongodb/lib/mongodb/commands/base_command.js
node_modules/mongodb/lib/mongodb/commands/db_command.js
node_modules/mongodb/lib/mongodb/commands/delete_command.js
node_modules/mongodb/lib/mongodb/commands/get_more_command.js
node_modules/mongodb/lib/mongodb/commands/insert_command.js
node_modules/mongodb/lib/mongodb/commands/kill_cursor_command.js
node_modules/mongodb/lib/mongodb/commands/query_command.js
node_modules/mongodb/lib/mongodb/commands/update_command.js
node_modules/mongodb/lib/mongodb/connection/base.js
node_modules/mongodb/lib/mongodb/connection/connection.js
node_modules/mongodb/lib/mongodb/connection/connection_pool.js
node_modules/mongodb/lib/mongodb/connection/connection_utils.js
node_modules/mongodb/lib/mongodb/connection/mongos.js
node_modules/mongodb/lib/mongodb/connection/read_preference.js
node_modules/mongodb/lib/mongodb/connection/repl_set.js
node_modules/mongodb/lib/mongodb/connection/server.js
node_modules/mongodb/lib/mongodb/connection/strategies/ping_strategy.js
node_modules/mongodb/lib/mongodb/connection/strategies/statistics_strategy.js
node_modules/mongodb/lib/mongodb/connection/url_parser.js
node_modules/mongodb/lib/mongodb/cursor.js
node_modules/mongodb/lib/mongodb/cursorstream.js
node_modules/mongodb/lib/mongodb/db.js
node_modules/mongodb/lib/mongodb/gridfs/chunk.js
node_modules/mongodb/lib/mongodb/gridfs/grid.js
node_modules/mongodb/lib/mongodb/gridfs/gridstore.js
node_modules/mongodb/lib/mongodb/gridfs/readstream.js
node_modules/mongodb/lib/mongodb/index.js
node_modules/mongodb/lib/mongodb/mongo_client.js
node_modules/mongodb/lib/mongodb/responses/mongo_reply.js
node_modules/mongodb/lib/mongodb/utils.js
node_modules/mongodb/node_modules/bson/.travis.yml
node_modules/mongodb/node_modules/bson/Makefile
node_modules/mongodb/node_modules/bson/README.md
node_modules/mongodb/node_modules/bson/benchmarks/benchmarks.js
node_modules/mongodb/node_modules/bson/binding.gyp
node_modules/mongodb/node_modules/bson/browser_build/bson.js
node_modules/mongodb/node_modules/bson/browser_build/package.json
node_modules/mongodb/node_modules/bson/build_browser.js
node_modules/mongodb/node_modules/bson/builderror.log
node_modules/mongodb/node_modules/bson/ext/Makefile
node_modules/mongodb/node_modules/bson/ext/bson.cc
node_modules/mongodb/node_modules/bson/ext/bson.h
node_modules/mongodb/node_modules/bson/ext/index.js
node_modules/mongodb/node_modules/bson/ext/win32/ia32/bson.node
node_modules/mongodb/node_modules/bson/ext/win32/x64/bson.node
node_modules/mongodb/node_modules/bson/ext/wscript
node_modules/mongodb/node_modules/bson/lib/bson/binary.js
node_modules/mongodb/node_modules/bson/lib/bson/binary_parser.js
node_modules/mongodb/node_modules/bson/lib/bson/bson.js
node_modules/mongodb/node_modules/bson/lib/bson/code.js
node_modules/mongodb/node_modules/bson/lib/bson/db_ref.js
node_modules/mongodb/node_modules/bson/lib/bson/double.js
node_modules/mongodb/node_modules/bson/lib/bson/float_parser.js
node_modules/mongodb/node_modules/bson/lib/bson/index.js
node_modules/mongodb/node_modules/bson/lib/bson/long.js
node_modules/mongodb/node_modules/bson/lib/bson/max_key.js
node_modules/mongodb/node_modules/bson/lib/bson/min_key.js
node_modules/mongodb/node_modules/bson/lib/bson/objectid.js
node_modules/mongodb/node_modules/bson/lib/bson/symbol.js
node_modules/mongodb/node_modules/bson/lib/bson/timestamp.js
node_modules/mongodb/node_modules/bson/package.json
node_modules/mongodb/node_modules/bson/test/browser/browser_example.htm
node_modules/mongodb/node_modules/bson/test/browser/bson_test.js
node_modules/mongodb/node_modules/bson/test/browser/nodeunit.js
node_modules/mongodb/node_modules/bson/test/browser/suite2.js
node_modules/mongodb/node_modules/bson/test/browser/suite3.js
node_modules/mongodb/node_modules/bson/test/browser/test.html
node_modules/mongodb/node_modules/bson/test/node/bson_array_test.js
node_modules/mongodb/node_modules/bson/test/node/bson_parser_comparision_test.js
node_modules/mongodb/node_modules/bson/test/node/bson_test.js
node_modules/mongodb/node_modules/bson/test/node/bson_typed_array_test.js
node_modules/mongodb/node_modules/bson/test/node/data/test_gs_weird_bug.png
node_modules/mongodb/node_modules/bson/test/node/test_full_bson.js
node_modules/mongodb/node_modules/bson/test/node/to_bson_test.js
node_modules/mongodb/node_modules/bson/test/node/tools/utils.js
node_modules/mongodb/node_modules/bson/tools/gleak.js
node_modules/mongodb/node_modules/bson/tools/jasmine-1.1.0/MIT.LICENSE
node_modules/mongodb/node_modules/bson/tools/jasmine-1.1.0/jasmine-html.js
node_modules/mongodb/node_modules/bson/tools/jasmine-1.1.0/jasmine.css
node_modules/mongodb/node_modules/bson/tools/jasmine-1.1.0/jasmine.js
node_modules/mongodb/node_modules/bson/tools/jasmine-1.1.0/jasmine_favicon.png
node_modules/mongodb/package.json
node_modules/mongodb/upload.py
node_modules/node-uuid/.npmignore
node_modules/node-uuid/LICENSE.md
node_modules/node-uuid/README.md
node_modules/node-uuid/benchmark/README.md
node_modules/node-uuid/benchmark/bench.gnu
node_modules/node-uuid/benchmark/bench.sh
node_modules/node-uuid/benchmark/benchmark-native.c
node_modules/node-uuid/benchmark/benchmark.js
node_modules/node-uuid/package.json
node_modules/node-uuid/test/compare_v1.js
node_modules/node-uuid/test/test.html
node_modules/node-uuid/test/test.js
node_modules/node-uuid/uuid.js
package.json
test/and.001.test.txt
test/exists.001.test.txt
test/getSubvalidations.test.js
test/inRange.001.test.txt
test/isDefined.001.test.txt
test/isNull.001.test.txt
test/isNumber.001.test.txt
test/mongoDaoTest.js
test/not.001.test.txt
test/or.001.test.txt

Download

Click the following link to download ValMon-master.zip.

ValMon-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation