そごうソフトウェア研究所

SOA、開発プロセス、ITアーキテクチャなどについて書いています。Twitterやってます@rsogo

jdk1.6.0のツール

jdk1.6.0/bin/の下を漁ってみました。

http://java.sun.com/javase/6/docs/technotes/tools/index.html

  • jrunscript

ふむふむ。前にSunの人が見せてくれた。
とりあえず起動してみたがrhinoが分からず、printだけして終了。

http://download.java.net/jdk/jdk-api-localizations/jdk-api-ja/builds/latest/html/ja/technotes/tools/share/jrunscript.html
http://www.mozilla.org/rhino/
http://www.mozilla-japan.org/rhino/

  • wsgen

JAX-WS対応のクラスを作ってくれるのかな。
試してみたいです。

http://java.sun.com/webservices/docs/2.0/jaxws/wsgen.html
http://java.sun.com/javase/ja/6/webnotes/index.html
http://d.hatena.ne.jp/torutk/

  • ツールじゃないけどメモ。JAX-WS

JAX-RPCの後継か。
http://www-06.ibm.com/jp/developerworks/webservices/library/ws-tip-jaxwsrpc.shtml

  • schemagen

クラスファイルやJavaソースからスキーマを作成
http://java.sun.com/javase/6/docs/technotes/guides/xml/jaxb/index.html


jhatやjstackはずーっと試用ですね。
なんかわけでもあるんでしょうか。

keytool、jarsignerあたりはアプレットを使って、
クライアントのハードをいじるようなのを良くやっていたので
懐かしい。