Our website is currently undergoing technical upgrades to serve you better. We’ll be back online shortly.
15%
Enterprise Java Programming with IBM WebSphere

Enterprise Java Programming with IBM WebSphere

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Enterprise Java Programming with IBM WebSphere, Second Editionby Kyle Brown, Gary Craig, Greg Hester, Russell Stinehour, W. David Pitt, Mark Weitzel, JimAmsden, Peter M. Jakab, Daniel BergForeword by Martin Fowler Enterprise Java Programming with IBM WebSphere, Second Edition is the definitive guide tobuilding mission-critical enterprise systems with J2EE, WebSphere, and WebSphere StudioApplication Developer. Fully updated for Versions 5.x of WebSphere Application Server andWebSphere Studio Application Developer, it combines expert architectural best practices with acase study that walks you through constructing an entire system. The authors are an extraordinary team of WebSphere insiders: developers, consultants,instructors, and IBM WebSphere development team members. Together, they offer unprecedentedinsight into the use and behavior of WebSphere's APIs in real-world environments--andsystematic guidance for delivering systems of exceptional performance, robustness, and businessvalue. Coverage includes-- *Practical introductions to J2EE, WebSphere Application Server 5.0 , and Web application architecture *Detailed coverage of Web application construction, including MVC partitioning with Struts, servlets/JSP, and session management *Step-by-step guidance for building and testing application business models, including JUnit testing *In-depth insight into EJB architecture, including transactions, security, and advanced object relational mapping *Web services: examples and best practices leveraging WebSphere Application Server 5.x's latest enhancementsCD-ROMs Included The CD-ROMs contain trial copies of IBM WebSphere Studio Application Developer (Version 5.0.2),IBM WebSphere Application Server (Version 5.02), and DB2 Universal Database, Personal Edition(Version 8.1.2) for Microsoft Windows 2000/XP. The CD-ROMs also include source code for thecase study examples used in the book.

Table of Contents:
Foreword. Preface. 1. Introduction. Why Software Development Must Consider the Whole Enterprise. How Iterative Development Addresses Key IT Management Issues. Today's Enterprise Applications Have New Requirements. What Is the Starting Point? What Is a Layered Architecture? Layered Architecture Benefits. Summary. 2. Introduction to the Case Study. Case Study Analysis and Design Artifacts. Use Case Definitions. Designing the Case Study Domain Model. Using the Case Study in Our Book. Summary. 3. J2EE Overview. Why J2EE? J2EE Architecture. J2EE Platform Roles. J2EE Versions and Evolution. A J2EE Perspective. Summary. 4. What Is WebSphere? WebSphere Foundation and Tools. The WAS Core Architecture. Administering a local WAS Server. Leveraging the Scalability of WAS ND. Summary. 5. Presentation Layer Patterns. Java User Interface Technologies. Decoupling the User Interface. Mediating Logical View Logic. Summary. 6. Servlets. HTTP Technology Primer. Servlet Concepts. Servlet Life Cycle. An Example Servlet. Web Deployment Descriptors. Filters. Servlet API Classes and Interfaces. Summary. 7. Developing Servlets Using IBM WebSphere Studio Application Developer. The IBM WebSphere Studio Family of Tools. Building an Example Servlet with WSAD. Some Problems with This Example. Summary. 8. Testing Servlets Using WSAD. Edit the Web Deployment Descriptor. Summary. 9. Managing Session State. Some Client-Side Session Approaches. Servlets and Session State. Choosing the Right Approach. Session Persistence. Summary. 10. JavaServer Pages Concepts. Page Templates and Server-Side Scripting. A Short History of Java Server Pages. Page Compilation—Runtime View. JSP Syntax. Scripting Elements. Directives. JSP Documents. Roles for JSP. Summary. 11. Tag Libraries and Custom Tags. Introduction. Basic Model for Custom Tags. JSTL and Other Widely Used Tag Libraries. Writing Tag Handlers. Tag Library Descriptor (.tld). Taglib Directive and Coding Custom Actions. Support for Custom Actions. Summary. 12. Design Considerations for Controllers. Where Do Controllers Come From? Controller Design Alternatives. Exception Handling. Logging. Servlet Filters. Summary. 13. Developing and Testing JSPs in WSAD. Another Look at MVC. JavaBeans, Introspection, and Contracts. Building Applications Using JSPs with WSAD. Editing JavaServer Pages. Validating the JSP Page. Running on the Server. Debugging the JSP. Simplifying JSPs. XML compliance. Summary. 14. Apache Struts as an MVC Framework. Road Map. Why Do You Need a Framework? What Is Struts? A Simple MVC Struts Example. Struts Best Practices. Summary. 15. XML/XSL Web Interfaces in WSAD. Strategy for Using XML/XSL for Web Interfaces. Example XML/XSL Web Interface with WSAD. Creating the XSL File. Enhanced Example of XML/XSL Web Interface with WSAD. Dynamic Example XML/XSL Web Interface with WSAD. When to Use XML/XSL for Web Interfaces. Summary. 16. Developing and Testing the Domain Model. The Domain Model Layer. The Data Mapping Layer. Testing the Model. Summary. 17. Unit and Functional Testing Applications in WSAD. Overall Testing Approaches. What Is JUnit? A Simple Example. Unit Testing Containers with Cactus. Function Testing Applications in WSAD. Function Testing. What Is HttpUnit? The HttpUnit API. Following Links. Working with Forms. Working with Tables. Working with Frames. Working with a Document Object Model (DOM). Functional Test Design Considerations. Summary. 18. Supporting Enterprise Applications. Another Look at the n-Tier Architecture. Why Aren't HTML, Servlets, and JSPs Enough? Object Distribution. Integration Styles and Messaging. Object Persistence. Objects and Transactions. Security in Enterprise Applications. Summary. 19. Basic EJB Architecture. Core EJB Concepts. The EJB Types. Introducing the EJB Programming Model. 19.4EJBs—Distributed or Not? Basic Architectural Patterns for EJBs. The Role of Persistence. When Do You Need EJBs? Summary. 20. Developing EJBs with WSAD. The J2EE Perspective. J2EE Projects. Creating a Session Bean. Testing the New Session Bean. Summary. 21. Testing and Debugging EJBs in WSAD. Developing the Service Layer. Overview of the Testing Process. Summary. 22. EJB Client Development. Using Servlets as EJB Clients. Building Java Application Clients. Applet Clients in WebSphere. Naming and the WebSphere Namespace. Creating a Test Client. Deploying Application Clients in WebSphere. Deploying and Running the EJB Client to the WebSphere Client Container. Some Design Points about EJB Clients. Summary. 23. Simple CMP Entity Beans. Entity Bean Basics. CMP in WebSphere and WebSphere Studio. Creating a CMP EJB Using WebSphere Studio. The Parts of an Entity Bean. Deployment Descriptor. Summary. 24. CMP Mapping Strategies and Mapping in WSAD. Databases, CMPs, and Maps. Multiple Mapping Back-end Support. Exporting Database Tables. EJB Query Language. Summary. 25. Advanced CMP Mapping. Simple Mapping Rules. Object-Relational Basics. Concepts in EJB 2.0 Relationships. Associations in UML. Relationships in WSAD V5.0. Creating a Single-Valued Relationship. Creating a Multivalued Relationship. Read Ahead Hints. Mapping Relationships. Weak vs Strong Entities. EJB Inheritance in WSAD. Advanced EJB QL. Summary. 26. Bean-Managed Persistence. Applying BMP. A Simple BMP Bean. Examining BMP Persistence. BMP vs CMP. Summary. 27. Introduction to Message-Driven Beans. Java Messaging Service. JMS API Basics. Message-Driven Beans. Summary. 28. Transactions in WebSphere 5.0. JDBC Transactions. Transactions and 2-Phase Commit. JTA and Transaction Demarcation. Enabling 2-PC in WebSphere 5.0. EJBs and Container-Managed Transactions. Participating in a Transaction. Using XA Resources with 2-PC in WebSphere. Transaction Settings for J2EE 1.3 in WAS 5.0. Advice on Using Transactions. Extended Transaction Settings in WebSphere. Special Transaction Considerations for JMS. Dealing with Concurrency. Summary. 29. J2EE Security in WebSphere. J2EE Security Overview. J2EE Authorization. Securing Resources with WebSphere Studio. EJB Security Recommendations. Handling Instance-Based Security. GUI-Based Security. Summary. 30. Building Layered Architectures for EJB Systems. Problems with an All-Entity EJB Solution. The Session Façade and DTO Solution. Design Points for Session Façades. Rules for Session Façades. Reasons for EJB Objects. A Simple Example from the Case Study. A More Complex Example. Mappers Revisited. Simulated Mappers. An Updating Example. Testing the Session Façade Example with JUnit. Running the Test Client. Rules for Creating Session Façades. Should Session Façades Return XML? Summary. 31. Implementing the Case Study User Interface. User's Guide. Summary. 32. An Introduction to J2EE Web Services for WebSphere. If Web Services Is the Solution, What's the Problem? Web Services Architecture. Web Services in J2EE. Web Services in WAS. The Standardization Nightmare. Summary. 33. Constructing J2EE Web Services for WebSphere. Getting Started with Web Services. Building Web Service Clients. Summary. 34. Web Services Architectures and Best Practices. Some Web Services Dos and Don'ts. Addressing the Limitations of Web Services. Choosing the Right Level of Granularity in SOA. Interoperability Lessons Learned. Summary. 35. A Final Look. Application Layering. Case Study and J2EE Technologies. Tooling. A Parting Thought. Appendix A: Installing Products and Examples from the CDs. Installing the Products from the CDs. Installing the Case Study Examples. Appendix B: Constructing J2EE Web Services Using WSAD 5.1. What's New? Creating the RandomIDGenerator Service. Running and Testing the RandomIDGenerator Service. Using the Existing J2SE Client. Summary. Bibliography. Index.


Best Sellers


Product Details
  • ISBN-13: 9780321185792
  • Publisher: Pearson Education (US)
  • Publisher Imprint: IBM Press
  • Depth: 45
  • Height: 185 mm
  • No of Pages: 960
  • Spine Width: 40 mm
  • Width: 242 mm
  • ISBN-10: 032118579X
  • Publisher Date: 24 Dec 2003
  • Binding: SA
  • Edition: 0002-
  • Language: English
  • Series Title: English
  • Weight: 1601 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Enterprise Java Programming with IBM WebSphere
Pearson Education (US) -
Enterprise Java Programming with IBM WebSphere
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Enterprise Java Programming with IBM WebSphere

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA