> Also, might we separate out the main()'s in InsertClient and > RequestClient? The objects themselves are useful in a number of > situations other than command-line invocation. The main()'s don't hurt > of course, but I find that a class that starts with a main() and is only > instantiated within that main() tends to lose reusability over time.
Yes, the java clients need to be rewritten in a modularized way using a client library. That way other clients can reuse as much code as possible. This needs to be done. Yep. I might get to it. I'm hesitant to start messing with code that works when we're in the beta testing part of the code development cycle. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
