<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/kanekotky/">
    <title>ねむねむWiki</title>
    <link>http://w.atwiki.jp/kanekotky/</link>
    <atom:link href="https://w.atwiki.jp/kanekotky/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>ねむねむWiki</description>

    <dc:language>ja</dc:language>
    <dc:date>2006-11-03T23:10:19+09:00</dc:date>
    <utime>1162563019</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kanekotky/pages/2.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/25.html">
    <title>JBossMicroContainer</title>
    <link>https://w.atwiki.jp/kanekotky/pages/25.html</link>
    <description>
          </description>
    <dc:date>2006-11-03T23:10:19+09:00</dc:date>
    <utime>1162563019</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/14.html">
    <title>Java</title>
    <link>https://w.atwiki.jp/kanekotky/pages/14.html</link>
    <description>
      * Testing
** TestNG
- [[Testing EJB3 apps with TestNG&gt;http://blog.hibernate.org/cgi-bin/blosxom.cgi/2005/11/24#ejb3withtestng]]
- [[Announcing TestNG 4.5&gt;http://www.theserverside.com/news/thread.tss?thread_id=38922]]
** その他テスト
- [[ConTestを使用したマルチスレッド・ユニットのテスト&gt;http://www-06.ibm.com/jp/developerworks/java/060426/j_j-contest.shtml]]

* ActiveMQ
- [[4.0 release&gt;http://www.activemq.org/site/activemq-40-release.html]]
- [[How to tune Apache ActiveMQ&gt;http://devzone.logicblaze.com/site/apache-activemq-performance-tuning-guide.html]]

*Tangosol
- [[http://www.tangosol.com/html/index.shtml]]
- [[クラスタ化アプリケーションのセッション管理&gt;http://www.beasys.co.jp/dev2dev/pub/a/2005/05/session_management.html]]

* 言語
- [[Javaのオブジェクトサイズの測り方、sizeof&gt;http://d.hatena.ne.jp/minghai/20060319/p1]]
- [[浅煎り珈琲 Java アプリケーション入門&gt;http://www.nextindex.net/java/index.html]]

* PDF
- [[Javaアプリケーションから動的にPDFファイルを生成する&gt;http://www-06.ibm.com/jp/developerworks/opensource/060419/j_os-javapdf.shtml]]
--iText

* Spring PetStore
- [[SpringPetstore&gt;http://wiki.apache.org/cocoon/SpringPetstore?highlight=%28SpringPetStore%29]]
- [[JPetstore OrderForm must be Serializable&gt;http://opensource2.atlassian.com/projects/spring/browse/SPR-1551]]

* 自動化
- [[JavaOne Tokyo 2005 - 自動化、心掛けてますか? 貴重な時間は大切に&gt;http://pcweb.mycom.co.jp/articles/2005/11/09/javaone4/]]

* DI Container
- [[DIxAOPコンテナ「Seasar2とSpring」&gt;http://www.thinkit.co.jp/free/compare/15/1/1.html]]
- [[先進DIコンテナ「Apache Geronimo」、「HiveMind」を試す&gt;http://www.javaworld.jp/technology_and_programming/-/21241-1.html]]
- [[Using Dependency Injection in Java EE 5.0&gt;http://www.onjava.com/pub/a/onjava/2006/01/04/dependency-injection-java-ee-5.html]]
-[[Spring AOPサンプルアプリでAOPを理解する&gt;http://www.atmarkit.co.jp/fjava/rensai3/springdi03/springdi03_1.html]]

* AOP
** [[aspectj project&gt;http://www.eclipse.org/aspectj/]]
** [[JBossAOP&gt;http://labs.jboss.com/portal/jbossaop/index.html]]
** [[アスペクト指向のバリエーション解説&gt;http://www.atmarkit.co.jp/farc/rensai/aspect01/aspect01.html]]
2004年末～2005年夏までの連載。少し古いのだが、AspectJ、JBossAOP、AspectWerkzについて解説。
** [[AOPの理想と現実&gt;http://www-128.ibm.com/developerworks/java/library/j-aopwork15/]]

* java.lang.instrument
- [[java.lang.instrument&gt;http://kumiki.c.u-tokyo.ac.jp/~ichiyama/cgi-bin/hiki/java.lang.instrument.html]]


* JTA
- [[Javaの理論と実践: JTSを理解する -- 見えない魔法&gt;http://www-06.ibm.com/jp/developerworks/java/020614/j_j-jtp0410.html]]

* Mustang
-[[jrunscriptビルトインオブジェクト一覧&gt;http://d.hatena.ne.jp/brazil/20060210/1139561436]]
-[[Image I/O Improvements in Mustang&gt;http://weblogs.java.net/blog/campbell/archive/2006/01/400_horsepower.html]]

* JOnAS
- [[ObjectWeb Conference 2006 - ObjectWeb、次期JOnASでは自律機能を強化&gt;http://pcweb.mycom.co.jp/articles/2006/02/10/ob1/]]

* ライブラリ
- [[Joda Time - Java date and time API&gt;http://joda-time.sourceforge.net/]]
--性能等も考慮された日付処理ライブラリ
- [[JGraph&gt;http://www.jgraph.com/]]
--JGraph is the most powerful, easy-to-use, feature-rich and standards-compliant open source graph component available for Java

* Tools
-[[IBM Thread and Monitor Dump Analyzer for Java Technology&gt;http://www.alphaworks.ibm.com/tech/jca?open&amp;S_TACT=105AGX59&amp;S_CMP=GR&amp;ca=dgr-jw26awjca]]

* 他
- [[Java &amp; WebSphere についてのいろいろ&gt;http://www63.tok2.com/home2/jd4/java.html]]
- [[EHCache&gt;http://ehcache.sourceforge.net/documentation/]]
-[[Hibernateでインテグレーション層のDAOデザインを考える &gt;http://www.atmarkit.co.jp/fjava/rensai3/jaee5mgrtn05/jaee5mgrtn05_1.html]]
-[[MD5 cryptによるLinuxでのJavaアプリの保護&gt;http://www-06.ibm.com/jp/developerworks/linux/060203/j_l-md5crypt.shtml]]
-[[Gavin Kingが答えた「EJB 3.0がHibernate + Springより優れていると思う点」&gt;http://www.theserverside.com/news/thread.tss?thread_id=39034#200978]]
-[[Strutsで作るセキュアWebアプリケーション&gt;http://www.atmarkit.co.jp/fsecurity/rensai/struts01/struts01.html]]
-[[【Jakarta/Apacheウォッチ】第25回 リリース間近！アーキテクチャを一新したStruts 1.3&gt;http://itpro.nikkeibp.co.jp/article/COLUMN/20060408/234852/?ST=lin-server&amp;P=1]]
-Javaクラスの居場所
  this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath();

- [[BEA WebLogic Server 9 sets another SPECjAppServer2004 top mark&gt;http://www.theserverside.com/news/thread.tss?thread_id=38379]]
- [[The new features in Servlet 2.5: worthwhile?&gt;http://www.theserverside.com/news/thread.tss?thread_id=38365]]
- [[Tomcat Performance Higher on Linux&gt;http://www.theserverside.com/news/thread.tss?thread_id=38377]]
- [[Tapestry 4.0 Released&gt;http://www.theserverside.com/news/thread.tss?thread_id=38407]]
- [[Unit Testing Serialization Evolution&gt;http://www.theserverside.com/news/thread.tss?thread_id=38398]]
- [[Use EJB3 Persistence with Spring&gt;http://www.theserverside.com/news/thread.tss?thread_id=38538]]
- [[Java/J2EE Requirement Coverage Tool - JRequire V1.1 released&gt;http://www.theserverside.com/news/thread.tss?thread_id=38562]]
- [[Hibernate 3.1.1 released&gt;http://www.theserverside.com/news/thread.tss?thread_id=38600]]
- [[BEA to Open Source its Kodo Java Persistence APIs&gt;http://www.theserverside.com/news/thread.tss?thread_id=39010]]
- [[FIT plug-in for Maven released&gt;http://www.theserverside.com/news/thread.tss?thread_id=38980]]
- [[A New Java Persistence API for Berkeley DB&gt;http://www.theserverside.com/news/thread.tss?thread_id=38916]]
- [[Using EJB 3.0 outside the container&gt;http://www.theserverside.com/news/thread.tss?thread_id=38910]]
- [[AOP@Work: AOP myths and realities published&gt;http://www.theserverside.com/news/thread.tss?thread_id=39026]]
- [[TrackIt 1.0.0, web-based project tracking tool, released&gt;http://www.theserverside.com/news/thread.tss?thread_id=39011]]
- [[Sun、JSR 292を提出 - Java仮想マシンレベルで動的な型を提案、他&gt;http://pcweb.mycom.co.jp/news/2006/03/06/340.html]]
- [[GroovyによるRuby on Railsライクなフレームワーク - Grails 0.1公開&gt;http://pcweb.mycom.co.jp/news/2006/03/31/345.html]]

- [[入力値検証用フレームワーク - Commons Validator 1.3.0、新バリデータ追加も&gt;http://pcweb.mycom.co.jp/news/2006/03/28/348.html]]
- [[Jakarta Commons IO Package 1.2 - ディレクトリごとコピー新機能も&gt;http://pcweb.mycom.co.jp/news/2006/03/20/341.html]]
- [[Configuration Management in Java EE Applications Using Subversion&gt;http://www.onjava.com/pub/a/onjava/2006/05/03/j2ee-configuration-management-with-subversion.html]]
- [[Strecks&gt;http://strecks.sourceforge.net/]]
-- Strecks is a set of extensions to the Struts web development framework aimed at Java 5 users. The aim of Strecks is to enhance the capability of Struts in terms of productivity and maintainability. Strecks makes use of Java 5 language features, in particular JSR-175 annotations, to simplify the programming model for Struts applications.
-[[Javapedia&gt;http://wiki.java.net/bin/view/Javapedia/WebHome]]
-[[Wicket&gt;http://wicketframework.org/index.html]]
-[[-XX:+HeapDumpOnOutOfMemoryError&gt;http://d.hatena.ne.jp/masanobuimai/20060501#1146479655]]
-[[Javaバグに投票を&gt;http://blogs.sun.com/roller/page/yk?entry=vote_vote_vote]]
-[[Java例文集 for バグレポート&gt;http://blogs.sun.com/roller/page/yk?entry=java_phrase_book]]
-[[JNIEasy&gt;http://www.innowhere.com:8080/webapp/jsp/home.jsp?_page=home]]    </description>
    <dc:date>2006-08-28T19:49:57+09:00</dc:date>
    <utime>1156762197</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/9.html">
    <title>English</title>
    <link>https://w.atwiki.jp/kanekotky/pages/9.html</link>
    <description>
      * お勉強サイト
-[[English Navi&gt;http://englishnavi.net/]]
--リンク集
-[[英文メールを書くのにめちゃめちゃ便利なサイト&gt;http://d.hatena.ne.jp/ryuzi_kambe/20060121/p2]]
-[[藪下研究室&gt;http://www.meigaku.ac.jp/~yabu/]]
- [[英語を学ぶためのポッドキャストを探しています&gt;http://www.hatena.ne.jp/1135429271]]
- [[Multimedia対訳&gt;http://www.bauddha.net/about.html]]
-[[Podcastでリスニングの練習まとめ @Wiki&gt;http://www12.atwiki.jp/janssen-26/]]

* 勉強法
-[[英語の練習法（あえて勉強法とは言わない：勉強にするな）&gt;http://ohzawa-lab.bpe.es.osaka-u.ac.jp/resources/english-recipes.html]]

* 翻訳
- [[doc-jaプロジェクト&gt;http://openlab.ring.gr.jp/doc-ja/cgi-bin/fswiki/wiki.cgi]]

* 本
- [[英会話データベース必須1200&gt;http://www.amazon.co.jp/exec/obidos/ASIN/478901021X/249-5137583-3557159]]
-[[日常英会話5000(CD)&gt;http://www.amazon.co.jp/exec/obidos/ASIN/4789011070/249-5137583-3557159]]    </description>
    <dc:date>2006-08-17T16:47:30+09:00</dc:date>
    <utime>1155800850</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/6.html">
    <title>Javaパフォーマンス</title>
    <link>https://w.atwiki.jp/kanekotky/pages/6.html</link>
    <description>
      *java.util.concurrent
- [[Javaの理論と実践：ノンブロッキング・アルゴリズムの紹介&gt;http://www-06.ibm.com/jp/developerworks/java/060519/j_j-jtp04186.shtml]]

* Servlet Performance report
- [[Comparing The Performance of J2EE Servers&gt;http://webperformanceinc.com/library/reports/ServletReport/index.html]]
- [[Comparing Apache Tomcat Performance Across Platforms&gt;http://webperformanceinc.com/library/reports/windows_vs_linux_part1/index.html]]
- [[TSS:Tomcat Performance Higher on Linux&gt;http://www.theserverside.com/news/thread.tss?thread_id=38377]]

* Profiler
**[[NetBeans Profiler&gt;http://profiler.netbeans.org/]]
見た目綺麗だが、重い・・・
- [[Analyzing the Performance of Java EE application running on GlassFish server using Netbeans Profiler&gt;http://blogs.sun.com/roller/page/bhavani?entry=analyzing_the_performance_of_java]]
- [[Java Profiling for Beginners&gt;http://blogs.sun.com/roller/page/johnc?entry=java_profiling_for_beginners]]
** [[JMP - Java Memory Profiler&gt;http://www.khelekore.org/jmp/]]
Memory Profilerと言う名前なのだが、メソッドの実行時間やコールグラフ、スレッドのモニタなんかもできる模様。
JVMPIを使って情報を取得し、GTK+で表示。
**[[HPjmeter&gt;http://www.hp.com/products1/unix/java/hpjmeter/]]
hprofを読み込んで解析するビューワー。スレッドコールグラフ、スレッド状態なんかを見れる。Agentを入れないので機能は限られているが、簡単に導入できるのがウリかな。
**[[Java Interactive Profiler&gt;http://jiprof.sourceforge.net/]]
-Instrulmentsを使った(と思われる)プロファイラ
-[[http://rektunpe.sakura.ne.jp/diary/?date=20060209#p01]]

**[[InfraRED&gt;http://infrared.sourceforge.net/index.html]]
-AOPを使ったプロファイラ

**[[Profiler4J&gt;http://profiler4j.sourceforge.net/]]

** その他のProfiler
-[[YourKit Java Profiler&gt;http://www.yourkit.com/]]
-[[i³/Indepth for Web-J2EE&gt;http://www.veritas.com/Products/www?c=product&amp;refId=316&amp;ln=ja_JP]]
--[[Symantec i3 7.5, app performance management software, released&gt;http://www.theserverside.com/news/thread.tss?thread_id=38875]]
-[[Yet Another Java Profiler&gt;http://yajp.sourceforge.net/index.html]]
--http://pcweb.mycom.co.jp/news/2005/06/13/005.html
-[[Eclipse TPTP&gt;http://www.eclipse.org/tptp/]]
--[[http://www.hitachi-sk.co.jp/research/techdoc/TPTP/]]
-[[JProfiler&gt;http://www.ej-technologies.com/products/jprofiler/overview.html]]
--[[report&gt;http://www.javaperformancetuning.com/tools/jprofiler/index.shtml]]
-[[Bytecode Instrumentation Profiling Toolkit for Java&gt;http://www.alphaworks.ibm.com/tech/biptk/requirements?open&amp;S_TACT=105AGX59&amp;S_CMP=GR]]
--Biptk is an eclipse based toolkit running on Linux that helps developers and performance specialists exploit bytecode instrumentation for the purpose of profiling Java applications. BIPTK includes a library for generating profiling traces, an Eclipse plug-in GUI for visualizing the traces, and some working examples of instrumenting code with Eclipse TPTP Probekit.

* Tool、ライブラリ
**[[Proguard&gt;http://proguard.sourceforge.net/]]
使われていないコードやフィールド等を削除し、クラスを軽量化してくれる。もっともそれらは[[Eclipse]]等のIDEで検出してソースコードレベルで削除しておくべきだと思うが・・・。
クラス名やメソッド名、フィールド名を変換して、短くしてくれる機能もある。逆コンパイルされたときに意味が分かりづらくはなるので、そういう目的にも使える模様。
**[[cache4j&gt;http://cache4j.sourceforge.net/]]

* Article
-[[Open Source Profilers for Java&gt;http://www.manageability.org/blog/stuff/open-source-profilers-for-java]]
-[[Performance monitoring with AspectJ&gt;http://www-128.ibm.com/developerworks/java/library/j-aopwork12/]]
--[[TSS&gt;http://www.theserverside.com/news/thread.tss?thread_id=37630]]
-Javaworld 2006年3月号
--Java InstrumentとJava assistの組み合わせは使えそう！
-[[独自のプロファイリング・ツールを構築する&gt;http://www-06.ibm.com/jp/developerworks/java/060405/j_j-jip.shtml]]
--Java 5のエージェント・インターフェースとAOPを使って理想的なプロファイラーを作る
-[[Caching HTTP Responses in Java&gt;http://chasethedevil.blogspot.com/2006/04/caching-http-responses-in-java.html]]
-[[Design and performance improvements with JDBC 4.0&gt;http://www.javaworld.com/javaworld/jw-05-2006/jw-0501-jdbc.html]]
-[[Springのための宣言的キャッシングサービス&gt;http://www.beasys.co.jp/dev2dev/pub/a/2006/05/declarative-caching.html]]    </description>
    <dc:date>2006-08-15T15:08:56+09:00</dc:date>
    <utime>1155622136</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/20.html">
    <title>Tools</title>
    <link>https://w.atwiki.jp/kanekotky/pages/20.html</link>
    <description>
      * Windows
- [[freeSSHd&gt;http://fw.moongift.jp/intro/i-1450.html]]
--Windowsでsshデーモンを上げる。
- [[あらゆるマルチメディアファイルを相互変換するフリーソフト「MediaCoder」&gt;http://gigazine.net/News/html/lg/001259.htm]]

*RSS
-[[超軽快動作な RSSリーダー、フレッシュリーダー&gt;http://www.freshreader.com/]]

* CSS
-[[Clean CSS - CSSの最適化，ファイルサイズ削減ツール&gt;http://memo.xight.org/2006-06-19-17]]

* サーバ監視
- [[フリーのサーバ、ネットワークなどの総合監視ソフト「ZABBIX」日本語版&gt;http://gigazine.net/index.php?/news/comments/20060703_zabbix/]]    </description>
    <dc:date>2006-08-07T18:57:22+09:00</dc:date>
    <utime>1154944642</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/5.html">
    <title>Misc</title>
    <link>https://w.atwiki.jp/kanekotky/pages/5.html</link>
    <description>
      * Firefox
- [[FirefoxやThunderbirdのメモリ消費量を劇的に減らす方法&gt;http://gigazine.net/index.php?/news/comments/20060415_firefoxthunderbird/]]

*PostgreSQL
- [[ 【PostgreSQLウォッチ】第26回 ボトルネックをビジュアルに分析するログ解析ツールpgFouine&gt;http://itpro.nikkeibp.co.jp/article/COLUMN/20060419/235738/?ST=lin-server&amp;P=1]]

* CSS
- [[CSS Optimizer&gt;http://www.cssoptimiser.com/]]

* 本
- [[この春に読みたい!TOPエンジニア推薦のIT技術書20冊&gt;http://rikunabi-next.yahoo.co.jp/tech/docs/ct_s03600.jsp?p=000791]]

* セキュリティ
- [[ウェブアプリケーション開発者向けセキュリティ実装講座&gt;http://www.ipa.go.jp/security/vuln/event/20060228.html]]

* プレゼン
- [[日本語で上手いプレゼンをしている映像が見れるサイトを教えてほしいです。&gt;http://www.hatena.ne.jp/1131886335]]
- [[Flash/高橋メソッドマシーン&gt;http://lab.ajibit.com/pukiwiki.php?Flash%2F%B9%E2%B6%B6%A5%E1%A5%BD%A5%C3%A5%C9%A5%DE%A5%B7%A1%BC%A5%F3]]
- [[プレゼンテクニックまとめのまとめ+スギヤマメソッド&gt;http://www.snowballdesign.com/sugi/2006-04-06-1.html]]
-[[スライドのヒント トップ10&gt;http://www.garrreynolds.com/Presentation/nihongo2.html]]
-[[良いプレゼンと悪いプレゼン（準備中）&gt;http://www.str.ce.akita-u.ac.jp/~gotou/tebiki/purezen.html]]
-[[東大で学んだ卒業論文の書き方&gt;http://staff.aist.go.jp/toru-nakata/sotsuron.html]]

* 文書作成
- [[要約文章を分かりやすく書く10か条&gt;http://windfall.blogtribe.org/entry-f3808c2a5b2a98ac1b08f84ba9016cc9.html]]
- [[Excel・ワード文例・書式サンプル・テンプレート集&gt;http://proportal.jp/links/tep.htm]]


* プロジェクト管理
- [[道具箱の整理&gt;http://www.marenijr.net/mymy/solution/010.html]]
- [[NetOffice&gt;http://netoffice.sourceforge.net/modules/news/]]
--[[MOONGIFT&gt;http://oss.moongift.jp/intro/i-1101.html]]

* Meadow
- [[設定済みMeadow&gt;http://www.bookshelf.jp/soft/meadow_8.html#SEC35]]


* HACluster
-[[徹底比較!!クラスタソフトウェア&gt;http://www.thinkit.co.jp/free/compare/17/10/1.html]]
--LifeKeeper, SGLX, Heartbeat等の各クラスタソフトウェアの紹介と、検討のポイント。

* Oracle
-[[Oracle の各種バージョン毎の接続可否一覧表（support matrix)&gt;http://www.drk7.jp/MT/archives/001000.html]]

* Web
-[[安全なウェブサイトの作り方&gt;http://www.ipa.go.jp/security/vuln/documents/2005/website_security.pdf]](PDF)

* SQL
- [[1つのSQL文で複数の表にINSERTする絶品テクニック&gt;http://www.atmarkit.co.jp/fdb/rensai/sqlclinic12/sqlclinic12_1.html]]

* 他
- [[孫子の兵法完全版&gt;http://maneuver.s16.xrea.com/cn/sonshi.html]]
- [[論文の書き方&gt;http://www.csg.is.titech.ac.jp/~chiba/writing/]]
- [[Performance Co-Pilot&gt;http://oss.sgi.com/projects/pcp/]]
--Performance Co-Pilot (PCP) is a framework and services to support system-level performance monitoring and performance management. 
- [[凝集度と結合度：このコードのどこが悪いのか？&gt;http://www.atmarkit.co.jp/farc/rensai/matrix02/matrix02.html]]
-[[Internet Week 2005 チュートリアルプレゼンテーション資料&gt;http://www.nic.ad.jp/ja/materials/iw/2005/proceedings/index.html]]
-[[アイデア・ブック スウェーデン式&gt;http://www.ringolab.com/note/daiya/archives/004203.html]]
-[[スキマウィンドウズ&gt;http://skmwin.net/]]
-[[良質な教科書系ウェブサイト集&gt;http://kanou.jp/archives/001064.php]]
-[[ビジネスヘルプ&gt;http://skill.nikkei.co.jp/bk/]]
-[[ヤフー、日能研の「シカクいアタマをマルくする」をWebで提供&gt;http://www.nikkeibp.co.jp/news/digital06q2/504716/]]
-[[国内Open Proxyの現状&gt;http://spam.h1r.org/jpproxy/index.html]]    </description>
    <dc:date>2006-08-07T18:51:30+09:00</dc:date>
    <utime>1154944290</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/4.html">
    <title>JBoss</title>
    <link>https://w.atwiki.jp/kanekotky/pages/4.html</link>
    <description>
      *JBoss Seam
- [[SeamとWebアプリケーションのアーキテクチャについて&gt;http://d.hatena.ne.jp/shot6/20060614#1150262550]]

*JJBug
- [[http://www.jbug.jp/cgi-bin/fswiki/wiki.cgi]]

* ドキュメント
- [[Getting Started日本語訳&gt;http://cnd.daitec.co.jp/openSo/document.html]]
- [[JBoss 2.2+ ドキュメンテーション日本語版&gt;http://neverbird.sourceforge.jp/manual/fancy/index.html]]

*[[JBoss Cache]]

*JBoss Issue
- [[The JBoss Issue&gt;http://thejbossissue.blogspot.com/]]
- [[Rickard Oberg creates &quot;TheJBossIssue&quot; blog&gt;Rickard Oberg creates &quot;TheJBossIssue&quot; blog]]
-- The Serverside.com

* 大特集 JBossの全て(JavaWorld 2006/03月号)
**JBossを深く知るための10のポイント
NRIの黒澤さんの記事。
JBossの特徴が良く分かり、最近のJBossの流れも良く分かるのでお薦め。
ただポイントかなぁという物もあるので、10個は多すぎな気がする。
**JBossで学ぶEJB3.0アプリ開発
沖林さんの記事。
DVD Storeアプリの紹介と、EJB3.0の実装概要。AOPの使い方はさらっと。
JBoss Microcontainerの紹介がコラムにあった。JBoss Microcontainerは[[Tomcat]]や他のAPサーバ上でも動く軽量コンテナ。SpringやSeasar2に近い。
**システム運用/管理機能の実力を探る
HPの水野さん、佐藤さんの記事。
モニタリング/アラート機能はとても使える。管理コンソールにアクセス制御をかける話は、実環境では必ずやらないとダメ。ログの動的出力レベル変更方法や、JBossの自動起動の話などかなりお薦め。
**パフォーマンス・チューニングの勘所
引き続き水野さんと佐藤さんの記事。
細かいところでは説明が物足りないが、ポイントは抑えられている。実際問題、単体ではそんなにチューニングする箇所は無いし。クラスタの方はまだ考える事がありそう。
+単体
++最大/最小スレッドの最適化
++過剰なログ出力の抑制
++クラスローダの共通化
++不要なリソースの削除
++メソッド呼び出し方法の変更
++JDBC接続数の最適化
+クラスタ
++セッション・レプリケーション
++[[JBoss Cache]]を最新版に更新
++[[JGroups]]のバッファ・サイズを拡張
++Stateful Session Beanのレプリケーション・タイミングの最適化
WebアプリケーションのクラスローダをJBossが提供しているものに変えた方が速いというのは、初耳。試してみないと。
**主要周辺プロダクトを試す
豆蔵の人たちの記事。JBoss Portalは触った事がないので勉強になりました。簡単にポータルページが作れそう。しかも見た目綺麗。
JBoss IDEは、どうなんだろう？WTPとかと被る部分を除くと、残るのはXDocletくらいだろうか。
JBoss Cacheについてはかなり詳しく解説。JBoss Advanced Trainingの内容に近い。読み応えがあります。
JBoss Seamについても解説。JSFとEJB3.0 or Hibernateを繋ぐSeam。サンプルを使って繋ぎ方を解説。

* [[JBoss Serialization&gt;http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&amp;project=serialization]]
[[Java]]の遅いSerializationを速くするプロジェクトのようだが・・・
ファイルに書き出すプログラム&amp;ref(Test.java)で試してみたところ、10倍くらい遅い。書く量も多すぎ。何で？

* Demo
- [[JBoss Suites: Seam Framework&gt;http://seam.demo.jboss.com/home.jsf]]
- [[DVD Store&gt;http://clusterstore.demo.mboss.com/]]

* Bug
- [[Transaction Leak in JDBCStateManager&gt;http://jira.jboss.com/jira/browse/JBAS-2511]]
--Leakしているらしいが、JDBCStateManagerって何だろう。

* News
- [[OSC 2006 Tokyo/Spring - JBossとOSS、第2の開発モデルとビジネス戦略&gt;http://pcweb.mycom.co.jp/articles/2006/03/20/osc1/]]
- [[テンアートニと米国JBoss 社、戦略的パートナー契約を締結～JBoss製品のサポートサービス及び国内初の認定エンジニアトレーニングサービスの提供を開始～&gt;http://www.10art-ni.co.jp/news/press20060316.html]]
- [[米JBoss，メッセージング基盤「JBoss Messaging」とWebサーバー「JBoss Web」を公開&gt;http://itpro.nikkeibp.co.jp/article/USNEWS/20060329/233690/]]
- [[JEMSをさらに強化 - JBoss jBPM、JBoss Rules、JBoss Transactins最新版&gt;http://pcweb.mycom.co.jp/news/2006/04/05/340.html]]
- [[Apache HTTPのライバル出現? - JEMSを強化JBoss Messaging、JBoss Web&gt;http://pcweb.mycom.co.jp/news/2006/03/29/341.html]]

* その他
- [[Firewall越しの設定ポート&gt;http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall]]
- [[JGroups Logging&gt;http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsLogging]]    </description>
    <dc:date>2006-08-07T14:54:57+09:00</dc:date>
    <utime>1154930097</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/19.html">
    <title>JavaScript&amp;Ajax</title>
    <link>https://w.atwiki.jp/kanekotky/pages/19.html</link>
    <description>
      * Google Web Toolkit
- [[Google Web Toolkit - Build AJAX apps in the Java language&gt;http://code.google.com/webtoolkit/]]
- [[Put Google Search on Your Web Site&gt;http://code.google.com/apis/ajaxsearch/]]
- [[ JavaをJavaScriptに変換するグーグルのツールを使ってみよう&gt;http://www.atmarkit.co.jp/fwcr/rensai/googlewebtoolkit01/01.html]]
-[[Working with the Google Web Toolkit&gt;http://www.onjava.com/pub/a/onjava/2006/05/31/working-with-google-web-toolkit.html]]

* ライブラリ
- [[Javascriptでバルーン&gt;http://phpspot.org/blog/archives/2006/03/javascript_5.html]]
- [[アップロードの進捗を表示しつつアップロードするサンプル&gt;http://phpspot.org/blog/archives/2006/03/post_50.html]]
- [[リンクをマウスオーバでサムネイルをポップアップ&gt;http://memo.xight.org/2006-04-20-4]]

* Ajax
- [[AjaxTags&gt;http://ajaxtags.sourceforge.net/]]
- [[PukiwikiでGoogleMaps&gt;http://reddog.s35.xrea.com/wiki/Pukiwiki%A4%C7GoogleMaps.html]]
- [[Ajaxな有用コンポーネント集&gt;http://phpspot.org/blog/archives/2006/02/ajax_6.html]]
- [[AJAX Toolkit Framework (ATF) Project proposed for Eclipse&gt;http://www.theserverside.com/news/thread.tss?thread_id=38815]]
- [[第10回 地図のように年代を移動できるMITのAjax歴史年表&gt;http://www.atmarkit.co.jp/fwcr/rensai/ajaxwatch10/01.html]]

*DWR
- [[DWR+Script.aculo.us+PrototypeでAutocompletion&gt;http://izu.shinzui.org/space/start/2006-04-05/1#DWR+Script.aculo.us+PrototypeAutocompletion]]

* その他
- [[パフォーマンスチューニングのポイント&gt;http://cappuccino.jp/keisuken/logbook/20060421.html#p03]]
- [[続 JavaScript ソースが HTML から消える日&gt;http://my-chunqiu.cocolog-nifty.com/blog/2006/06/_javascript_htm_d49c.html]]
- [[Where2.0:Google Maps APIがバージョンアップ。ジオコーディングが可能に&gt;http://www.tatamilab.jp/rnd/archives/000218.html]]    </description>
    <dc:date>2006-07-26T09:43:46+09:00</dc:date>
    <utime>1153874626</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/23.html">
    <title>JavaOne</title>
    <link>https://w.atwiki.jp/kanekotky/pages/23.html</link>
    <description>
      * JavaOne2006@SF

** 記事
- [[JavaOne 2006 - あの『Effective Java』から5年「Effective Java Reloaded」&gt;http://journal.mycom.co.jp/articles/2006/05/18/javaone2/]]
- [[TheServerSide&#039;s JavaOne Day 1 coverage&gt;http://www.theserverside.com/news/thread.tss?thread_id=40553]]
- [[Component Square&gt;http://www.c-sq.com/modules/weblog/index.php?user_id=0&amp;cat_id=8]]
- [[Sun Enterprise News&gt;http://sdc.sun.co.jp/news/2006/06/javaone_report.html]]
- [[ZDNet 2006 JavaOneレポート--Javaのオープンソース化に反応するSOAベンダーら&gt;http://japan.zdnet.com/news/devsys/story/0,2000056182,20118388,00.htm]]

** PodCast
- [[PodTech.net&gt;http://www.podtech.net/?cat=68]]    </description>
    <dc:date>2006-06-16T10:04:36+09:00</dc:date>
    <utime>1150419876</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kanekotky/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/kanekotky/pages/2.html</link>
    <description>
      メニュー
-[[トップページ]]
-[[メニュー]]
-[[メニュー2]]
-[[Java]]
--[[Javaパフォーマンス]]
--[[JBoss]]
---[[JBoss Cache]]
---[[JGroups]]
---[[JBoss Messaging]]
--[[Tomcat]]
---[[TomcatCluster]]
--[[Eclipse]]
--[[JavaOne]]
-[[JavaScript&amp;Ajax]]
-[[Apache]]
-[[BTS]]
--[[Trac]]
-[[構成管理]]
-[[Ruby on Rails]]
-[[Linux]]
-[[Tools]]
-[[English]]
-[[Misc]]    </description>
    <dc:date>2006-06-16T10:03:39+09:00</dc:date>
    <utime>1150419819</utime>
  </item>
  </rdf:RDF>
