chris-tn / DASP

DDTH Application & Service Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DASP - DDTH Applications & Services Platform

A Java platform for applications & services. See sub-folders' readme files for more details.

  • servlet: DASP bootstrap
  • bundle_config: configuration settings APIs for other bundles to use
  • bundle_frag_jdbc_dbcp: JDBC drivers for Apache Commons DBCP
  • bundle_framework: framework to develop bundles for DASP
  • bundle_handlersocket: HandlerSocket library for Java
  • bundle_id: ID generator
  • bundle_log4j: Log4j configurations
  • bundle_springaop: Spring AOP utils
  • bundle_springmvc: utils to develop Sprind MVC applications on DASP
  • bundle_status: embedded simple status page for DASP (to demonstrate DASP's web application capability).
  • hetty: an async, distributed http server based on Netty.
  • bundle_hettymvc: a MVC web application framework for Hetty, packaged as an OSGi bundle.
  • bundle_status_hetty: embedded simple status page for DASP (to demonstrate HettyMVC).

Disclaimer

DASP is developed to be used within DDTH/VNIT. You may use DASP freely but it is provided "as is", without warranty of any kind.

License

Distributed under the MIT License. Copyright (c) 2012 Thanh Ba Nguyen (aka btnguyen2k).

Third party libraries are distributed under their own license(s).

Dependency

About

DDTH Application & Service Platform