もうそんな時期になるのか・・・。
カテゴリー: Java
Tobago
Tobagoはincubatorに入っていたのね。
svn checkout http://svn.apache.org/repos/asf/incubator/tobago/trunk/ tobago cd tobago mvn install
Jackrabbit
コードを書くにも、いまいち情報が少ない・・・。というわけで、コードを書くために参考になりそうなものをいくつか、あげておく。
http://wiki.apache.org/jackrabbit/ExamplesPage
http://www.day.com/maven/jsr170/javadocs/jcr-1.0/
http://wiki.apache.org/jackrabbit/ContribTips
http://incubator.apache.org/jackrabbit/doc/firststeps.html
http://www.artima.com/lejava/articles/contentrepository3.html
Tomcatでウェブアプリとして使うためには、confの下にjaas.confを置いて、CATALINA_OPTSに入れて読み込ませるそうな。
You must add the system property java.security.auth.login.config to point to a jaas configuration file. Use the file jackrabbit/application/test/jaas.config. In tomcat copy the file to $CATALINA_HOME/conf, and add the following -Djava.security.auth.login.config=%CATALINA_HOME%/conf/jaas.conf to the environment var CATALINA_OPTS. (If your tomcat is already using jaas, simply merge the content of jaas.config with the file that tomcat uses