Java Work Framework - Network(NIO socket, UDP, Multicast), Database, Exception handling, Security algorithms
Home Examples Documentation Download Contact us Open Source License
BRIEF INTRO
javaWork is a simple, but powerful framework providing network(NIO), database, exception handling and system functionality. It is part of "The work family" including javawork.org, phpwork.org and flashwork.org

There is a big number of frameworks that offer great features, but the lack of simplicity could turn them into disappointment or may require writing your own wrappers. javaWork tends to:
  • Provide new simple functionality
  • Hide behind simple wrappers existing Java functionality
  • Bring general error/exception handling mechanism
  • Avoid competing with existing multi-featured particular layers
  • Provide integration with the other family frameworks

GETTING STARTED
It is very easy, just follow these steps:
  1. Download the latest JAR file.
  2. Set your CLASSPATH to include it's location.
  3. Follow the examples section, where you'll find plenty of stuff covering how to use all major layers.
  4. Under the documentation section every class is presented with it's characteristics and additional examples if needed.

FACTS ABOUT THE FRAMEWORK

  • Easy-to-use Java NIO Socket Framework
  • High performance, High scalability
  • Supports 15,000+ socket connections
  • SSL support
  • Multicast support
  • Unicast(UDP) support
  • In and out filters / pluggable protocols
  • Easy-to-use database framework
  • Powerful Exception handling mechanism
  • Custom JAR files loader
  • Less than 400Kb in size
  • Works with JDK 1.6 (Mustang)
  • Encryption algorithms like xxtea, xor, base64
  • Full documentation and many, many examples
OPEN SOURCE LICENSE