Top

Oracle WebCenter 11g Handbook: Build Rich, Customizable Enterprise 2.0 Applications

April 13, 2010 by BPELworld.com · 2 Comments 

  • ISBN13: 9780071629324
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description

Master Oracle WebCenter 11g

Transform your organization into a personalized, user-focused workplace using the detailed information in this comprehensive Oracle Press guide. Oracle WebCenter 11g Handbook shows you how to build Enterprise 2.0 applications that facilitate collaboration and foster innovation. You’ll work with task flows and content systems, employ social networking tools, develop portals and composite applications, and deploy runtime customization. Debugging, security, and application tuning are also covered in this practical resource.

  • Develop, test, and deploy dynamic enterprise applications, portals, and portlets
  • Design data-backed rich Internet applications using Oracle JDeveloper 11g and Oracle WebLogic Server
  • Work with Oracle Content Server and Oracle Secure Enterprise Search
  • Customize applications at runtime using Oracle Composer and metadata services
  • Use the resource catalog to deliver personalized search results to end users
  • Integrate RSS feeds, forums, wikis, and blogs with Oracle WebCenter social computing services
  • Implement the latest Oracle Application Development Framework security tools
  • Extend functionality using mashups, composite applications, and third-party add-ons
  • Understand the Web 2.0 and portal technologies behind Oracle Fusion Applications

For a complete list of Oracle Press titles, visit www.OraclePressBooks.com

Buy from Amazon –> Oracle WebCenter 11g Handbook: Build Rich, Customizable Enterprise 2.0 Applications

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
  • Share/Save/Bookmark

Oracle XML Handbook

March 19, 2010 by BPELworld.com · 5 Comments 

Product Description
From the only official publisher of Oracle Press books comes this unique resource–Oracle XML Handbook. This one-of-a-kind reference explains the XML standard, how to create XML documents, and how XML will transform legacy systems integration involving e-commerce initiatives. As more corporations migrate to an eBusiness model using Oracle8i–THE database for Internet computing–it’s crucial for all of you Web developers to learn to use XML in the Oracle environment. This is your book.Amazon.com Review
The Oracle Corporation has made XML a key component of its overall strategy and product architectures. Unfortunately, like most Oracle technologies, XML is multifaceted and adorned with numerous names and acronyms. The Oracle XML Handbook is a small title with a big mission: to put XML in perspective as it exists in the Oracle universe.

The book follows the familiar style of other Oracle Press documentation, presenting the “big picture,” followed by chapters devoted to the various individual products and technologies involved. This title is meant for those already familiar with Oracle; it would be confusing for readers looking for an overview of Oracle’s XML capabilities.

This isn’t a tutorial per se, but there are plenty of small code examples that illustrate the basic techniques involved. For example, in the discussion of the Simple API for XML (SAX), the authors include Java code that illustrates how to use SAX to pluck information from an XML document. The higher-level topics, such as development for Oracle8i databases by using the XSQL Servlet, are accompanied well by flow and architectural documents.

One of the most useful sections of this book is the “Oracle and XML in Action” chapter, which presents some real-world examples. An accompanying CD includes Oracle’s XDK for Java components, as well as trial versions of Oracle8i and JDeveloper for Windows NT and Windows 2000. Oracle developers–especially those working on the Web–should make a little room on their bookshelves for this new handbook. –Stephen W. Plain

Topics covered: XML Parser for Java, Java Class Generator, XML-related beans, XML Parser for PL/SQL, XML Parser for C, XML development with Oracle8i, development with Oracle Application Server, Oracle Internet File System (iFS), XML and interMedia text, and XML on the Oracle Technology Network.

Buy from Amazon –> Oracle XML Handbook

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
  • Share/Save/Bookmark

Processing XML documents with Oracle JDeveloper 11g

March 8, 2010 by BPELworld.com · 5 Comments 

Product Description

Creating, validating, and transforming XML documents with Oracle’s IDE

  • Will get the reader developing applications for processing XML in JDeveloper 11g quickly and easily
  • Self-contained chapters provide thorough, comprehensive instructions on how to use JDeveloper to create, validate, parse, transform, and compare XML documents.
  • The only title to cover XML processing in Oracle JDeveloper 11g, this book includes information on the Oracle XDK 11g APIs.
  • Packed with example code and detailed commentary, the book is fully illustrated with functional step-by-step examples.

In Detail

XML is an open standard for creating markup languages and exchanging structured documents and data over the Internet. JDeveloper 11g presents an effective, quick, and easy-to-use means of processing XML documents.

Inspired by the author’s previous XML articles for the Oracle community, this expanded hands-on tutorial guides newcomers and intermediate users through JDeveloper 11g and XML document development. It offers up-to-date information on working with the latest version of JDeveloper, and brand new information on JAXB 2.0 support in JDeveloper 11g. Filled with illustrations, explanatory tables, and comprehensive instructions, this book walks the reader through the wide assortment of JDeveloper’s capabilities.

Oracle’s JDeveloper 11g is an Integrated Development Environment that provides a visual and declarative approach to application development. Over the course of 14 chapters, readers will get hands-on with JDeveloper as the comprehensive and self-contained tutorials provide clear instruction on the key XML tasks that JDeveloper can accomplish.

Filled with practical information and illustrated examples, this book shows the reader how to create, parse, and store XML documents quickly, as well as providing step-by-step instructions on how to construct an XML schema and use the schema to validate an XML document.

Oracle’s XML Developer Kit (XDK) offers a set of components, tools, and utilities for developing XML-based applications, and developers will find the detailed XDK coverage invaluable. Later chapters are given over to using XPath, transforming XML with XSLT, and using the JSTL XML Tag Library.

Moving through the book, a chapter on the JAXB 2.0 API shows you how to bind, marshal and unmarshal XML documents, before we finally delve into comparing XML documents, and converting them into PDF and Excel formats. In all, this book will enable the reader to gain a good and wide-ranging understanding of what JDeveloper has to offer for XML processing.

What you will learn from this book?

  • Learn what JDeveloper 11g can do for XML document generation.
  • Rapidly create, format, compare, and schema validate XML documents.
  • Master the built-in XML features in JDeveloper 11g including schema validation, the XSD Visual Editor for creating an XML schema, the XPath Search tool for selecting XML nodes with XPath, and the JAXB compiler for generating JAXB 2.0 Content Model from an XML Schema.
  • See how to work quickly and efficiently with the Oracle XML Developer Kit (XDK 11g)
  • Gain a valuable understanding of JAXP, XPath, XSLT, JAXB 2.0, DOM 3.0, and the JSTL XML Tag Library.
  • Convert XML to Excel and PDF formats, store XML in Oracle Berkeley DB XML, and create Oracle XML Publisher Reports.

Approach

This book is for newcomer and intermediate Java developers who want to work with XML documents using JDeveloper 11g. No previous knowledge of JDeveloper is assumed but the reader will need to be comfortable in XML and Java environments.

Who this book is written for?

Employing a comprehensive tutorial-based approach, this easy-to-follow book shows the reader various means of processing XML documents using the power of Oracle’s JDeveloper 11g. In next to no time, the reader will be able to create, format, transform, compare, and schema validate XML documents with Oracle’s IDE.

Buy from Amazon –> Processing XML documents with Oracle JDeveloper 11g

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
  • Share/Save/Bookmark

Building Oracle XML Applications

March 8, 2010 by BPELworld.com · 5 Comments 

Product Description
XML (Extensible Markup Language)has emerged as the industry standard for describing data for e-commerce, particularly for business-to-business exchange. Oracle Corporation supports XML in a wide range of products, and the company describes Oracle8i, its “Internet database” as “the first XML-enabled database.” XML is a key part of the company’s e-business strategy. Building Oracle XML Applications gives both Java and PL/SQL developers a rich and detailed look at the range of available Oracle XML technologies. The book shows how to combine the power of XML and XSLT with the speed, functionality, and reliability of the Oracle database to build flexible applications. The author delivers nearly 800 pages of entertaining text, helpful and time-saving hints, and extensive examples that developers can put to use immediately to build custom XML applications. Products covered include:

    XSQL pages and the XSQL servlet

    JDeveloper

    XSLT Processor

    XML Parser

    interMedia

    Advanced Queuing

The accompanying CD-ROM contains JDeveloper 3.1, an integrated development environment for Java developers.Amazon.com Review
Aimed at Oracle professionals planning or doing XML work, this in-depth guide, covering Oracle8 and Oracle8i, comes from Oracle’s lead XML technical evangelist, Steve Muench. No prior knowledge of XML is required to dive into the book, but readers are assumed to be familiar with SQL and with programming using Java or PL/SQL.

Building Oracle XML Applications introduces XML, gives an overview of Oracle XML technologies, and shows what they do and how they fit together. There is a focus on JDeveloper, Oracle’s Java and XML development tool, which can be installed from the CD-ROM, and there are plenty of hands-on examples of how to use it. Then there are chapters on processing XML with PL/SQL or Java, transforming XML with XSLT, publishing data with XSQL pages, generating datagrams (XML documents used for exchanging data), and techniques for storing and loading XML data. The final section concentrates on Oracle XML applications, and topics include an XSQL publishing framework, Java extension functions, and using XSQL and XSLT to build personalized portals and discussion forums.

This fast-paced handbook is packed with example code. The presentation is clear, and the technical content is based on the author’s deep knowledge of Oracle in general and XML technologies in particular. Highly recommended. –Tim Anderson, Amazon.co.uk

Buy from Amazon –> Building Oracle XML Applications

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
  • Share/Save/Bookmark

Bottom