Seam3


Seam3の構想がはじまってますね。
方向性はこれからのようです。Seam自体をWebBeansベースで再実装するか、SeamとWebBeans実装の間の
インタオペラビリティをあげていくか、のどちらかの戦略のようです。

There's two possible approaches and I'm not sure exactly which path we will take. We could:

* reimplement the core of Seam as a layer over the Web Beans backbone, or
* simply allow Seam2 and Web Beans to run side-by-side, with advanced interoperability between Web Beans and Seam2 components.

The first option sounds like a lot more work, but I suspect it might be easier than you would think.

http://in.relation.to/Bloggers/Seam3


なんとなく、SeamコアをWebBeansベースで再実装するんじゃないかなと予想。
以下の、エントリの最後のあたりの書き込みをみてるとそんな感じにみえる・・・・

Whichever path we take, Seam2 style configuration and dependency injection will be deprecated -
Web Beans is a far better realization of the ideas behind Seam2. That doesn't mean you should be scared to adopt Seam now!