Home > Computing and Information Technology > Computer programming / software engineering > Web programming > Developing Enterprise Java Applications with J2EE™ and UML
48%
Developing Enterprise Java Applications with J2EE™ and UML

Developing Enterprise Java Applications with J2EE™ and UML

          
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
X

About the Book

The Java 2 Platform Enterprise Edition (J2EE TM) offers great promise for dramatically improving the way that enterprise applications are built, and organizations that have adopted the J2EE are gaining a competitive advantage. The industry-standard Unified Modeling Language (UML) has helped countless organizations achieve software success through visual modeling. Together, the UML and J2EE form a powerful set of tools, but the intricacies involved with using them in tandem are considerable. While UML is highly effective for specifying, designing, constructing, visualizing, and documenting software systems, J2EE offers enterprise developers a simplified, component-based approach to application development. However, when using the two technologies together, developers must first consider--and attempt to reconcile--the different characteristics of each. Developing Enterprise Java Applications with J2EE TM and UML examines the best ways to jointly leverage these technologies. Exploring concrete methods for completing a successful development project, the authors cover the use of UML and J2EE in detail. Using practical examples and a case study, they illustrate the pros and cons of specific design approaches, show how personal experience can affect design decisions, and demonstrate proven approaches for building better, software faster. With this book as a guide, developers will be able to overcome the challenges in using UML and J2EE together, and be on their way to building robust, scalable, and complex applications. 0201738295B09042001

Table of Contents:
Foreword. Preface. Approach. Intended Audience. How to Use This Book. Chapter Summaries. Conventions. Acknowledgements. 1. Introduction to Enterprise Software. What is Enterprise Software? Challenges in Developing Enterprise Software Evolution of Enterprise Software Enterprise Software and Component Based Software. Summary. 2. Introduction to J2EE. What is the Java 2 Platform, Enterprise Edition? A Brief History of J2EE. Why J2EE? Brief Overview of J2EE. Technologies. API. Other J2EE Technologies and API. Summary. 3. Introduction to the UML. What is the Unified Modeling Language (UML)? Overview. Why use the J2EE and the UML Together? Challenges in Modeling J2EE in the UML. Extension Mechanisms in the UML. Stereotype. Tagged Value. Constraint. The Approach to J2EE UML Modeling. Summary. 4. UML and Java. Introduction. Representing Structure. Class. Variable. Method. Object. Interface. Package. Representing Relationships. Inheritance. Realization. Dependency. Association. Aggregation. Composition. Reflexive Relationships. Summary. 5. Overview of Activities. Introduction. What is a Software Development Process? Brief Overview of Popular Approaches to Software Development. The Just-Develop-It Approach. The Waterfall Process. The Iterative Process. The Rational Unified Process. The ICONIX Process. OPEN Process. Extreme Programming/Feature-Driven Development. Approach Used in This Book. Overview of Major activities. Chapter 6: Architecture. Chapter 7: Analyzing the Customer Needs. Chapter 8: Creating the Design. Chapters 10-15 Detailed Design. Chapters 16 Case Study. Summary. 6. Architecture. What is Software Architecture? Why Architecture? Key Concepts in Enterprise Application Architecture. Decomposition. Components. Frameworks. Patterns. Layering. Tiers. Approaches to Software Architecture. The J2EE View of Architecture. The 4+1view Model of Architecture. Hofmeister et al Four Views of Architecture. Putting it All Together. Summary. 7. Analyzing the Customer Needs. Introduction. Why software Analysis and Design? Problem Analysis. Use Case Modeling. Actor. Use Case. Finding the Actors. Finding the Use Cases. Use Case Diagrams. Use Case Relationships. Include. Extend. Sequence Diagrams. Activity Diagrams. Summary. 8. Creating the Design. Use Case Analysis. Use Case Realizations. Refined Use Case Description. Sequence Diagrams. Boundary Objects. Entity Objects. Control Objects. Collaboration Diagrams. Class Diagrams. Coalescing the Analysis Classes. Packaging. Summary. 9. Overview of J2EE Technologies. Overview. The Big Picture. Servlets. JavaServer Pages. Enterprise JavaBeans. Session Beans. Entity Beans. Message-Driven Beans. Assembly and Deployment. Case Study. Summary. 10. Servlets. Overview. Introduction to Servlets. Common Usage. Best Served Small. J2EE Versions. Servlet Lifecycle. Lifecycle Methods. Convenience Method. Required Methods and Tagged Values. Request Handling. Response Generation. HTTP Request Handlers. Advanced Handler Methods. Quick Guide to HTTP Requests. The RequestDispatcher Interface. Modeling Servlets in UML. Modeling Other Servlet Aspects. Servlet forward. Servlet include. ServletContext. Servlet Session Management. Servlet Deployment and Web Archives. Identifying Servlets in Enterprise Applications. Summary. 11. JavaServer Page. Overview. Introduction to JavaServer Pages. Typical uses of JSP. Model 1 and Model 2 architectures. JSP versus Servlet. Anatomy of a JSP. Template data. JSP Elements. Objects Accessible to a JSP Implicitly. Tag Libraries. JSP and the UML. Modeling Client Side Relationships. Modeling Server Side Relationships. JSP in Enterprise Applications. Summary. 12. Session Beans. Overview. Introduction to Enterprise JavaBeans. Enterprise JavaBean Views and the UML. Basic Structure. Representing an Enterprise JavaBean in UML. Client View. Internal View. Session Beans. Popular Beans J2EE Versions. Session Beans Types and Conversational State. Modeling Session Bean Conversational State. Instance Passivation. Cleanup and Removal. Transactions. Transaction Demarcation. Bean-Managed Transactions. Container-Managed Transactions. The SessionSynchronization Interface. Limitations for stateless Session Beans. Transaction Attributes. Modeling Transactions. Session Bean Technology. Home Interface. Remote Interface. Implementation Class. Modeling Interface Behavior. Session Bean Lifecycle. Session Bean Common Scenarios. Modeling Session Bean Relationships. Session beans and plain Java classes. Session beans and JavaBeans. Session beans and servlets. Session bean and JSP. Session-session relationships. Session bean inheritance. Identifying Session Beans in Enterprise Applications. Summary. 13. Entity Beans. Overview. Introduction to Entity Beans. Coarse-Grained Business Objects. Increasing Popularity. J2EE Versions. Entity Bean Views and the UML. Basic Structure. Client View. Internal View. Persistence. Transactions and Concurrency. Abstract Persistence. Abstract Persistence Schema. EJB Query Language (EJB QL). Persistence Manager. Container-Managed Relationships. Multiplicity. Directionality. Duplicating these Relationships in J2EE 1.2. Local Relationships. Entity Bean Technology. Home Interface. Remote Interface. Primary Key Class. Implementation Class. Persistent Fields. Entity Bean Lifecycle. Entity Bean Common Scenarios. Modeling Entity Bean Relationships. Entity Bean and other Java classes. Entity Bean and JavaBeans. Entity Bean, Servlets and JSPs. Entity Bean and Session Beans. Entity Bean to Entity Bean relationships. Identifying Entity Beans in Enterprise Applications. Layering. Summary. 14. Message-Driven Beans. Overview. Introduction to Message Beans. The Java Message Service. Role of JMS and Message Beans in EJB. Why use Messaging and Message Beans. When to use Message Beans. J2EE Version. Message Bean Views and the UML. Basic Structure. Client View. UML Benefits for Message Beans. Modeling Messages. Modeling Destinations. Message Bean Technology. Transactions. Implementation Class. Message Bean Lifecycle. Message Bean Common Scenario. Modeling Message Bean Relationships. Modeling relationships with other classes. Message Bean and other J2EE technologies. Identifying Message Beans in Enterprise Applications. Summary. 15. Assembly and Deployment. Introduction. Component Modeling. Component modeling of J2EE technologies. Representing Web Components. Representing Enterprise JavaBeans. Component modeling of enterprise applications. Deployment Modeling. Traceability revisited. Assembly and deployment of Enterprise Java Applications. Deployment Descriptors Summary. 16. Case Study. Introduction. Case Study Background. Problem Statement. Rationale and Assumptions. HomeDirect Requirements. Inquiry Services. Bill Payment Services. Transaction Services. Administrative Services. Inception Phase. Initial Iteration. Elaboration Phase. Elaboration Iteration#1. Elaboration Iteration#2. Elaboration Iteration#3. Remaining Phases. Summary. Appendixes. Index. 0201738295T07122001


Best Sellers


Product Details
  • ISBN-13: 9780201738292
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Edition: 1
  • Language: English
  • Returnable: Y
  • Spine Width: 17 mm
  • Width: 234 mm
  • ISBN-10: 0201738295
  • Publisher Date: 30 Oct 2001
  • Binding: Paperback
  • Height: 186 mm
  • No of Pages: 368
  • Series Title: Addison-Wesley Object Technology (Paperback)
  • Weight: 640 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
Developing Enterprise Java Applications with J2EE™ and UML
Pearson Education (US) -
Developing Enterprise Java Applications with J2EE™ and UML
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.

Developing Enterprise Java Applications with J2EE™ and UML

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