Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now, the core org.w3c.dom.Document implementation in uPortal is a DOM level 3 Document natively supporting the methods that were added by IPortalDocument. It is therefore no longer necessary for any code to expect IPortalDocument instances – instead W3C DOM 3 Documents can be consumed directly.

Getting a new, empty Document

Code Block
titlePre-uPortal-2.5, deprecated approach
Code Block
titleuPortal 2.5 approach

The long version

If you're thinking "Wait, wait! You've been too concise – I really want to read a longer account of what's going on here." – here it is. This is a re-presentation of content ~gilbert presented to the Shibboleth community.

...