Sun Java System Portal Server 7.2 版本說明

關於 Portal Server 7.2

Sun Java System Portal Server 7.2 是第一個開放原始碼的發行版本。OpenPortal 將包含原始碼與二進位檔,同時 Sun 品牌的版本將在 http://www.sun.com 上提供,即 Sun Java System Portal Server 7.2。這個版本包括桌面設計工具 (Desktop Design Tool, DDT)、委託管理功能、Application Server 9.1 支援、整合了內容管理系統 (Content Management System, CMS)、Sun Java Composite Application Suite,以及入口網站產品開放原始碼所產生的要求。

Sun Java System Portal Server 產品提供下列七種語言的本土化版本。

本節包括:

此版本的新增功能

Portal Server 7.2 具有以下新功能:

已停用或移除的功能

以下為 Portal Server 7.2 中停用的功能清單:

停用通知與聲明

在 Portal Server 7.2 中,Display Profile Locale 標記不再用來定義特定於語言環境的特性。請改用 locale 類型的 ConditionalProperties 標記。例如:


<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>

將上面的 Locale 標記取代為


<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>