<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/rich1979" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/rich1979" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 08 Jun 2006 13:20:00 GMT</lastBuildDate><title>rich1979的专栏</title><link>http://blog.csdn.net/rich1979/</link><item><title>一个用于J2EE应用程序的异常处理框架</title><link>http://blog.csdn.net/rich1979/archive/2006/06/08/780116.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/780116.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/780116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=780116</trackback:ping><description>　　在大多数Java项目中，大部分代码都是样板代码。异常处理就属于此类代码。即使业务逻辑只有3到4行代码，用于异常处理的代码也要占10到20行。本文将讨论如何让异常处理保持简单和直观，使开发人员可以专心于开发业务逻辑，而不是把时间浪费在编写异常处理的样板代码上。本文还将说明用于在J2EE环境中创建和处理异常的基础知识和指导原则，并提出了一些可以使用异常解决的业务问题。本文将使用Struts框架作为表示实现，但该方法适用于任何表示实现。&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/780116.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 08 Jun 2006 21:20:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/06/08/780116.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/06/08/780116.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>短消息网关通信模块的设计与实现【转载】</title><link>http://blog.csdn.net/rich1979/archive/2006/05/08/712473.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/712473.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/712473.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=712473</trackback:ping><description>短消息网关通信模块的设计与实现
&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/712473.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 08 May 2006 17:56:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/05/08/712473.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/05/08/712473.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>短消息网关通信模块的设计与实现【转载】</title><link>http://blog.csdn.net/rich1979/archive/2006/05/08/712474.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/712474.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/712474.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=712474</trackback:ping><description>短消息网关通信模块的设计与实现
&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/712474.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 08 May 2006 17:56:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/05/08/712474.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/05/08/712474.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>用Java2标准版本(J2SE)1.4进行Internet安全编程</title><link>http://blog.csdn.net/rich1979/archive/2006/04/20/670326.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/670326.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/670326.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=670326</trackback:ping><description>任何在计算机网络或者 Internet 中传输的消息都可能被拦截，其中不乏一些比较敏感的内容，如信用卡号或者其它一些私人数据。为了更好的在企业环境和电子商务中使用 Internet，应用软件必须使用加密、验证和安全的通信协议来保护用户的数据安全。安全超文本传输协议 (secure Hypertext Transfer Protocol, HTTPS) 是建立于安全套接层 (Secure Sockets Layer, SSL) 上的 HTTP，它已经成功的应用于电子商务。

　　Java 安全套接扩展 (Java Secure Socket Extension, JSSE) 使 Internet 安全通信成为现实。它是 100% 纯 Java 实现的 SSL 框架。这个包让 Java 开发人员能够开发安全的网络应用；为基于 TCP/IP 的何应用协议，如 HTTP、FTP、Telnet、或者 NTTP，在客户端和服务器端之间建立安全的数据通道。

这篇文章从概览 SSL 开始，然后告诉你如何进行下列内容：

1.使用 JSSE 的 API 
2.在你的 C/S 应用程序中结&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/670326.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Apr 2006 20:14:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/04/20/670326.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/04/20/670326.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>用Java实现断点续传</title><link>http://blog.csdn.net/rich1979/archive/2006/04/20/670324.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/670324.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/670324.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=670324</trackback:ping><description>摘要：用Java实现断点续传&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/670324.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Apr 2006 20:11:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/04/20/670324.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/04/20/670324.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>21CN发力3G 推出免费WAP门户</title><link>http://blog.csdn.net/rich1979/archive/2006/01/26/588816.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/588816.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/588816.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=588816</trackback:ping><description>21CN发力3G 推出免费WAP门户(3G.21cn.com)&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/588816.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jan 2006 19:50:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/01/26/588816.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/01/26/588816.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>SP专业术语</title><link>http://blog.csdn.net/rich1979/archive/2006/01/24/587456.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/587456.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/587456.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=587456</trackback:ping><description>相信从事无线技术的相关人员经常都会听到很多术语,简写,很少有人知道全部的意思,这里进行了一些归纳整理,相信对大家有一些帮助&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/587456.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 24 Jan 2006 21:38:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2006/01/24/587456.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2006/01/24/587456.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>究竟什么是web2.0?</title><link>http://blog.csdn.net/rich1979/archive/2005/12/29/565023.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/565023.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/565023.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=565023</trackback:ping><description>随着blog、sns、rss、wiki的发展和崛起，web2.0这个新概念被越来越多开始提及，有人说web2.0是web1.0的终结者，也有人web2.0将掀起互联网新的一轮高潮！还有人说Web 2.0 正在让互联网逐渐找回Internet的真正含义：平等、交互，去中心化。你不应该只是互联网的读者，你也应该是互联网的作者；你不该只是在互联网上冲浪，你本身就是波浪制造者…… 互联网最不缺的就是概念。但像Web2.0这样受人追捧，却难以准确定义的概念还真不多。尽管如此，有了新概念还是一定要往上靠的，这也是互联网从诞生起就惯有的传统。 那么究竟什么是web2.0呢?笔者想在这里从以下几个方面与大家一起进行探讨探讨。&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/565023.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 Dec 2005 20:23:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2005/12/29/565023.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2005/12/29/565023.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>java中如何实现文件打包上传以及自动解压</title><link>http://blog.csdn.net/rich1979/archive/2005/12/29/565020.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/565020.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/565020.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=565020</trackback:ping><description>本文用一个实例讲述了在java中如何实现文件打包上传以及自动解压&lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/565020.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 Dec 2005 20:16:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2005/12/29/565020.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2005/12/29/565020.aspx</guid><dc:creator>rich1979</dc:creator></item><item><title>国产Ajax框架-Buffalo 介绍以及快速上手</title><link>http://blog.csdn.net/rich1979/archive/2005/12/28/563666.aspx</link><wfw:comment>http://blog.csdn.net/rich1979/comments/563666.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/rich1979/comments/commentRss/563666.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=563666</trackback:ping><description>Ajax正开始大行其道，Sun的Blueprints中已经开始包括ajax的支持。但是直接使用XMLHTTP在大多数情况下编程并不容易。Buffalo使得这一过程更加容易。Buffalo首先是burlap协议的JavaScript实现，但是他为Amowa(面向异步消息的Web应用)/Ajax提供了更多的支持。开发者可以使用Buffalo为web应用更加容易的添加Amowa/Ajax特性；另外，随着开发者的要求，Buffalo开始逐渐加入了Web元素，使得Buffalo逐渐向一个全功能的、新型的Web框架逐渐靠近。 

针对初次接触buffalo的开发者，提供一个一分钟的快速教程，让开发能够迅速掌握buffalo的开发。任何一个教程都是从Hello, World开始，我们也不例外。为了演示Buffalo的基本功能，以及如何使用Buffalo, 看起来没有比这更简单的例子了~ &lt;img src =&quot;http://blog.csdn.net/rich1979/aggbug/563666.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 28 Dec 2005 18:35:00 +0800</pubDate><author>rich1979</author><comments>http://blog.csdn.net/rich1979/archive/2005/12/28/563666.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/rich1979/archive/2005/12/28/563666.aspx</guid><dc:creator>rich1979</dc:creator></item></channel></rss>