<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>风水幽灵 - </title><link>category/363597.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 11 Jul 2008 10:36:44 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>风水幽灵</dc:creator><title>JSR 286 Portlet 的新特性，第 3 部分: Portlet 过滤器和 Portlet 窗口</title><link>http://blog.csdn.net/phantomhu/archive/2008/07/11/2637922.aspx</link><pubDate>Fri, 11 Jul 2008 10:37:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/07/11/2637922.aspx</guid><wfw:comment>comments/2637922.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/07/11/2637922.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2637922.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2637922</trackback:ping><description>在 本系列 的 第 1 部分 简要回顾了JSR 168 Portlet，并对 JSR 286 Portlet 的新增特性做了详细的介绍，第 2 部分 和第 3 部分将通过在 Apache Pluto 2.0 平台上开发和部署 Portlet 应用程序， 向读者介绍 JSR 286 Portlet 新特性的使用方法。本文将介绍 JSR 286 Portlet 的 Portlet 过滤器和 Portlet 窗口应用程序开发。&lt;img src ="aggbug/2637922.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>JSR 286 Portlet 的新特性，第 2 部分: 资源服务、事件与共享呈现参数</title><link>http://blog.csdn.net/phantomhu/archive/2008/07/10/2634037.aspx</link><pubDate>Thu, 10 Jul 2008 14:46:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/07/10/2634037.aspx</guid><wfw:comment>comments/2634037.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/07/10/2634037.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2634037.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2634037</trackback:ping><description>在本系列的 第 1 部分 简要回顾了 JSR 168 Portlet，并对 JSR 286 Portlet 的新增特性做了详细的介绍， 本文将通过在 Apache Pluto 2.0 平台上开发和部署 Portlet 应用程序， 向读者介绍 JSR 286 Portlet 新特性的使用方法。本文将首先介绍 JSR 286 参考实现 Apache Pluto 2.0 平台的构建过程，然后通过在 Apache Pluto 2.0 平台上开发和部署 JSR 286 Portlet 应用程序， 向读者介绍 JSR 286 Portlet 资源服务和新增的交互功能：事件和共享呈现参数。
&lt;img src ="aggbug/2634037.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>JSR 286 Portlet 的新特性，第 1 部分: Portlet 2.0 新特性介绍</title><link>http://blog.csdn.net/phantomhu/archive/2008/07/10/2632850.aspx</link><pubDate>Thu, 10 Jul 2008 10:40:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/07/10/2632850.aspx</guid><wfw:comment>comments/2632850.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/07/10/2632850.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2632850.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2632850</trackback:ping><description>对 JSR 168 进行了简单的回顾，并对 JSR 286 最终草案所提供的新特性包括事件、共享呈现参数、资源服务、过滤器以及 portlet 窗口等新概念进行了详细地介绍。
&lt;img src ="aggbug/2632850.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>使用 Spring 2 Portlet MVC 框架构建 Portlet 应用</title><link>http://blog.csdn.net/phantomhu/archive/2008/05/05/2393217.aspx</link><pubDate>Mon, 05 May 2008 14:07:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/05/05/2393217.aspx</guid><wfw:comment>comments/2393217.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/05/05/2393217.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2393217.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2393217</trackback:ping><description>Spring 除了支持传统的基于 Servlet 的 Web 开发之外，也支持 JSR 168 Portlet 的开发。Spring Portlet MVC 框架尽可能多地继承了 Spring Servlet MVC 框架技术，使用了相同的底层表现层抽象和整合技术。同时，由于 JSR 168 Portlet 独特的工作流程，Spring Portlet MVC 框架的使用过程较之 Spring Servlet MVC 框架，存在一些差异。并且，针对 Portlet 应用，同 Spring 1.x 相比，Spring 2.x 在 Bean 的定义方面存在特性的增强。本文的目的就是通过开发和部署一个基于 Spring 2.x 的 Portlet 应用，向读者介绍利用 Spring 2.x 进行 Portlet MVC 应用开发的要点和关键流程。 
&lt;img src ="aggbug/2393217.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>用 Apache Pluto 编写 portlet 并将其部署到 Apache Geronimo 中</title><link>http://blog.csdn.net/phantomhu/archive/2008/03/04/2146672.aspx</link><pubDate>Tue, 04 Mar 2008 14:23:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/03/04/2146672.aspx</guid><wfw:comment>comments/2146672.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/03/04/2146672.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2146672.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2146672</trackback:ping><description>Portlet 是功能强大的工具，可用于从多个位置聚合数据，整合各种应用程序，以及为多组用户提供一致的工作区。Apache Pluto 是 Portlet 规范的参考实现，因此可用来测试正在开发中的 portlet。本文将教您如何在 Apache Geronimo 服务器内安装和配置 Pluto portlet 容器。
&lt;img src ="aggbug/2146672.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>在 Geronimo 中管理 Apache Pluto</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/03/2079398.aspx</link><pubDate>Sun, 03 Feb 2008 09:43:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/03/2079398.aspx</guid><wfw:comment>comments/2079398.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/03/2079398.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2079398.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2079398</trackback:ping><description>Portal 和 portlet 技术开发是目前开发中所采用的热门技术，尤其是在开发支持 Web 2.0 的应用程序。Apache Pluto 项目是 Java™ Portlet Specification 的参考实现，它最初是通过 Java Community Process 和 Java Specification Request (JSR) 168 创建的。该规范定义了用 Java 编程语言开发门户和 portlet 组件的指导信息。该规范被视为传统门户的通用标准和构建可移植 Web 应用程序的框架。了解如何结合使用 Pluto 项目与 Apache Geronimo 的 Java Platform, Enterprise Edition (Java EE) 平台为使用门户和 portlet 构建可自定义的和可管理的系统来创建具有高度灵活性且功能强大的环境。&lt;img src ="aggbug/2079398.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>