Home > Computing and Information Technology > Computer programming / software engineering > Web programming > Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days
32%
Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days

Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days

          
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

Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days covers all the features of WebLogic Server and how they enhance J2EE architecture. The book then covers WebLogic's role in devloping Web pages with Servlets and JavaServer Pages, components with Enterprise JavaBeans, database-driven applications with JDBC, and more. Later chapters include advanced J2EE concepts including messaging, transaction management and debugging. Each lesson is illustrated with real-world examples and finishes with useful questions and exercises to test readers' learning. Includes a CD-ROM with a trial version of WebLogic Platform and a searchable electronic version of the complete book.

Table of Contents:
(NOTE: Each chapter concludes with a Summary, Q&A, Workshop, and Quiz.) Introduction. This Book Is for You. How This Book Is Organized. Source Code and Updates. Conventions Used in the Book. Week I. WEBLOGIC SERVER FUNDAMENTALS. Day 1. Introduction to BEA WebLogic Server 7.0. Evolution of Application Servers. WebLogic Server 7.0. WebLogic Server 7.0 Features. Useful Tools in WebLogic Server 7.0. Day 2. Understanding J2EE Concepts. Java 2 Enterprise Edition 1.3. Java Servlet API. JavaServer Pages (JSPs). Java Database Connectivity (JDBC) API. Java Naming and Directory Interface (JNDI) API. Enterprise JavaBeans (EJBs). Java Transaction API. Java Message Service (JMS) API. J2EE Connector Architecture (JCA). Enterprise Application Architectures. The Airline Ticket Booking System Example. Day 3. Working with Servlets. Introduction to Servlets. Core HTTP Servlet API. Sessions. Session Handling: URL Rewriting. Session Handling: Cookies. Session Handling: HttpSession API. Day 4. Advanced Servlet Techniques. Inter-servlet Communication. Extending the BookShoppingServlet with BookCheckOutServlet. Sample Program: Writing a Servlet Chain for the BookShoppingServlet. Filters. Extending Your BookShoppingServlet with a Simple Logging Filter. Sample Program: Writing Filters for the BookShoppingServlet. Listeners and Events. Sample Program: Writing Listeners for the BookShoppingServlet. Setting WebLogic Server-Specific Parameters. Sample MVC Application: Controller Servlet. Day 5. Writing JavaServer Pages (JSP). JavaServer Pages and Servlets: A Comparison. Life Cycle of JSPs. Flowchart for Developing JSPs. Directive Tag. declaration Tag. expression Tag. scriptlet Tag. Action Tags. Implicit Variables. Rewriting BookShoppingServlet Using JSPs. Sample Program. Day 6. Advanced JavaServer Pages Techniques. Flowchart for Developing a Custom Tag Library. Writing a Custom JSP Tag Library. WebLogic's JSP Tag Library. Sample Program: Writing Your Custom Tag Library. Model View Controller Application: View. Day 7. Using JDBC. Introduction to JDBC. JDBC Concepts. WebLogic's Support for JDBC. Connections. Connection Pools. Configuring Connection Pools in WebLogic Server. MultiPool. DataSources. Performance Tuning Your JDBC WebLogic Applications. WEEK II. ADVANCED FEATURES OF WEBLOGIC. Day 8. Advanced JDBC Database Techniques. Life Cycle of a JDBC Application. Flowchart for Developing JDBC Applications. The Statement Interface. The PreparedStatement Interface. The CallableStatement Interface. The ResultSet Interface. The ResultSetMetadata Interface. SQL3 Data Types. The RowSet Interface. Sample Program. Handling SQL Exceptions. A Small Note on JDO and JDBC 3.0. Day 9. Writing Enterprise Applications with JNDI. WebLogic's Support for JNDI. Life Cycle of a JNDI Application (Server and Client). Naming-Service Concepts. Directory Service Concepts. The Java Naming and Directory Interface. Sample Program. Day 10. Stateful Session Beans. WebLogic's Support for Enterprise JavaBeans. Life Cycle of a Stateful Session EJB. Session Bean Concepts. Strategies for Implementing EJBObject or EJBLocalObject Request Delegation. Sample Program-Restaurant. Day 11. Creating Stateless Session Beans. Life Cycle of a Stateless Session EJB. Stateless Session Bean Concepts. Components of a Stateless Session EJB. Sample Program: Restaurant. Accessing a Session Bean from CORBA and RMI Clients. MVC Application Model Layer: Stateful and Stateless Session Beans. Day 12. Developing Entity Beans Using Container-Managed Persistence. EJBs and Persistence. WebLogic's Support for Entity Beans. Life Cycle of an Entity EJB. Flowchart for Developing an Entity Bean Using CMP. Entity Bean Concepts. Components of an Entity Bean. Internal Classes and Interfaces of an Entity Bean. Container-Managed Persistence. EJB QL. WebLogic QL (WLQL). Sample Program-Restaurant. Day 13. Developing Entity Beans Using Bean-Managed Persistence. Bean-Managed Persistence Concepts. Components of an Entity Bean Using BMP. Bean-Managed Persistence and Container-Managed Persistence-A Comparison. Sample Program: Implementing the ItemBean Entity Bean in the Restaurant. Application Using BMP. Java Data Objects-An Alternative to Bean-Managed Persistence. EJB to JSP Integration Tool. MVC Application. Day 14. Understanding JTA Transactions. Introduction to Transactions. Transaction Life Cycle. ACID Properties. Transaction Architecture. Java Transaction API. Transaction Attributes. Transactions in WebLogic. WEEK III. ADDITIONAL WEBLOGIC FEATURES. Day 15. Using the JMS API. Introduction to Messaging. JMS API. JMS API Architecture. WebLogic Support for JMS. Life Cycle of a JMS Application. Configuring Your Destination in WebLogic Server. Sample Program. Message-Driven Beans. Day 16. Deploying Applications. Before You Assemble the MVC Application. Assembling Your MVC Application. Deploying the MVC Application. Running Your MVC Application. Important Development Tips. Troubleshooting. Day 17. Debugging Applications. Introduction to Debugging Techniques. Debugging. Assertion. Tracing. Logging. Day 18. WebLogic Administration and Security. Administering Your WebLogic Server. WebLogic Security. Day 19. Using WebLogic Tools. Development Tools. Compiler Tools. Deployment Tools. Administration Tools. Day 20. Other Tools Supported by WebLogic. jCOM Concepts. Supporting Tools for jCOM. COM to WebLogic Server Communication. WebLogic Server to COM Communication. XML Concepts. XML Parser APIs. Day 21. J2EE Connector Architecture. Introduction to JCA. JCA Concepts. Resource Adapter (RA). System Contracts. Application Contracts. Deploying a Resource Adapter in WebLogic Server. Configuring JCA Connection in WebLogic Server. Sample Program Using the Common Client Interface. Bonus Day. At a Glance. Day 22. Working with Web Services. Introduction. Web Services Concepts. SOAP. WSDL. UDDI. Web Services in WebLogic. WebLogic Server 7.0 and JAX-RPC. Deploying Web Services in WebLogic Server 7.0. J2EE Web Services Versus .NET. APPENDICES. Appendix A. Answers to the Quiz and Exercise Questions. Day 1. Day 2. Day 3. Day 4. Day 5. Day 6. Day 7. Day 8. Day 9. Day 10. Day 11. Day 12. Day 13. Day 14. Day 15. Day 16. Day 18. Day 20. Day 21. Day 22. Appendix B. Installing and Customizing WebLogic. Where to Get the WebLogic 7.0 Installable Files. System Requirements. Methods of Installation. Configuring Your Domain Using the Configuration Wizard. WebLogic Constituents and Directory Structure. Steps after Installation. Important Files. Customizing Your Development Environment. Configuring a Virtual Host for Your Application. Setting Up Your HTTP Access Logs. Setting Up Your WebLogic Server to Prevent Overloading with Phony Requests. Appendix C. Source Code for the MVC Application. Appendix C-CD. Source Code for the MVC Application—CD-765. Listing for JSPs (Web Components)—CD-765. Listing of Servlet (Controller): AirlineTicketBookingServlet (Web Component)—CD-788. Utility Files (EJB Components)—CD-799. Constants Files (EJB Components)—CD-801. EJBs: Entity Beans (EJB Components)—CD-806. EJBs: Session Beans (EJB Components)—CD-822. Business Objects (EJB Components)—CD-840. Exception Files (EJB Components)—CD-850. Deployment Descriptors—CD-851. Batch Files—CD-864. SQL Script—CD-867. Index.


Best Sellers


Product Details
  • ISBN-13: 9780672324338
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Height: 230 mm
  • No of Pages: 816
  • Weight: 1331 gr
  • ISBN-10: 0672324334
  • Publisher Date: 04 Nov 2002
  • Binding: SA
  • Language: English
  • Spine Width: 45 mm
  • Width: 187 mm


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
Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days
Pearson Education (US) -
Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days
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.

Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days

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