XML tagged posts

Introducing Xonomy – An Advanced Open Source XML Editor

There are quite a few XML Editors on the market, but it’s really hard to find out one which is nicely implemented and can be used as an integration part of web-based application until we found Xonomy.

Xonomy is written in JavaScript by Michal Boleslav Měchura. It can be embedded in any web pages. It offers a series advanced features, such as syntax highlight, left-click menu, context-based customizable menu items, editable attribute value from picklist, etc. User may even use drag-n-drop to adjust the position of tree node. With all these features, it’s well-equipped as an advanced web-based editor with pre-defined constraints for tree structure, attribute, and attribute values.

In order to use Xonomy in a html page, three components are needed:

  • Xonomy library, including xonomy...
Read More

Get Image Data from Oracle WebCenter Content using RIDC API

Prerequisites: Oracle WebCenter Content, RIDC, JDeveloper, MVCADF, Java, XML, DOM

Oracle WebCenter Content (previous Oracle ECM) offers integrated content services, including document management, records management, imaging and digital assets management, etc.

My previous client wanted to get the image data information from content server (UCM) and utilize it on imagedatacustomized portal. This has been implemented as an ADF taskflow and deployed as part of the ADF Library Jar in order to be reused in the customized portal environment.

Image data includes lots of raw information from an image file as illustrated at right. These information can be seen from the Web UI of content server. Now we need retrieve them from content server programmably.

Remote Intradoc Client (RIDC)  provides a thin c...

Read More