webMethodsとJBossの統合

webMethods社によるプレスリリースです。

August 18, 2003 -- webMethods, Inc. (Nasdaq: WEBM), the leading independent provider of integration software, enabling Global Business VisibilityTM, today announced the immediate availability of the JBoss open-source application server within the webMethods Integration Platform.

JDO 2.0: Lot's of changes discussed at the kickoff meeting

オフィシャルなJSRのミーティングではありませんが、JDO 2.0の活動が実質的に開始されたということでしょう。このように情報が公開されていると、何が議論のポイントになっているのかを知ることができます。このミーティングにはHibernateプロジェクトからも参加してます。

はじめてのカスタムタスク

Ant本片手にJ2EEアーカイブファイルの内容をtree表示するzipviewタスクを作りました。


  
    
  
  
    
    
  

結果はこんな感じ。ディレクトリを上に持ってくるようにしています。

sample.war
-- META-INF
`-- MANIFEST.MF
-- WEB-INF
-- classes
`-- sample
`-- web
-- DiaryForm.class
-- DiaryServlet.class
-- EditAction.class
`-- ShowAction.class
-- lib
-- commons-beanutils.jar
-- commons-collections.jar
-- commons-digester.jar
-- commons-fileupload.jar
-- commons-lang.jar
-- commons-logging.jar
-- commons-validator.jar
-- jakarta-oro.jar
-- sample-ejb-client.jar
`-- struts.jar
-- struts-bean.tld
-- struts-config.xml
-- struts-html.tld
-- struts-logic.tld
-- struts-nested.tld
-- struts-template.tld
-- struts-tiles.tld
`-- web.xml
-- EditDiary.jsp
-- ShowDiary.jsp
`-- index.jsp

Manningの本2冊

Amazonに注文していたBitter EJBAspectJ In Actionが届きました。
まずは、Bitter EJBから読もうと思います。私はアンチパターンの本はどうも好きになれない*1のですが、サンプルとして公開されていたMDBの章が気にいったので買いました。AspectJの方はTSSで公開されていたドラフトで先頭の何章かはすでに目を通しています。control-flowのシーケンス図がわかりやすいです。

*1:アンチパターンのわざとらしい命名が嫌