くまさん。

  • java.netにあるglassfishCVSからappserv-http-engineをチェックアウト。
    • cvs.dev.java.net/cvs/grassfish/appserv-http-engine
    • ええと、Maven2化されてねぇし…。
  • とりあえず、無理矢理JavaProjectに仕立て上げる。
  • org.apache.coyoteが足りないらしい。
    • おや…ビルドにTomcat要るのん?…

他に足りないパッケージは…

おや…おや…?minaって何だ?これらしい。

Apache MINA (Multipurpose Infrastructure for Network Applications) is a network application framework which helps users develop high performance and high scalability network applications easily.


ほほぅ…。じゃあ、safehouse.asyncwebって何だ?これらしい。

AsyncWeb is a high-throughput, non blocking Java HTTP engine - designed throughout to support asynchronous request processing

AsyncWeb (built on top of the excellent Mina network framework) employs non-blocking selector driven IO at the transport level, and is asynchronous thoughout - from the initial parsing of requests, right through to and including the services implemented by users.

へぇ。あらりん…、くまさんは何でビルドしようと思ったんだっけか…。
ま、いっか。
僕の中で、読むべきは、AsyncWebなんじゃねぇかっつう事になった。


ビルドすんのしんどそうだし…。