samskivert API

The samskivert library (SL) aims to provide useful reusable Java routines that do things for which I've been unable to find useful reusable implementations on the net.

See:
          Description

Packages
com.samskivert Nothing lives here except the Log wrapper that is used by the samskivert services to generate log messages.
com.samskivert.io Various I/O related utilities.
com.samskivert.jdbc Provides support services to applications that access relational databases via JDBC.
com.samskivert.jdbc.depot  
com.samskivert.jdbc.depot.annotation  
com.samskivert.jdbc.depot.clause  
com.samskivert.jdbc.depot.expression  
com.samskivert.jdbc.depot.operator  
com.samskivert.jdbc.depot.tests  
com.samskivert.jdbc.depot.tools  
com.samskivert.jdbc.jora Provides a mapping between JDBC tables and Java objects.
com.samskivert.servlet Provides services and patterns that are useful in developing web applications.
com.samskivert.servlet.tests  
com.samskivert.servlet.user Provides services for managing a database of users in a web application or suite of web applications.
com.samskivert.servlet.util Provides servlet-related utilities.
com.samskivert.swing Provides extensions and patterns for building user interfaces with Swing.
com.samskivert.swing.dnd A basic system for handling drag and drop within a single application.
com.samskivert.swing.event Swing event adapters and utilities.
com.samskivert.swing.tests  
com.samskivert.swing.util Provides Swing-related utility services.
com.samskivert.test Utilities useful when writing unit tests.
com.samskivert.text Utilities for text processing and i18n.
com.samskivert.util Provides a variety of utility services including data structures, synchronization support, text processing and more.
com.samskivert.util.tests  
com.samskivert.velocity Provides parts of a simple web application framework built around the Velocity template engine.
com.samskivert.xml Provides XML related services.
com.samskivert.xml.tests  

 

The samskivert library (SL) aims to provide useful reusable Java routines that do things for which I've been unable to find useful reusable implementations on the net.

Given the emphasis on reusability, SL attempts to closely adhere to the following principles:

I and others who have contributed to the library hope that you find it useful, easy to use and time saving. Comments and contributions are always welcome.

-- mdb@samskivert.com



Copyright © 2000-2007 Michael Bayne. All Rights Reserved.