XDoclet in Action
Craig Walls, Norman Richards, Rickard Oberg
- 出版商: Manning
- 出版日期: 2003-12-01
- 售價: $1,620
- 貴賓價: 9.5 折 $1,539
- 語言: 英文
- 頁數: 600
- 裝訂: Paperback
- ISBN: 1932394052
- ISBN-13: 9781932394054
已過版
買這商品的人也買了...
-
Fundamentals of Data Structures in C$1,050$1,029 -
Visual C++ 6 教學手冊 (Beginning Visual C++ 6)$580$458 -
SQL Server 2000 設計實務$650$553 -
C++ Primer, 3/e 中文版$980$774 -
LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695 -
資料結構-使用 C 語言 (Fundamentals of Data Structures in C)$450$356 -
ASP.NET 程式設計徹底研究$590$466 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
詳解 JavaScript & HTML & CSS 語法辭典$490$382 -
Tomcat 技術手冊 (Tomcat: The Definitive Guide)$720$569 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Fundamentals of Database Systems, 4/e (IE)$1,090$1,068 -
Web 配色事典﹝活用網頁安全色﹞$390$304 -
Dreamweaver MX 2004 魔法書中文版$490$417 -
Linux 驅動程式 (Linux Device Drivers, 2/e)$880$695 -
Linux 與 Windows 共舞─異質平台整合方案$650$553 -
SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723 -
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
JSP 2.0 技術手冊$750$593 -
建構嵌入式 Linux 系統$780$616 -
最新 JavaScript 完整語法參考辭典 第三版$490$382 -
Linux 管理者手札:排困解惑篇 (How Linux Works: What Every SuperUser Should Know)$490$417 -
Head First Design Patterns (Paperback)$2,370$2,252 -
ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507
相關主題
商品描述
Are you tired of writing the same Java code, over and over again? XDoclet will take the burden of repetitive development tasks off your shoulders by automating them. XDoclet is a metadata-driven, code generation engine for Java. Starting from simple JavaDoc-style comments, it generates deployment descriptors, interfaces, framework classes and other utility classes your project requires.
XDoclet in Action is an easy to read introduction to XDoclet and its uses. It is a resource on code generation with this popular open source tool. With many short code examples and a full-scale J2EE example, the book shows you how to use XDoclet with EJBs, Servlets, JMX, and other technologies. You'll also learn how to customize XDoclet beyond its out-of-the-box capabilities to generate code specific to your application.
With this book you will learn how to write less code, how to keep your application components in sync, and how to keep your deployment, interface, utility and other information all in one place.
What’s Inside
- Introduction to XDoclet
- Best practices and techniques
- How to customize XDoclet
- Generate code for
- EJB
- Servlets
- Struts and WebWork
- JDO
- Hibernate
Contents
foreword xvii
preface xxi
acknowledgments
xxiii
about this book xxvi
about the title xxx
about the cover illustration xxxi
Part 1 The basics
1 A gentle introduction to code generation
2 Getting
started with XDoclet
Part 2 Using XDoclet with Enterprise Java
3 XDoclet and Enterprise JavaBeans
4 XDoclet and the
web-layer
5 XDoclet and web frameworks
6 XDoclet and
application servers
Part 3 Other XDoclet applications
7 XDoclet and data persistence
8 XDoclet and web
services
9 XDoclet and JMX
10 XDoclet and mock
objects
11 XDoclet and portlets
Part 4 Extending XDoclet
12 Custom code generation with XDoclet
13 XDoclet
extensions and tools
A Installing XDoclet
B XDoclet task/subtask quick
reference
C XDoclet tag quick reference
D XDt
template language tags
E The future of
XDoclet
