2003-04-17から1日間の記事一覧

オープンソースライセンスの選択

JBossのライセンスはLGPLです。 Another project, the JBoss Group, decided to use the LGPL to distribute the JBoss code, and it "works fine" for that purpose, said Marc Fleury, president of the JBoss Group. "We did move from the GPL to LGPL,"…

blojsom

Javaで書かれたblogパッケージです。テンプレートエンジンにVelociyを使っているらしい。

The Evolving J2EE Platform

Floyd Marinescu(EJB Design Patternsの著者)によるJ2EE 1.4の概要説明です。Draft 2をベースにしているようですが、たぶんDraft 3でもそれほど変わっていないでしょう。きちんとまとめられていそうなので、まじめに読んでみます。

Maven JBoss plugin

maven-1.0-beta-9をインストールしたらjboss pluginが入ってました。:-) [jboss] : Creates a specific JBoss server configuration init ....................... null package .................... Creates a specific JBoss server configuration start …

よし、Mavenをはじめよう。

ソースを見たらNanningもAspectWerkzもMavenを使っています。思えば、XDocletもMavenだったっけ。もう逃げられません。

Re: AOPを使ったキャッシュの実現

AOP

Rickardの回答: total miss ... これはNanningというAOP実装を使った解です。Nanningのinterceptorとは、JBossAOPと同様に、AOPのadviceのことです。Nanningではオブジェクトに設定されたinterceptorのチェイン(interceptor stack)を順次実行していくことでA…