Sun Java System Portal Server 7.2 Release Notes

About Portal Server 7.2

The Sun Java System Portal Server 7.2 is the first distribution release in open source. OpenPortal will include the source and binaries while the sun branded version will be available on http://www.sun.com as Sun Java System Portal Server 7.2. This release includes the Desktop Design Tool (DDT), Delegated administration features, Application Server 9.1 support, integration with Content Management System (CMS), Sun Java Composite Application Suite, and the requirements that emerge from open sourcing of the portal product.

The Sun Java System Portal Server product is localized in the following seven languages.

This section includes:

What's New in This Release

The following new features are available in Portal Server 7.2:

Deprecated or Removed Features

The following is a list of features deprecated in Portal Server 7.2:

Deprecation Notifications and Announcements

The Display Profile Locale tag may no longer be used to define the locale-specific properties in Portal Server 7.2. Use the ConditionalProperties tag with the locale type instead. For example:


<Locale language="en" country="US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</Locale>

Replace the above Locale tag with


<ConditionalProperties condition="locale" value="en_US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</ConditionalProperties>