Main | April 2009 »

March 2009 Archives

March 6, 2009

Oracle ECM Product Team Launches New Blog - Stay Updated!

We just launched a new blog focused on keep the Oracle content management community up-to-date on product releases, integrations, certifications, events, samples, how-to's and more.

You'll be able to subscribe to the ecm alerts via RSS feeds on the blogs. You can monitor changes for all products and topics related to ECM. Or, we'll be tagging content by product (ODC, ODDC, I/PM, IRM, UCM, UOA, URM) and topic (Events, How-To's, Integration, Certification, Other, Release Information, Samples). This will enable you to monitor blog posts related to only the products and topics you're interested in via RSS feeds.

Tell us what you think, we'd love to hear your feedback.

March 9, 2009

Site Studio 10gR4 External Application Support

Site Studio 10gR4 allows external applications to display and edit web content created and stored within UCM by simply executing two new custom services via http. The two new services are “WCM_PLACEHOLDER” and “WCM_BEGIN_EDIT_SESSION”. Correct usage of these services will allow the designer to include a fully editable Site Studio specific XML Datafile into their application.

POTENTIAL USAGE:
Calling the “WCM_PLACEHOLDER” service via http, and passing in the appropriate parameters can return a datafile in a number of different formats. The content that is returned can be embedded into virtually any application. Executing the “WCM_BEGIN_EDIT_SESSION” service via http will launch the Site Studio FCK contributor application, and allow changes to be made to the datafile. Functionality includes, but is not limited to:
1. Viewing datafile content within an external application (HTML/JSP/PHP/ASP etc.).
2. Launching the FCK Contributor from an external application
3. Viewing and editing Dynamically Converted content within an external application
4. Viewing and editing Dynamic Lists/Static Lists from an external application
5. Viewing and editing of Site Studio content within a Portal

PORTAL UTLIZATION RULES:
If the Content Server exists in an environment that can be viewed by the client browser loading the portal, then there should be no issues with executing the services via HTTP.
If the Portal Server has a trusted connection to a Content Server located behind a firewall, the ability to execute the services is limited. In this environment, the client browser would generally makes a call to a JSP on the app server. That JSP would then makes an HTTPRequest to the Content Server to execute the WCM_Placeholder services. The pages returned will more than likely have links to images/CSS/JS assets on the Content Server. When the page loads in the client, it won't be able to see these items, unless a proxy was created that could convert them locally. The forthcoming Site Studio for JDeveloper contains a proxy to address this requirement.

UOA 10gR3 Developer Kit now available

Oracle UOA team has published UOA developer kit. This kit provides a comprehensive set of services that enable developers to integrate existing applications with UOA archive platform or build specialized archiving applications on the Oracle UOA platform. UOA supports Web Services standards, enabling any SOAP capable client to use the published services. The UOA Developer Kit includes Web Services bindings, utility classes, documentation, sample code, and more.

You can find more information on UOA and download the developer kit from
Oracle UOA page on OTN

March 10, 2009

Site Studio 10gR4 viewlets and samples have been placed on OTN

Site Studio 10gR4 viewlets and samples have been placed on OTN and are now available at:

http://www.oracle.com/technology/products/content-management/ucm/SiteStudio10gR4Tutorials/index.html

Viewlets/Samples include:


  • “How To” viewlets focusing on Site Studio 10gR4 architecture
  • Documentation on the new Site Studio 10gR4 services
  • A sample site, as well as raw site files for download

The samples site is an ongoing project, and new items (including viewlets on using SubTemplates and Dynamic Converter in Site Studio 10gR4) will be added in the future.


March 13, 2009

Fun with Site Studio 10gR4 Placeholders, Part 1

In Site Studio 10gR4, a placeholder tag designates a spot where some sort of managed content gets fed into a page template. Placeholders are the 10gR4 Site Studio’s more flexible version of “contribution regions”, which are still supported for backward compatibility.

By default, placeholders allow contributors to assign or create content at that location. But placeholders can also take parameters, which allow you to manipulate them in interesting ways that would have been difficult with previous versions of Site studio. In this post, I’ll introduce two of the key parameters and show some common uses.

One important parameter a placeholder can take is the Content ID of a data file. This is done by adding a dataFileDocName parameter to the placeholder. This parameter tells Site Studio to use a specific data file, rather than looking what data file was assigned by contributors and stored in the project file. In fact, when a data file parameter is put onto a placeholder, the ability for end users to assign content – i.e. create new or reuse content and assign it to this placeholder – is suppressed, because we don’t want to mislead users into thinking that the “switch” action will accomplish anything.

Why would you want to do this?

Consider a footer. You want users to manage and edit the footer, but you don’t want them to have to assign it for every page. So you can reference a specific data file in the placeholder for the footer. That way, the same data file will be used everywhere, but at the same time you still get the in-context editing so users can change it. A placeholder that references a footer might look like:

<!--$wcmPlaceholder("Ravenna Footer","dataFileDocName=RVI_FOOTER")-->

And the finished footer might look like:

Footer2_620.jpg

If you want to do the same thing but don't need a backing data file - you simply want to include a chunk of markup or script, optionally with additional placeholders - you can reference a sub template from your placeholder using the templateDocName parameter. A placeholder with a templateDocName reference looks like this, where "RVI_FOOTER" in this case is the dDocName of a sub template rather than a data file:

<!--$wcmPlaceholder("Ravenna Footer","templateDocName=RVI_FOOTER")-->

Upcoming posts will look at how to use placeholders to do personalization and A/B testing, and how to use placeholders to make flexible templates.

March 23, 2009

Recording Available: March 2009 Quarterly Customer Update Webcast

Just a quick note, letting everyone know that the recording from this month's Oracle Content Management Quarterly Customer Update Webcast is now available - details posted on OTN.

Additionally, this "resource links" page for the Webcast contains links to many of the items mentioned on the call (great for those who prefer to scan the news), including links to the recording and presentation.

Thanks again to those who could attend. We'll have our next one in June 2009!

March 31, 2009

Demo Available: Oracle E-Business Suite Adapter for Imaging and Process Management

Oracle just recently announced, on the Quarterly Customer Update Webcast, our new Oracle E-Business Suite Adapter for Imaging and Process Management. The Adapter provides solutions that increase the automation of processes like accounts payable and expense management, by integrating E-Business Suite with document imaging and additional workflow capabilities that help to streamline operations.

The Oracle I/PM integration with Oracle E-Business Suite is more "configuration" than "customization" because the adapter is an out-of-the box integration that provides easy to use solution templates and commands to set-up and manage the system. This eliminates all hard-coded integration mechanisms and provides flexible configuration options to define which additional commands are made available to EBS users and what happens when a command is invoked from EBS.

Learn more by reading the data sheet.
View a demo of the integration.
Download the adapter from OTN.

Note:
* Supports E-Business Suite Release 11 or 12.0.4.0.0.
* Can also be configured to use Oracle Internet Directory (OID) and Oracle Single Sign-On (OSSO).