<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/feedsky2.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.feedsky.com/javajia" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feed.feedsky.com/javajia" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 11 May 2008 03:24:45 GMT</lastBuildDate><title>Java中文门户-Java家</title><description>一切与java相关的</description><image><url>http://www.feedsky.com/images/feedsky_logologo.gif</url><title>Java中文门户-Java家</title><link>http://www.javajia.com/index.php/component/content/frontpage.html</link></image><link>http://www.javajia.com/index.php/component/content/frontpage.html</link><language>zh-cn</language><pubDate>Mon, 12 May 2008 04:49:43 GMT</pubDate><dc:date>2008-05-12T04:49:43Z</dc:date><dc:language>zh-cn</dc:language><item><title>使用 Acegi 保护 Java 应用程序，第 5 部分: 保护 JSF 应用程序中的 JavaBean</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207509/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0700.JPG&quot;&gt;Bilal Siddiqui 在这篇文章中总结了本系列，演示了如何用 Acegi 在 JSF 应用程序中保护对 JavaBean 的访问。可以使用多种方式配置安全 bean，包括直接在 JSF 标签中使用受 Acegi 保护的反转控制（IOC）bean。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:45 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/46-JSF/3814.html</guid><fs:srclink>http://www.javajia.com/index.php/article/46-JSF/3814.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207509/4354465</fs:itemid></item><item><title>IBM WebSphere Enterprise Service Bus V6.1 中的聚合功能，第 2 部分: 服务调用</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207510/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0653.JPG&quot;&gt;IBM WebSphere Enterprise Service Bus 中介原语是一些可以重用的构建块，应用程序开发人员用这些构建块可以构建中介流。本系列共分三部分，本文是其中的第 2 部分，将详细介绍新服务调用中介原语的高级配置注意事项，此中介原语允许中介流从中介流中调用服务。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:42 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/39-Java/3813.html</guid><fs:srclink>http://www.javajia.com/index.php/article/39-Java/3813.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207510/4354465</fs:itemid></item><item><title>基于 JFace Text Framework 构建全功能代码编辑器: 第 9 部分：Template</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207511/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0640.JPG&quot;&gt;Template（模版）是可以用来快速添加某种固定形式的代码，提高代码编辑的速度。模版和 JTF 的其它特性有或多或少的联系，比如内容提示，比如标注。本文介绍模版的相关概念，并给出一个简单的实现。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:39 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/39-Java/3812.html</guid><fs:srclink>http://www.javajia.com/index.php/article/39-Java/3812.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207511/4354465</fs:itemid></item><item><title>使用 XStream 把 Java 对象序列化为 XML</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207512/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0781.JPG&quot;&gt;XML 序列化用处很多，包括对象持久化和数据传输。但是一些 XML 序列化技术实现起来可能很复杂。XStream 是一个轻量级的、简单易用的开放源代码 Java 库，用于将 Java 对象序列化为 XML 或者再转换回来。了解如何设置 XStream，如何使用它序列化和逆序列化对象以及从 XML 配置文件读取配置属性。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:36 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/53-Java-XML/3811.html</guid><fs:srclink>http://www.javajia.com/index.php/article/53-Java-XML/3811.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207512/4354465</fs:itemid></item><item><title>使用面向服务分解技术来满足架构目标</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207513/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0740.JPG&quot;&gt;在本文中，设计了一组定义企业架构蓝图的服务，以使用层次结构的分解方法来支持业务目标。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:33 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/72-soa/3810.html</guid><fs:srclink>http://www.javajia.com/index.php/article/72-soa/3810.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207513/4354465</fs:itemid></item><item><title>打造可靠的 Ajax 应用程序: 第 1 部分：构建前端</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207514/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0693.JPG&quot;&gt;如今，Ajax 仍然是业界的热门字眼，越来越多的应用程序都采用 Ajax 技术构建。然而，构建一个好的应用程序并不容易。本文将着重讨论如果构建直观易用的受 Ajax 驱动的应用程序。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:29 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/39-Java/3809.html</guid><fs:srclink>http://www.javajia.com/index.php/article/39-Java/3809.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207514/4354465</fs:itemid></item><item><title>XML 和数据模型的扩展性</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207515/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0731.JPG&quot;&gt;本文的主要目的不是在这里和大家讨论数据模型的概念以及数据模型的创建方法什么的，这里着重想要探讨的是数据模型的扩展性的问题。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:25 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/53-Java-XML/3808.html</guid><fs:srclink>http://www.javajia.com/index.php/article/53-Java-XML/3808.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207515/4354465</fs:itemid></item><item><title>利用 WAS V6.1 开发安全可靠的 Web Services，第 1 部分：开发基于 JAX-WS 的 Web Services</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207516/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0762.JPG&quot;&gt;随着 Web Services 在业界的应用越来越广泛，其安全性和可靠性也日益受到人们关注。WS-Security 规范保证了消息的完整性和机密性。WS-Security 规范也描述了如何利用安全令牌来进行身份认证。WS-Reliable Messaging 规范使得分布式的应用程序在系统，网络失败时仍然可以进行可靠的消息传输。
本系列文章介绍了如何利用 WebSphere Application Server V6.1 和 feature pack for web service 实现 WS-Security 和 WS-Reliable Messaging。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:24:22 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/39-Java/3807.html</guid><fs:srclink>http://www.javajia.com/index.php/article/39-Java/3807.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207516/4354465</fs:itemid></item><item><title>企业门户简介：为何有益于IT和业务</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207517/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0793.JPG&quot;&gt;　　本文将探讨企业门户领域以及它能够解决的问题。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:23:24 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/42-Weblogic/3806.html</guid><fs:srclink>http://www.javajia.com/index.php/article/42-Weblogic/3806.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207517/4354465</fs:itemid></item><item><title>SOA和虚拟化：如何相互协作？</title><link>http://item.feedsky.com/~feedsky/javajia/~6246521/73207518/4354465/1/item.html</link><description>&lt;!--ff5b3900--&gt;&lt;img style=&quot;float:left;&quot; src=&quot;http://www.javajia.com/images/stories/mountain/0796.JPG&quot;&gt;　　本白皮书将探究面向服务的架构（SOA）和虚拟化，并介绍如何通过虚拟化技术实现SOA的灵活性承诺。</description><category>frontpage</category><pubDate>Sun, 11 May 2008 11:23:22 +0800</pubDate><guid isPermaLink="false">http://www.javajia.com/index.php/article/72-soa/3805.html</guid><fs:srclink>http://www.javajia.com/index.php/article/72-soa/3805.html</fs:srclink><fs:srcfeed>http://www.javajia.com/index.php?format=feed&amp;type=rss</fs:srcfeed><fs:itemid>feedsky/javajia/~6246521/73207518/4354465</fs:itemid></item></channel></rss>