Core J2EE Patterns: Best Practices and Design StrategiesOver the last few years, Java 2 Platform, Enterprise Edition (J2EE) technology has emerged and matured as a standard platform for building enterprise applications. While the platform has matured into a solid offering for developing and deploying enterprise applications, it does offer its challenges. As developers, often we confuse learning the technology with learning to design with the technology. In this book, senior architects from the Sun Java Center, Sun's Java consulting organization share with the reader their cumulative design experience with and expertise on J2EE technology. The primary focus of the book is on patterns, best practices, design strategies, and proven solutions using the key J2EE technologies including JavaServer Pages (JSP), Servlets, Enterprise Java Beans (EJB), and Java Message Service (J.M.S) API. Other ancillary technologies like JDBC and JNDI are also discussed as relevant to their usage in these patterns. The J2EE Patterns catalog with 16 patterns and numerous strategies is presented to document and promote best practices for these technologies. In addition to the patterns and strategies, the book offers the following:
Core J2EE Patterns delivers:
|
この書籍内から
検索結果1-3 / 76
196 ページ
I □ Example 7.20 Custom Tag Helper Strategy Sample Code <td><corepatterns :
employee at tr ibute= " Year lySalary " / >< / td> <td> </tr> </corepatterns :
employeelist> </table> </div> </body> </html> Business Delegate as Helper
Strategy ...
I □ Example 7.20 Custom Tag Helper Strategy Sample Code <td><corepatterns :
employee at tr ibute= " Year lySalary " / >< / td> <td> </tr> </corepatterns :
employeelist> </table> </div> </body> </html> Business Delegate as Helper
Strategy ...
249 ページ
It is desirable to reduce network traffic between client and business services.
Solution Use a Business Delegate to reduce coupling between presentation-tier
clients and business services. The Business Delegate hides the underlying ...
It is desirable to reduce network traffic between client and business services.
Solution Use a Business Delegate to reduce coupling between presentation-tier
clients and business services. The Business Delegate hides the underlying ...
255 ページ
Translates Business Service Exceptions The Business Delegate is responsible
for translating any network or infrastructure-related exceptions into business
exceptions, shielding clients from knowledge of the underlying implementation ...
Translates Business Service Exceptions The Business Delegate is responsible
for translating any network or infrastructure-related exceptions into business
exceptions, shielding clients from knowledge of the underlying implementation ...
レビュー - レビューを書く
レビューが見つかりませんでした。
目次
CHAPTER | 7 |
J2EE Platform Overview | 16 |
Design Considerations Bad Practices and Refactorings | 32 |
著作権 | |
他の 16 セクションは表示されていません
他の版 - すべて表示
多く使われている語句
bad practices business components Business Delegate business logic business objects business service business tier BusinessObject Chapter class diagram coarse-grained object Composite Entity composite value object Composite View container create Custom Tag Helper Data Access Code Data Access Object database Delegate pattern dependent objects developers encapsulated enterprise bean entity bean Facade pattern Figure fine-grained Front Controller handling Helper Strategy interactions interface invocation invokes J2EE Pattern Catalog J2EE platform Java Center JDBC JNDI JSP View lookup multiple Presentation Tier problem public class public String public void Refactoring relationships remote method call resource ResourceException ResourceVO response retrieval reuse Sample Code sequence diagram server Service Locator Service to Worker servlet Session Facade shown in Example stateless session bean template Tier Patterns tion transaction typically Value List Handler Value Object Assembler Value Objects Strategy View Helper view management View Strategy