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
It is very easy, just follow these steps:
- Download the latest JAR file.
- Set your CLASSPATH to include it's location.
- Follow the examples section, where you'll find plenty of stuff covering how to use all major layers.
- Under the documentation section every class is presented with it's characteristics and additional examples if needed.