タグ

SeamとJavaEEに関するryoasaiのブックマーク (3)

  • Java @ Work: Our Seam 2 to JEE 6 replacement list

    JBoss Seam 2 and JEE 5In the last years we had great success with JBoss Seam 2.x. This very innovative framework makes JEE 5 usable. The classic multi-tiered JEE-based Web application primarily consists of JavaServer Faces (JSF) in the presentation layer, Enterprise JavaBeans (EJB) in the business layer and Java Persistence API (JPA) as O/R mapper for the database access. The biggest problem was t

  • Seam Framework - Home

    Built with Seam You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL. Seam3 is a collection of modules and developer tooling tailored for Java EE 6 application development, with CDI as the central piece. Seam's mission is to provide a fully-integrated development platform for building rich, standards-based Internet ap

    ryoasai
    ryoasai 2011/06/11
    Seam3は今のところあまり知られていないみたいだけど、JavaEE6で開発するなら真剣に利用することを検討したいですね。JBoss AS限定でない点も注意。#javaeejp
  • Seam3によるWebプログラミング

    第1回でも説明したように、Seam3はCDI仕様の上に構築された新しいJava EEのフレームワークです。連載の最終回となる今回は、CDIプログラミング・モデルとSeam3の具体的なモジュールについて紹介します。 Seam3とは Seamのミッションは「リッチで標準ベースのインターネット・アプリケーションを構築するための統合開発プラットフォームを提供すること」です。SeamFramework.orgでは現在、Seam2とSeam3を並行して開発しています。Seam2は2006年に登場したバージョン1.0と同じコンポーネント・モデルを引き継いだフレームワークですが、Seam3はアーキテクチャを刷新した久しぶりのメジャー・バージョン・アップとなります。 Seam2のプログラミング・モデルはJSR-299(CDI: Contexts and Dependency Injection)として提案さ

    ryoasai
    ryoasai 2011/04/01
    Seam3のfinalがついにリリースされているようですね。
  • 1