Jakarta Struts Pocket Reference

個数:

Jakarta Struts Pocket Reference

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

Full Description

Web tier frameworks have soared in popularity over the past year or so due to the increasing complexity of Java itself, and the need to get more work done with fewer resources. Developers who used to spend hours and hours writing low-level features can use a well-written framework to build the presentation tier so they start coding the "good stuff" sooner - the business logic at the core of the program. The Jakarta Struts Framework is one of the most popular presentation frameworks for building web applications with Java Servlet and JavaServer Pages (JSP) technologies. If you work with the Struts Framework, then you know it speeds development time. You also know that many of its features are made up of components that are used repeatedly. Having to stop to check each component's parameters and programming details can be a time waster. The answer? "The Jakarta Struts Pocket Reference". This portable book aims to provide easy access to the facts you need to get your job done.
It is a quick reference to all the core features of the Jakarta Struts framework and contains detailed information on the extensive Struts tag libraries, which were described in less detail in the larger work as they were still in development at that time. This little book also provides convenient coverage of the following: new features in Struts 1.1; configuration; action classes; action forms; built-in classes; using application modules; and internationalization.

Contents

Introduction Part I. Configuring Struts Configuring web.xml Configuring the Struts ActionServlet Declaring Initialization Parameters Using the load-on-startup Setting Setting Up the Welcome File List Configuring the Tag Libraries The Struts Configuration Files Using Multiple Struts Configuration Files The data-sources Element The form-beans Element The global-exceptions Element The global-forwards Element The action-mappings Element The controller Element The message-resources Element The plug-in Element Part II. Using Struts ActionForms What Are ActionForms? ActionForms and Scope The Life Cycle of an ActionForm Creating an ActionForm The validate( ) Method The ActionForm reset( ) Method Declaring ActionForms in the Struts Configuration File Using an ActionForm The DynaActionForm Class Configuring Dynamic ActionForms DynaActionForm and Validation Creating the validation.xml File Plugging in the Validator Part III. Built-in Action Classes DispatchAction ForwardAction IncludeAction LookupDispatchAction SwitchAction Part IV. Tag Reference Conventions Common Tag Attributes Using JavaBeans with Struts Tags Accessing Simple Properties Accessing Nested Properties Accessing Indexed Properties Bean Tags cookie define header include message page parameter resource size struts write HTML Tags Common HTML Attributes JavaScript Event Handlers HTML Tag Descriptions Logic Tags Value Comparison Empty Value Check Value Present Check Substring Matching Messages Check Application Flow Management Collection Utilities Nested Tags Root Tags Nested Parent Tags Child Tags Tiles Tags add definition get getAsString importAttribute initComponentDefinitions insert put putList useAttribute Part V. Resources The Struts Mailing Lists The Struts Resource Web Page Struts Tools Index