11%
BEA WebLogic Workshop Kick Start

BEA WebLogic Workshop Kick Start

          
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

BEA WebLogic Workshop is a rapid application development tool that makes building Java-based Web service applications simple. With just a basic foundation of Java programming, you can use WebLogic Workshop to develop Web services. BEA WebLogic Workshop Kick Start provides everything you need to get started with WebLogic Workshop, including a quick Java primer and appendixes covering the essentials of XML, SOAP and WSDL. Learn the features of WebLogic Workshop and review hundreds of code examples, and explore the inner workings of this new tool. The book's CD-ROM contains all the source code and examples from the book, plus a 90-day trial version of BEA WebLogic Platform, which includes WebLogic Workshop. Foreword Web services have attracted much attention recently as the next "big thing" in computing technology. Vendors of all shapes and sizes have announced their support for Web services technologies, and every month a new Web services conference is popping up somewhere on the globe. With all this hype and attention, sometimes it¿s difficult to really discover what Web services are, where they fit in your company, what the business case is, and how you can actually get started taking advantage of this technology. BEA has been working with customers to answer many of these questions, and provide solutions that enable companies to easily construct Web services that meet their needs today. Contrary to the common conception of Web services as a consumer-focused technology, Web services may have the greatest potential as a technology inside enterprises as a new way of tying disparate applications together using standards-based technologies. To make Web services really work in the enterprise, however, it¿s essential that they meet core enterprise requirements: Web services applications have to exist in a constantly changing IT environment where different applications are built and modified by different people on different schedules. They must accommodate everything from modern J2EE-based applications, to legacy systems, to applications at business partners. They must be able to handle rich and complex information and transmit it between internal and external applications. They must easily interact with other applications to leverage existing investments. They must be robust, reliable, and they must perform. Perhaps most important of all, they have to be easy to build. For Web services to flourish within an organization, all developers will need to be able to build Web services that meet these requirements. BEA WebLogic Workshop Kick Start introduces you to BEA¿s new WebLogic Workshop product, a development tool and runtime framework that makes it easy to build powerful Web services that take advantage of the robust, enterprise features of the WebLogic J2EE application server. WebLogic Workshop provides a graphical tool that makes it easy to visualize, develop, and test Web service applications and visual controls that dramatically simplify access to existing resources like databases, packaged applications, Enterprise Java Beans, and other Web services. The Workshop framework provides out-of-the-box support for building Web services that are loosely coupled so that the internal implementation details of an application can be cleanly separated from the "public contract" that a Web service offers to other applications. This makes Workshop Web services flexible in the face of a constantly changing IT environment. Workshop also provides built-in support for asynchronous messaging so that Web service applications can carry on rich, two-way conversations with their clients and accommodate interaction with legacy systems and human users. Finally, Workshop supports easy manipulation of coarse-grained messages so that rich documents can be handled without resorting to tedious XML DOM programming. All of these capabilities can be accessed in a simple, declarative fashion that enables all developers not just J2EE experts to get started building Web services today. Even if you are new to the Java programming language, or have never built a J2EE application before, I think you¿ll be surprised how easy it is to get started with Workshop. Working inside the WebLogic Workshop environment, you can focus on the procedural business code that is important to getting your applications built and leave all of the details of Web service and J2EE plumbing to the application framework. BEA WebLogic Workshop Kick Start will give you an introduction to Web services in general, and teach you the few Java and J2EE concepts you¿ll need to know along the way. Rich with examples, this book illustrates the power of Web services, and will help you realize the value they can bring to your company. --Carl Sjogreen, Product Manager, WebLogic Workshop, BEA Systems, Inc

Table of Contents:
Introduction. I. INTRODUCTION TO WEBLOGIC WORKSHOP. 1. Introduction to Web Services. What Are Web Services? Examples of Web Services. Advantages of Web Services. Disadvantages of Web Services. The Web Service Protocols. Why Use WebLogic Workshop? 2. The WebLogic Workshop. Verify That Everything Is Functional. Overview of the Workshop Environment. Changing the Workshop Environment. 3. Building an Application in WebLogic Workshop. Creating a Project. Creating the HelloWorld Service. Testing Your New Service. Passing Information to the Service. The JWS File. Adding Methods in Code. Adding a Description. 4. Developing Conversant Applications. Conversations. A Two-Stage Conversation. Testing HelloConversation. Why Is Asynchronous Activity Different from Synchronous Activity? Limitations and Advantages. What Makes HelloConversation Synchronous? HelloConversation as an Asynchronous Conversation. Adding a Callback. Testing HelloConversationAsync. Buffering a Callback. Timeout Parameters. Cleaning Up After Your Conversation Ends. II. BUILDING APPLICATIONS IN WEBLOGIC WORKSHOP. 5. Controls. Using a Timer. Creating HelloDelayed. Testing HelloDelayed. Stopping the Timer. Defining a Timer Control in Code. Adjusting Timing Defaults Programmatically. Restarting the Timer. Obtaining Time at Event. Broadcast Date Example. HelloWorld as a Service. Handling Callbacks from CTRLs. 6. The Database Control. Creating a Database Control. Defining a Database Connection. Creating an SQL String. Including Variables. Getting a Result Set. Executing Multiple Statements. A Sample Application. 7. Debugging. Debugging in WebLogic Workshop. Debugging a Web Service. Variables. The Call Stack. III. DECLARING MAPS AND CONTROLS. 8. Creating a Map. Customizing XML Content. Building XML Maps Using Workshop. XML Map Elements. Storing Maps in External Files. Using XMLScript. 9. Messaging Using JMS. Connections and Connection Factories. Sessions. Sending and Receiving. Using the JMS Control. JMS JavaDoc Options. Sending XML Messages. 10. Including an EJB Control. EJB Overview. Including an EJB in Your Workshop Project. An EJB Control Example. EJB JavaDoc Options. 11. Accessing Web Services from Java. The Client Side of Web Services. Java Proxy Details. JavaServer Pages and the Java Proxy. Using the Proxy Outside the WebLogic Environment. Changing the Web Service Location. 12. <64>jws JavaDoc Tags. Method Tags. Control Tags. Defining Filewide Enhancements. 13. An Online Ordering System. Designing an Ordering System. Working with the Database. Creating the OrderEntry Service. Creating the OrderTracking Service. IV. APPENDIXES. Appendix A: Java Essentials Your First Java Program. Declaring Variables. Operators. Conversions. Classes and Objects. Control Flow. Exceptions. Interfaces. Packages. Common Java Packages. Where to Go from Here. Appendix B: XML What Is XML? XML Basics. XML Schema. Related XML Specifications. Appendix C: Web Service Description Language (WSDL). History of WSDL. WSDL in Workshop. Obtaining the WSDL Definition for Any Service in Workshop. Utilizing an External Web Service When You Have Its WSDL URL. Creating a Service That Complies with a WSDL File. WSDL Definition. Communication Processes. Types. Messages. Operations. Port Type. Binding. Port Service. Appendix D: SOAP. SOAP Message Exchange. Web Services and SOAP. SOAP Message Format. SOAP Data Encoding. SOAP over HTTP. SOAP Headers. Index


Best Sellers


Product Details
  • ISBN-13: 9780672324178
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Height: 187 mm
  • No of Pages: 360
  • Series Title: Kick Start
  • Weight: 617 gr
  • ISBN-10: 0672324172
  • Publisher Date: 19 Sep 2002
  • Binding: SA
  • Language: English
  • Returnable: Y
  • Spine Width: 19 mm
  • Width: 232 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
BEA WebLogic Workshop Kick Start
Pearson Education (US) -
BEA WebLogic Workshop Kick Start
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.

BEA WebLogic Workshop Kick Start

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