From: Alex R. <al...@ne...> - 2002-10-29 22:27:26
|
Hey Everyone, I feel like such a slacker any more. It's been WAAY to long to get this o= ut,=20 but attached you'll find a tarball with a working sketch of what I envisi= on=20 the Java API to look/work like. Once we agree that it sucks and fix it,=20 we'll start porting to other languages (starting first with the procedura= l=20 language of choice).=20 Please note that unit tests for the implemented features in the base filt= ers=20 class all pass. If you make changes to the API, please make sure the unit= =20 tests reflect those changes. Notes: This was developed against JDK 1.4 and will not work with earlier Java=20 versions. I anticipate we'll backport at some future point in time agains= t=20 the ORO lib, but not for now. Also, junit is included (hence the obscene size). To run the automated=20 tests, cd into the "java" directory and run: =09java -classpath ".:test:test/junit.jar" junit.swingui.TestRunner & from the list of tests available when you hit the "..." button, choose=20 "TestBaseFilter". Feedback on the design of the API would be most appreciated. --=20 Alex Russell al...@Se... al...@ne... |