Download autodafe Free Java Code

Description

node.js web framework with rich features such as mvc, mysql orm, authentication and role based access control, testing, logging etc.

Source Files

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


.gitignore//from  ww w .java  2 s  .c om
LICENSE
README.md
demos/blog/components/ext_dust.js
demos/blog/components/less.js
demos/blog/config.js
demos/blog/controllers/comment.js
demos/blog/controllers/json.js
demos/blog/controllers/site.js
demos/blog/controllers/topic.js
demos/blog/controllers/user.js
demos/blog/data/blog.sql
demos/blog/index.js
demos/blog/models/comment.js
demos/blog/models/topic.js
demos/blog/models/user.js
demos/blog/package.json
demos/blog/static/css/style.less
demos/blog/static/js/jquery.form.js
demos/blog/static/js/jquery.min.js
demos/blog/static/js/jquery.validate.min.js
demos/blog/views/html/create_topic.html
demos/blog/views/html/index.html
demos/blog/views/html/main.html
demos/blog/views/html/view_topic.html
demos/blog/views/json/comment.json
demos/blog/views/json/main.json
demos/blog/views/json/topic.json
demos/blog/views/json/user.json
demos/drawing_over_websockets/config.js
demos/drawing_over_websockets/controllers/action.js
demos/drawing_over_websockets/index.js
demos/drawing_over_websockets/static/js/draw_desk.js
demos/drawing_over_websockets/views/index.html
demos/hello_world/config.js
demos/hello_world/controllers/site.js
demos/hello_world/index.js
demos/hello_world/views/index.html
framework/autodafe.js
framework/base/app_module.js
framework/base/application.js
framework/base/autodafe_part.js
framework/base/controller.js
framework/base/model.js
framework/base/models/form_model.js
framework/base/models/model_constructor_proxy_handler.js
framework/base/models/models_manager.js
framework/base/models/validator.js
framework/base/routing/route.js
framework/base/routing/router.js
framework/base/session.js
framework/client_connections/client.js
framework/client_connections/client_connection.js
framework/client_connections/http/content-types.js
framework/client_connections/http/http_client.js
framework/client_connections/http/http_request.js
framework/client_connections/http/http_server.js
framework/client_connections/listener_for_response.js
framework/client_connections/request.js
framework/client_connections/response.js
framework/client_connections/web_sockets/web_sockets_client.js
framework/client_connections/web_sockets/web_sockets_request.js
framework/client_connections/web_sockets/web_sockets_server.js
framework/common_config.js
framework/components/component.js
framework/components/components_manager.js
framework/components/widget.js
framework/components/widgets/pages/lib/pages.html
framework/components/widgets/pages/pages.js
framework/db/ar/active_finder.js
framework/db/ar/active_record.js
framework/db/ar/join_element.js
framework/db/ar/join_query.js
framework/db/ar/relations/active_relation.js
framework/db/ar/relations/base_active_relation.js
framework/db/ar/relations/belongs_to_relation.js
framework/db/ar/relations/has_many_relation.js
framework/db/ar/relations/has_one_relation.js
framework/db/ar/relations/many_many_relation.js
framework/db/ar/relations/stat_relation.js
framework/db/ar/stat_element.js
framework/db/command_builder.js
framework/db/db_column_schema.js
framework/db/db_command.js
framework/db/db_connection.js
framework/db/db_controller.js
framework/db/db_criteria.js
framework/db/db_criteria_selected_tables.js
framework/db/db_expression.js
framework/db/db_schema.js
framework/db/db_table_schema.js
framework/db/mysql/mysql_column_schema.js
framework/db/mysql/mysql_connection.js
framework/db/mysql/mysql_result.js
framework/db/mysql/mysql_schema.js
framework/db/mysql/mysql_table_schema.js
framework/lib/cookie.js
framework/lib/listener.js
framework/lib/listener2.js
framework/lib/proxy_handlers/function_proxy_handler.js
framework/lib/proxy_handlers/protected_values_descriptor.js
framework/lib/proxy_handlers/protected_values_proxy_handler.js
framework/lib/proxy_handlers/proxy_handler.js
framework/lib/tools.js
framework/logging/console_log_route.js
framework/logging/file_log_route.js
framework/logging/log_route.js
framework/logging/log_router.js
framework/logging/logger.js
framework/logging/mail_log_route.js
framework/logging/message.js
framework/mailing/mailer.js
framework/mailing/test.js
framework/tests/db_fixtures_manager.js
framework/tests/test_component.js
framework/tests/test_session.js
framework/tests/test_transport.js
framework/tests/tests_batch.js
framework/users/models_roles_set.js
framework/users/roles_set.js
framework/users/user_identity.js
framework/users/user_identity_active_record_handler.js
framework/users/user_identity_model_handler.js
framework/users/users_manager.js
package.json
tests/applications/ar_app/config.js
tests/applications/ar_app/models/category.js
tests/applications/ar_app/models/comment.js
tests/applications/ar_app/models/item.js
tests/applications/ar_app/models/order.js
tests/applications/ar_app/models/post.js
tests/applications/ar_app/models/post_ext.js
tests/applications/ar_app/models/user.js
tests/applications/components_test_app/components/nested_user_component/another_nested_component.js
tests/applications/components_test_app/components/nested_user_component/lib/hidden_component.js
tests/applications/components_test_app/components/nested_user_component/nested_user_component.js
tests/applications/components_test_app/components/user_component.js
tests/applications/components_test_app/config.js
tests/applications/components_test_app/outside_components/preload.js
tests/applications/components_test_app/outside_components/sample.js
tests/applications/mini_app/config.js
tests/applications/models_app/config.js
tests/applications/models_app/models/model1.js
tests/applications/models_app/models/model2.js
tests/applications/models_app/models/model3.js
tests/applications/models_app/models/model4.js
tests/applications/models_app/models/model5.js
tests/applications/normal_app/components/test_log_route.js
tests/applications/normal_app/config/normal_config.js
tests/applications/normal_app/controllers/test.js
tests/applications/normal_app/controllers/test2.js
tests/applications/normal_app/models/test_model.js
tests/applications/normal_app/views/controllers_test/index.html
tests/applications/normal_app/views/controllers_test/test_params.html
tests/applications/normal_app/views/test.json
tests/applications/old_test_app/config/common_db.js
tests/applications/old_test_app/config/config_with_log_router_only.js
tests/applications/old_test_app/config/db.js
tests/applications/old_test_app/config/main.js
tests/applications/old_test_app/config/min_config.js
tests/applications/old_test_app/config/preloaded_logger_config.js
tests/applications/old_test_app/controllers/another_test.js
tests/applications/old_test_app/index.js
tests/applications/old_test_app/models/ui_test.js
tests/applications/old_test_app/models/ui_user.js
tests/applications/router_test_app/bad_controllers/broken_controller.js
tests/applications/router_test_app/config/crashing_config.js
tests/applications/router_test_app/config/crashing_config2.js
tests/applications/router_test_app/config/working_config.js
tests/applications/router_test_app/controllers/blank.js
tests/applications/router_test_app/controllers/good.js
tests/applications/router_test_app/controllers/not_controller.js
tests/applications/router_test_app/not_controllers/not_js.md
tests/applications/router_test_app/out_of_config_folder/out.js
tests/applications/router_test_app/out_of_config_folder/out2.js
tests/data/db_root_config.js
tests/data/fixtures/categories.js
tests/data/fixtures/comments.js
tests/data/fixtures/items.js
tests/data/fixtures/orders.js
tests/data/fixtures/post_category.js
tests/data/fixtures/posts.js
tests/data/fixtures/profiles.js
tests/data/fixtures/users.js
tests/data/table_schemas.sql
tests/data/tables_data.sql
tests/old_tests/framework/base/session_tests.js
tests/old_tests/framework/logging/logger_tests.js
tests/old_tests/framework/users/roles_tests.js
tests/old_tests/framework/users/user_identity_tests.js
tests/old_tests/framework/users/users_manager_tests.js
tests/old_tests/web_sockets_client_tests.js
tests/run_tests
tests/tools/tests_tools.js
tests/units/base/app_module_tests.js
tests/units/base/application_tests.js
tests/units/base/autodafe_part_tests.js
tests/units/base/controller_tests.js
tests/units/base/model_tests.js
tests/units/base/router_tests.js
tests/units/client_connections/clients_tests.js
tests/units/client_connections/http/http_server_tests.js
tests/units/client_connections/response_tests.js
tests/units/client_connections/web_sockets/web_sockets_server_tests.js
tests/units/components/component_tests.js
tests/units/components/components_manager_tests.js
tests/units/db/ar/active_record_tests.js
tests/units/db/ar/ar_relations_tests.js
tests/units/db/db_criteria_selected_tables_tests.js
tests/units/db/db_criteria_tests.js
tests/units/db/mysql_tests.js
tests/units/lib/tools_tests.js

Download

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

autodafe-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL