BPELforum.com

Business Process Execution Language (BPEL)

Similar Posts

  • Java & XML for Dummies
  • SOAP: Cross Platform Web Services Development Using XML
  • XML Processing with Perl, Python, and PHP
  • Web Services Essentials
  • Understanding Web Services: XML, WSDL, SOAP, and UDDI

Professional XML Web Services

May 5, 2010 by BPELforum

Product Description
Web Services are self-describing, modular applications. The Web Services architecture can be thought of as a wrapper for the application code. This wrapper provides standardized means of: describing the Web Service and what it does; publishing it to a registry, so that it can easily be located; and exposing an interface, so that the service can be invoked – all in a machine-readable format. What is particularly compelling about Web Services is that they can be accessed by any client that understands XML, regardless of the platform, language, or object model.

This book provides a snapshot of the current state of these rapidly evolving technologies, beginning by detailing the main protocols that underpin the Web Services model (SOAP, WSDL, and UDDI), and then putting this theory to practical use in a wide array of popular toolkits, platforms, and development environments.

The technologies presented in this book provide the foundations of Web Services computing, which is set to revolutionize Distributed Computing, as we know it.

This book covers:

  • The architecture of Web Services – past, present, and future
  • Detailed explanation of SOAP 1.1
  • An overview of SOAP 1.2
  • IBM Web Services Toolkit and Microsoft SOAP toolkit 2.0
  • Other SOAP implementations in Perl, C++, and PHP
  • Java Web Services with Apache SOAP
  • WSDL 1.1, UDDI 1.0, and 2.0
  • Creating and deploying Web Services using .Net
  • Building Web Services using Python
  • Applying security at both transport and application levels
    Amazon.com Review
    Whatever your favorite programming language, Professional XML Web Services does a good job at explaining recent technologies and tools needed to understand and use Web services. Whether you are a developer or an IT manager, this book’s wide-ranging perspective on some late-breaking standards and tools will help you design and code the next generation of Web applications.

    The strong cross-language perspective is what distinguishes this title from the rest of the pack. The book surveys actual tools for developing Web services in C++, Java, Perl, Python, and Microsoft’s new C# language (part of .NET). Short chapters survey what’s out there for Web services developers, with options from IBM, Sun, HP, and Microsoft. If you are somehow convinced that one vendor has a head start with Web services, you’ll think again after reading this volume.

    The heart of this text is its thorough and approachable tour of core standards needed for Web services, from the innards of SOAP for sending messages between systems over HTTP or other protocols, to WSDL for describing Web services and UDDI for looking them up at run-time. The book does a good job at fixing a very fast moving target. (SOAP 1.1 is used here instead of the emerging 1.2 standard.) Besides the new .NET (and ADO.NET) on the Microsoft platform, there’s also coverage of the older SOAP Toolkit 2.0. Sections on using Perl and Python will help bring fans of these popular Web development languages onboard with Web services.

    The authors conclude with two larger case studies, an interesting remote file system exposed through Web services using Java, plus an auction database done in the new C#. Anchoring the discussion in what are sure to be the two most popular choices for Web services development helps ensure this text has a practical focus, too. With its range of coverage of what Web services are and the actual standards and tools used to implement them, this title is a perfect choice for learning what all the fuss is about. It’s all anyone needs to start designing and coding with Web services using many of today’s most popular programming languages and tools. –Richard Dragan

    Professional XML Web Services

  • Filed Under: XML Books Tagged With: Amazon, Apache Soap, Application Code, Building Web Services, Cross Language, Description Web, Detailed Explanation, Development Environments, Evolving Technologies, Java Web Services, Language Perspective, Platform Language, Professional, Professional Xml Web Services, Readable Format, services, Soap Toolkit, Soap Wsdl, Uddi, Web Services Architecture, Web Services Toolkit, Xml Web Services

    Professional SQL Server 2000 XML

    May 5, 2010 by BPELforum

    Product Description
    The most important new features of SQL Server 2000 concern XML and the added functionality that it provides. This includes the ability to use XML documents to update your database, access SQL Server through HTTP and retrieve data from your database in XML format.

    Building extensively on the new features introduced in Professional SQL Server 2000 (1-861004-48-6) this book goes beyond just the key issues and provides blanket in-depth coverage of advanced topics, including both XDR and XSD schemas (support for which has been added in the new Web Release 2), and additions in Web Release 1, such as Updategrams and XML Bulk Load. This book also includes five real-world case studies that show exactly how the XML capabilities of SQL Server 2000 can best be exploited with technologies as diverse as ASP, C#, and SOAP.

    This book covers:
    An introduction to XML
    How to retrieve XML data from your database using FOR XML
    Exposing XML documents as relational resultsets using OPENXML
    Using XDR and XSD schemas to retrieve results through HTTP requests
    Describing SQL Server tables using XML Views
    A detailed discussion of the use of XPath queries with SQL Server
    Modifying your database with Updategrams
    Importing XML documents into your database with XML Bulk Load
    An overview of the new features provided with Beta 1 of Web Release 2
    Amazon.com Review
    Key to the interoperability of Microsoft SQL Server 2000–its ability to exchange information with other database management systems and with client applications–is its support of Extensible Markup Language (XML). Regardless of whether you’re a database administrator charged with designing and maintaining databases or a software developer who uses SQL Server at the back end of a multitiered application, you need to understand what XML is all about, and how SQL Server goes about reading and writing it. Professional SQL Server 2000 XML uses an approach typical of Wrox Press–liberal commentary interspersed with plenty of examples that build on one another–to help its readers learn about its subject.

    This book was written by a team of authors, each of whom wrote a few chapters in his or her specialty area. Like any book written by several people, this one displays different writing styles throughout, but the effect is not striking if you use the book mainly as a reference. Each author typically takes on the capabilities of SQL Server and XML one at a time, explaining what each is all about before launching into examples (complete with code) that reveal the mechanisms at work. It’s a lot of information to absorb, but the authors do a fine job of presenting it logically. Case studies present big projects that each employ several of SQL Server’s XML capabilities. –David Wall

    Topics covered: The XML capabilities of Microsoft SQL Server 2000, including the FOR XML clauses in Transact-SQL, the OpenXML specification, XDR and XSD schemas, templates, views, and updategrams.

    Professional SQL Server 2000 XML

    Filed Under: XML Books Tagged With: 2000, Access Sql, Added Functionality, Amazon, Client Applications, Database Management Systems, Liberal Commentary, Markup Language, Microsoft Sql Server, Microsoft Sql Server 2000, Professional, Professional Sql Server 2000 Xml, Server, Sql Server 2000, Sql Server Tables, Web Release, World Case, Xdr, Xml Capabilities, Xml Documents, Xml Sql, Xml Views, Xpath Queries

    Professional Oracle 8i Application Programming with Java, PL/SQL and XML

    May 4, 2010 by BPELforum

    • ISBN13: 9781861004840
    • Condition: USED – VERY GOOD
    • Notes:

    Product Description
    Oracle Corporation has broadened its development platform, integrating open standards such as Java and XML into the heart of the Oracle 8i database. This extended programming environment continues to exploit the qualities of scalability, reliability and efficiency of the world’s most successful data management software, but at the same time it provides new challenges and opportunities to programmers.

    This book shows you how to develop enterprise PL/SQL applications exploiting Java and XML, and how technologies such as EJBs can be moved to the 8i database. You’ll work through case studies using a mix of both familiar and unfamiliar tools and languages, showing you how the various programming approaches can enhance each other. Amazon.com Review
    Suitable for any developer or manager who works on the Oracle platform, Professional Oracle 8i Application Programming with Java, PL/SQL, and XML is an excellent guide to the tools and programming techniques you’ll need for successful enterprise development using today’s Oracle.

    Unless you buy an armful of books on current Oracle tools and technologies, you won’t likely find as comprehensive a tour as this. First off, the authors are masters at using Oracle tools for high-end enterprise development, including PL/SQL (its proprietary SQL language) and Java. Developers and IT managers will appreciate the clear descriptions of relevant tools in the Oracle arsenal (including Developer and JDeveloper). Business Components for Java (BC4J), which simplify the use of Enterprise JavaBeans with Oracle databases and JSP, are also explained succinctly.

    The emphasis is on server-side programming, with all features supported in Oracle, like stored procedures (and objects), written in both PL/SQL and Java. This book excels at showing the nitty-gritty details, with screen shots revealing the actual Oracle tools in action. As for using Enterprise JavaBeans, readers learn two possible methods: with standard EJB, and with BC4J components created with JDeveloper. A sample for a restaurant finder application will help you try your hand at using both approaches.

    The discussion of Oracle’s extensive XML support, which will be useful for taking advantage of this popular standard for real-world projects, is very strong. (Material on the emerging Simple Object Access Protocol (SOAP) and WML built with XML/XLST brings the book absolutely up to date.) A longer case study provides an ambitious example of enterprise Oracle at work. This Customer Relationship Management (CRM) system (with support for call centers) demonstrates a true n-tiered architecture built around Oracle.

    For developers and IT managers alike, this authoritative tour on the best of the Oracle platform is really a must-have for anyone serious about development. It proves not only that Oracle is a great database platform, but also that it’s ready to run the entire enterprise through powerful Internet and component-based tools. –Richard Dragan

    Topics covered:

    • History of Oracle
    • Introduction to PL/SQL
    • Overview of Oracle tools (including Forms, Reports, Portal, Designer, Oracle 8i, and JDeveloper)
    • SQLJ and JavaServer Pages (JSP)
    • Enterprise JavaBeans on the Oracle platform
    • XML support in Oracle
    • Enterprise Application Design (EAD) and n-tiered architectures on the Oracle platform
    • Oracle database fundamentals (including data dictionaries, indices, and object/relational design)
    • Oracle Net8 for scalability
    • Designer 6i (case study for an online course-registration database)
    • PL/SQL tutorial (including PL/SQL Server Pages and the Web Toolkit for Web programming)
    • Case study for an online stock-tracker application
    • Java stored procedures
    • JDBC tutorial (including APIs, binary fields, connection pooling, and caching)
    • SQLJ tutorial
    • Introduction to EJB
    • Oracle performance tuning
    • Oracle Business Components for Java (BC4J)
    • Case study for a discussion database using PL/SQL and Java
    • Search engines with Oracle interMedia
    • XML fundamentals and Oracle
    • Case study for a Customer Relationship Management (CRM) enterprise system
    • The Simple Object Access Protocol (SOAP)

    Professional Oracle 8i Application Programming with Java, PL/SQL and XML

    Filed Under: XML Books Tagged With: Application, Bc4j, Business Components, Data Management Software, Enterprise Development, Enterprise Javabeans, Java, Java Developers, Nitty Gritty Details, Oracle, Oracle 8i Database, Oracle Corporation, Oracle Databases, Oracle Tools, Pl Sql, PL/SQL, Professional, Professional Oracle, Programming, Programming Approaches, Programming With Java, Relevant Tools, Server Side Programming, Sql Applications, Sql Language, Using Oracle

    Professional PHP4 XML

    May 4, 2010 by BPELforum

    Product Description
    This book covers the PHP language (and is up to date with the latest 4.2 release), the XML standard and the intersection between these widely used technologies. You will learn the “core” standards for XML processing such as Xpath,Dom,SAX and XSLT and how to use them from PHP. Satellite standards, vocabularies and other technical topics related to XML processing are also covered with examples, tips and suggestions from an experienced field of PHP programmers and XML experts.

    Professional PHP4 XML

    Filed Under: XML Books Tagged With: Core Standards, Intersection, Php Language, Php Programmers, Php Xml, PHP4, Product Description, Professional, Professional Php4, Sax, Vocabularies, Xml Experts, Xml Standard, XSLT

    Startech 2636CABINET 15U 19″ Professional Rackmount Computer Server Cabinet

    May 3, 2010 by BPELforum

    • Sold Individually

    Product Description
    This 15U, 36 in (depth) cabinet features a plexiglass front door, full steel design, and three-fan filtered ventilation helping to keep your servers and other critical equipment cool and protected.The server equipment cabinet/rack is black, making an attractive addition to your server room, and to ensure maximum versatility, the rack/cabinet includes casters, making it easier to position server equipment as needed.

    Startech 2636CABINET 15U 19″ Professional Rackmount Computer Server Cabinet

    Filed Under: Servers & Racks Tagged With: 2636CABINET, Attractive Addition, Cabinet, Cabinet Rack, Casters, Computer, Computer Product, Computer Server, Critical Equipment, Equipment Cabinet, Maximum Versatility, Plexiglass, Product Description, Professional, Rack Cabinet, Rackmount, Rackmount Computer, Server, Server Cabinet, Server Equipment, Server Rack, Server Room, Servers, StarTech, Steel Design, Ventilation
    « Older Posts
    Newer Posts »

    RSS BPELpros.com

    • BizTalk Server
    • IBM
    • OpenLink Software
    • SAP AG

    Return to top of page

    Copyright © 2012 · Delicious Theme on Genesis Framework · WordPress · Log in