JavaEE5

原创 JSF1.2 in JavaEE5 收藏

Chapter 1 JSF 1.2 overview -- JSF ( Java Server Faces ) 在 JavaEE5 之中, 是採用 1.2 的版本. 目前的 RI 僅有 SUN 釋出的版本, 並且可以使用在 NetBeans 5.5 與 Glassfish 之中. 主要來說, 簡化了相關的開發方式, 以及 Scoped Managed Bean 可以利用 @Annotation 的方式快速存取相關的資源.阅读全文>

发表于 @ 2006年08月20日 16:38:00|评论(loading...)|编辑|收藏

原创 is DTO an antipattern in EJB 3.0 ?收藏

這個問題應該是從 Raghu Kodali's blog 開始的 http://www.jroller.com/page/raghukodali?entry=dto_an_antipattern_in_ejb Raghu 的論述主要在於, Design Pattern 中的 Data Transfer Objects (DTO) 原本是要避免重新取得舊有的 EJB2.x 的遠端呼叫時間, 讓 DTO 封裝資料後送到客戶端處理. 不過, 當資料量過大的時候, DTOs 卻顯得龐大而難用, 一股腦地將所有資料封裝整堆送到客戶端.. 這難道是唯一的方法嗎 ? 阅读全文>

发表于 @ 2006年07月21日 00:50:00|评论(loading...)|编辑|收藏

原创 Struts Action get Resource by Injection收藏

struts action 無法使用 resource injection , 看看 craig 的意見阅读全文>

发表于 @ 2006年07月18日 12:22:00|评论(loading...)|编辑|收藏

原创 @Interceptors and inv.proceed()收藏

如何操作 Interceptors ? 什麼才是正確的 proceed 流程呢 ?阅读全文>

发表于 @ 2006年07月17日 21:11:00|评论(loading...)|编辑|收藏

原创 @Interceptor 收藏

EJB3 為了可以支援 AOP , 所以建立了Interceptors 的觀念. How to control Interceptor ?!阅读全文>

发表于 @ 2006年07月17日 16:25:00|评论(loading...)|编辑|收藏

原创 @Resource 資源取得 JNDI 的相關資源收藏

我利用簡單的資料庫連結做說明, Java EE 5.0 如何使用 @Resource 來取得相關資源阅读全文>

发表于 @ 2006年04月16日 05:20:00|评论(loading...)|编辑|收藏

原创 Chapter 1 初見 EJB3.0 (2) 收藏

1-2 安裝 Eclipse 3.1.1 + JBoss Eclipse IDE Tool 1.5M3阅读全文>

发表于 @ 2005年10月04日 21:10:00|评论(loading...)|编辑|收藏

原创 Chapter 1 初見 EJB3.0 (1)收藏

1-1 安裝 JBoss AS 4.0.3阅读全文>

发表于 @ 2005年09月29日 19:38:00|评论(loading...)|编辑|收藏

原创 EJB3.0 (序)收藏

EJB3阅读全文>

发表于 @ 2005年09月28日 20:38:00|评论(loading...)|编辑|收藏

Csdn Blog version 3.1a
Copyright © jakarta99