The weblog of Michael Zehrer


8.8.2006
  • Autojar
    Autojar helps creating jar files of minimal size from different inputs like own classes, external archives etc. It starts from one or more given classes (e.g., an applet), recursively searches the bytecode for references to other classes, extracts these c
    (categories: build deployment java library )

  • fastutil
    fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files.
    (categories: api development java performance programming )

  • StripesForms
    StripesForms is a set of facets (and JSPs) that allows to display s automatically on ActionBeans, or one of their properties (a POJO). It follows the same principles than ReflectionFacets, applied to FORM generation and fully specific to Str
    (categories: development java programming stripes webdev )

  • Andrew Roberts – Software – jTokeniser @ School of Computing, University of Leeds
    Tokenising strings into its constituent words/tokens can prove tricky for non-trivial examples. In particular, when dealing with natural language, you must take into consideration punctuation too in order to isolate the words. The jTokeniser package was d
    (categories: development java library parser programming )

  • JSAP: the Java-based Simple Argument Parser
    JSAP not only syntactically validates your program’s command line arguments, but it converts those arguments into objects you specify. If you tell JSAP that one of your parameters is an Integer, for example, and the user does not provide a String that can
    (categories: api development java library parser )

Filed under: General @ 1:00

Share with Bit.ly


Comments

There are no comments yet. You could be the first!

RSS feed for comments on this post.


Leave a comment

Additional comments powered by BackType