mdb
4c087e4e6a
Created an extension to the webmacro servlet that automatically handles
...
exceptions in a user friendly way.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@43 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-13 18:49:41 +00:00
mdb
4da2553581
Catch and report class not found when loading the JDBC driver.
...
Added an execute() helper function which will automatically commit or roll
back an SQL operation if it succeeds or fails.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@42 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-13 05:55:57 +00:00
mdb
500a88880b
Created a makefile for building javadoc documentation.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@41 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-13 05:54:29 +00:00
mdb
c2db44dd77
Imported a slightly modified version of JORA.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@39 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-13 05:46:56 +00:00
mdb
8061ef0939
Created base class for JORA-based database repository implementations that
...
takes care of establishing a JORA session based on JDBC configuration
properties and provides a few other useful patterns.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@38 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-13 00:25:14 +00:00
mdb
4ec1bd06da
Account for a container's insets when laying out it's children. Apparently
...
that's up to us.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@27 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-07 11:09:59 +00:00
mdb
effaaf3df8
Log the stack trace if a task observer chokes in taskCompleted() or
...
taskFailed().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@26 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-07 06:14:36 +00:00
mdb
55eaea1974
Added the facilities for logging a stack trace.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@25 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-07 06:13:59 +00:00
mdb
513a71ad7c
Allow tasks to throw an exception so that it can be caught and passed to
...
the task observer.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@24 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-07 05:41:30 +00:00
mdb
e621f669b0
Implemented a group layout manager that works like the One True Layout
...
System (as conceived in the Magic User Interface library [MUI] on the
Amiga so long ago). Component weights are not yet supported, but fixedness
works which is mainly what I need.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@23 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-07 05:41:07 +00:00
mdb
0b9e558b4d
Created services to facilitate doing things asynchronously in swing
...
applications.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@22 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 03:25:19 +00:00
mdb
16618d72e5
Created a default log provider so that logging does something by default.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@21 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 03:21:59 +00:00
mdb
f6539f6f10
Added a top-level README that describes the project.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@20 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 00:28:34 +00:00
mdb
3c89f47481
Added a script for invoking java with the proper environment.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@19 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 00:28:23 +00:00
mdb
70c8004f02
Created a utility class to easy closing statements and connections and
...
such.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@18 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 00:27:30 +00:00
mdb
ce2bdb4829
Supply the cdid to the test function.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@17 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 00:27:00 +00:00
mdb
f1dfc30dfe
Made the inner classes public because callers need access to them.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@16 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 00:26:23 +00:00
mdb
d2a43bc589
Created a thin wrapper through which we can log to an arbitrary logging
...
framework.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@15 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-12-06 00:24:46 +00:00
mdb
b74769d5f6
Added a toString() that does something nice with arrays.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@13 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-31 00:51:13 +00:00
mdb
8e5f441937
Whoops. getSubProperties() should have been static.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@12 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-31 00:51:00 +00:00
mdb
c2548022a1
Created a class for properties related utility functions. Created a
...
function that extracts sub-properties from a global properties file.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@11 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-31 00:48:13 +00:00
mdb
1f099746c7
Initial revision of a string-related utilities class.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@10 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-31 00:04:15 +00:00
mdb
b1f97cc2b2
Fixed up the version number reporting.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@6 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-23 07:37:43 +00:00
mdb
64e7b334ba
Working version of CDDB interface.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@5 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-23 07:32:12 +00:00
mdb
17ba2b0067
Initial revision
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2000-10-23 03:34:27 +00:00