2005-05-21から1日間の記事一覧

Clirr

http://clirr.sourceforge.net/clirr-core/index.html Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the…

iBatisでOracleのBlobのread/write

iBatisのLobHandlerはtemporary lobの一時表領域を削除するような仕組みが用意されていない。iBatisのLOBのHandlerを拡張しても実現はできないので、SpringのLobHandlerを使うようにする。そうすると、iBatisのtemporary lob作成時に確保された一時表領域をS…

DWR - Direce Web Remoting

https://dwr.dev.java.net/ Spring-enabledなBeanをJavaScriptからダイレクトに触れる。これを使えばJavaでお手軽にAjax体験ができるね。

XMLStarlet

xml

http://xmlstar.sourceforge.net/ XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain …