Posted on 2012-08-30 09:38
a_alter 閱讀(191)
評論(0) 編輯 收藏 所屬分類:
seam
前序 用了seam也快一年了, 可惜一直是在做開發, 今天決定回頭總結下, 并且去看一下JSF , SEAM 的配置。
seam 簡單介紹
直接看英文吧
, 翻譯的不行
Seam is a powerful open source development platform for building rich Internet applications in Java. Seam integrates technologies such as Asynchronous JavaScript and XML (AJAX), JavaServer Faces (JSF), Java Persistence (JPA), Enterprise Java Beans (EJB 3.0) and Business Process Management (BPM) into a unified full-stack solution, complete with sophisticated tooling.
Seam has been designed from the ground up to eliminate complexity at both architecture and API levels. It enables developers to assemble complex web applications using simple annotated Java classes, a rich set of UI components, and very little XML. Seam's unique support for conversations and declarative state management can introduce a more sophisticated user experience while at the same time eliminating common bugs found in traditional web applications.
我們可以看到seam 和 jsf,jpa,ejb 結合比較緊密,提供了annotation 方式支持, 提供了大量的 ui components 支持。
想說的一點是, seam不是一個框架, 而是一個平臺。
附:
JSF 資料查詢
http://caterpillar.onlyfun.net/Gossip/JSF/IntroduceJSF.htm