`
solomon
  • 浏览: 47829 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

http://www.jasig.org/uportal/download/uportal-400-rc1

阅读更多
http://www.jasig.org/uportal/download/uportal-400-rc1
uPortal 4.0.0-rc1 发布,好久没见新版本了.

Jasig is proud to announce the first release candidate of uPortal 4.0.0. The RC1 release marks the change from new feature addition to testing for the development of uPortal 4.0. There are known and unknown bugs in this release and all issues should be reported in the uPortal issue tracker.

Major 4.0 features that are either complete or mostly implemented for the RC1 release:

•"Gallery" portal customization interface that combines portlet subscription, subscribed tabs, skin selection and tab layout into an easy to use interface.
•Inline tab name editing
•Drag & Drop reordering of tabs
•Updated Administration Tools (Groups, Permissions & User Management)
•Consistent URLs which move much of the navigational state of the portal to the URL data
•i18n improvements
◦Centralized messages into a single file
◦Autotranslation of new messages to help bootstrap human translation
•Grouper support shipping with the built in Groups & Permissions services
•Pulled/Subscribable DLM fragments, allowing users to subscribe to a pre-built tab of portlets
•Updated skin
•JSR-286 Support
◦Rendering, Actions, Resources and Events are supported
◦Setting response headers when handling a resource request is not working
◦Setting render parameters during event handling is not working
◦Caching, header content contributes, and cookies all need to be implemented
•New rendering pipeline with intelligent cache key generation
•Upgraded to Spring 3.0
•Standardization of REST like service APIs for dyanmic UI
•All dynamic UI code is written as Fluid Components for standardization
Downloads are available from: http://downloads.jasig.org/uportal/uPortal-4.0.0-RC1/
Release notes are available at: https://wiki.jasig.org/display/UPC/4.0.0-RC1
.
分享到:
评论

相关推荐

    CAS RESTful API 开发文档

    server 地址: http://www.jasig.org/cas/download client 地址: http://www.ja-sig.org/downloads/cas-clients/ 当前最新版本 cas-server-3.4.2 , cas-client-3.1.10 2. 安装 server l 解压 cas-server-...

    cas 配置client 1.0 &2.0 及proxy DEMO 说明

    org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter </filter-class> <!-- CAS SERVER URL --> <!-- https://www.test.com:8443/cas --> <init-param> <param-name>...

    org.jasig.cas.client.util.CommonUtils

    予org.jasig.cas.client.util.CommonUtils 加入 public static void disableSSLVerification(){ try { // Create a trust manager that does not validate certificate chains TrustManager[] ...

    CAS客户端JAR包版本3.3.3

    org.jasig.cas.client.session.SingleSignOutHttpSessionListener </listener-class> </listener> <!-- 该过滤器用于实现单点登出功能,可选配置。 --> <filter-name>CAS Single Sign Out Filter</...

    CAS单点登录HTTP协议版本配置指南

    - 官方WIKI:[https://wiki.jasig.org/display/CASUM/Home](https://wiki.jasig.org/display/CASUM/Home) - IBM技术社区:[http://www.ibm.com/developerworks/cn/opensource/os-cn-cas/]...

    spring boot整合CAS Client实现单点登陆验证的示例

    <filter-class>org.jasig.cas.client.authentication.AuthenticationFilter</filter-class> <init-param> <param-name>casServerLoginUrl</param-name> <param-value>http://127.0.0.1/login</param-value> </...

    在web.xml中引入其他xml配置文件的步骤

    <filter-class>org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter</filter-class> <init-param> <param-name>casServerUrlPrefix</param-name> <param-value>...

    CAS配置手册[归纳].pdf

    1. **cas-server-3.4.5-release.zip**:这是CAS服务器的核心组件,可从官方网站下载:[http://downloads.jasig.org/cas/](http://downloads.jasig.org/cas/)。 2. **cas-client-3.2.0-release.zip**:CAS客户端组件...

    cas client核心jar文件

    <bean id="logout" class="org.apache.shiro.web.filter.authc.LogoutFilter"> ${cas.logout.url}"/> </bean> <!-- CAS认证过滤器 --> <bean id="casFilter" class="org.apache.shiro.cas.CasFilter">...

    cas-server-core-3.5.0.jar

    cas源代码下载地址:http://developer.jasig.org/cas/

    tomcat8 + nginx + memcached + cas 实现负载均衡的配置包

    1,tomcat8的配置: 1.1修改tomcat8.x/conf/context.xml的配置如下: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license ...

    CAS之Eclipse集成开发环境搭建[收集].pdf

    - **下载地址:** [CAS Server Download](http://downloads.jasig.org/cas/cas-server-3.4.8-release.zip) - **安装目录:** `${CAS_HOME}` #### 三、安装步骤详解 **1. 安装JDK:** - 按照上述指示进行安装,并确保...

    CAS安装指南以及开发步骤 V1.0.docx

    服务端的下载地址为:[http://downloads.jasig.org/cas/cas-server-3.5.1-release.zip](http://downloads.jasig.org/cas/cas-server-3.5.1-release.zip)。 由于CAS客户端与CASServer之间的通信依赖于HTTPS协议,...

    CAS restful接口调用

    <cas:proxyGrantingTicket>PGT-1-...</cas:proxyGrantingTicket> </cas:authenticationSuccess> </cas:serviceResponse> ``` 以上便是通过RESTful接口实现CAS票据获取与验证的基本流程。在整个过程中,需要注意...

    maven-jasig-legal-plugin-1.0.0.jar

    maven-jasig-legal-plugin-1.0.0.jar

    cas .net单点登录

    在.NET项目中,你可以通过NuGet包管理器安装` Jasig.CAS.Client` 库,它提供了.NET应用程序与CAS服务器交互所需的功能。 2. **配置CAS客户端**: 在项目的配置文件(如Web.config)中,你需要配置CAS客户端的相关...

    CAS单点登录(SSO)教程

    CAS是一个开源项目,由Jasig组织维护,主要为Web应用提供单点登录功能。CAS的核心机制包括认证服务(CAS Server)和代理服务(CAS Client)两个部分: - **认证服务**:负责用户的认证处理,提供认证逻辑、用户凭证验证...

    cas-server-3.4.2.1和cas-client-3.3.3 有需要的拿去

    cas-server-3.4.2.1和cas-client-3.3.3 有需要的拿去, 来自 http://developer.jasig.org/cas/ 但是下载速度及慢, 我下了里面的最新版本, 有需要的拿去

    单点登录sso-shiro-cas-maven

    class="org.jasig.cas.authentication.handler.DefaultPasswordEncoder" c:encodingAlgorithm="MD5" p:characterEncoding="UTF-8" /> <!-- 通过数据库验证身份,这个得自己去实现 --> class=...

    maven-jasig-legal-plugin-1.0.2.jar

    maven-jasig-legal-plugin-1.0.2.jar

Global site tag (gtag.js) - Google Analytics