Xdoclet in Action

個数:

Xdoclet in Action

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 600 p.
  • 言語 ENG
  • 商品コード 9781932394054
  • DDC分類 005.133

Full Description


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.

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