<?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/it_man" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/it_man" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 10 Mar 2009 19:40:00 GMT</lastBuildDate><title>it_man的专栏</title><description>释放你的能量</description><link>http://blog.csdn.net/it_man/</link><item><title>FckEditor中文配置手册详细说明</title><link>http://blog.csdn.net/it_man/archive/2009/03/10/3977441.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3977441.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3977441.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3977441</trackback:ping><description>首先,FCKEDITOR的性能是非常好的,用户只需很少的时间就可以载入FCKEDITOR所需文件.对于其他在线编辑器来说,这几乎是个很难解决的难题,因为在开启编辑器时需要装载太多的文件.比如CUTEEDITOR,虽然功能比FCKEDITOR还要强大,可是,它本身也够庞大了,至于FREETEXTBOX等,其易用性与FCKEDITOR相比,尚有差距,可以说,FCKEDITOR是一个别具匠心的在线编辑器,它里面融入了作者高深的面向对象的JAVASCRIPT功力,集易用性与强大的功能与一体. 
&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3977441.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Mar 2009 03:40:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/03/10/3977441.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/03/10/3977441.aspx</guid><dc:creator>布风</dc:creator></item><item><title>乱弹ExtJS</title><link>http://blog.csdn.net/it_man/archive/2009/03/05/3961043.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3961043.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3961043.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3961043</trackback:ping><description>1、第一只“出海”的YUI-Ext只是作者Jack打算对基于BSD协议的Yahoo!UI库进行自定义的扩展，但后来一度风头盖过其父辈YUI，足以说明 大家对它的热情，很多人把它投入项目人并不十分了解它。分析人士打了一比喻：就好比尚未谋面， 并不了解一个人的家庭、教育、品行等背景，只因为他有一副精致漂亮的外观，就对其陷入了疯狂的倾慕之中。因此分析人士建议，在投入项目前，要认真仔细地了 解EXT的内在原理和与其他Ajax库不同地方。
&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3961043.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Mar 2009 05:32:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/03/05/3961043.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/03/05/3961043.aspx</guid><dc:creator>布风</dc:creator></item><item><title>ext项目总结</title><link>http://blog.csdn.net/it_man/archive/2009/03/05/3961016.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3961016.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3961016.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3961016</trackback:ping><description>用户访问超时 

解决两种情况下的用户访问超时。
a）普通http请求的session超时。
b）异步http请求的session超时，使用ext后大部分的界面刷新都是异步的ajax请求。

不管是那种类型的http请求总是可以由一个过滤器来捕捉。
分类：普通http请求的header参数中没有x-requested-with:XMLHttpRequest头信息，而异步的有。
其实对于常见的ajax框架，header中还有标示自己身份的header信息。

&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3961016.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Mar 2009 05:23:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/03/05/3961016.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/03/05/3961016.aspx</guid><dc:creator>布风</dc:creator></item><item><title>quartz 在WEB中应用小结</title><link>http://blog.csdn.net/it_man/archive/2009/02/15/3893296.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3893296.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3893296.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3893296</trackback:ping><description>有时需要在不停止web服务的情况下修改任务的执行时间格式，网上的资料大多是在使用spring框架支持时如何动态管理时间格式的介绍。在使用spring支持时可以，不使用spring时更加简单。 

动态时间管理的关键是要共享调度管理器对象Scheduler，我们可以在最初加载任务调度的时候将它添加到servlet上下文中。&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3893296.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 16 Feb 2009 00:43:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/02/15/3893296.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/02/15/3893296.aspx</guid><dc:creator>布风</dc:creator></item><item><title>CXF 2.1 正式发布了</title><link>http://blog.csdn.net/it_man/archive/2009/01/29/3854396.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3854396.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3854396.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3854396</trackback:ping><description>Apache CXF是一个开放原码服务框架。CXF可以让你像JAX-WS使用前端编程的API一样帮助您建立和发展服务。这些服务支持各种协议，如SOAP, XML/HTTP, RESTful HTTP, 或CORBA 和用于传输信息的，如HTTP, JMS 或 JBI. &lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3854396.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 Jan 2009 21:38:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/01/29/3854396.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/01/29/3854396.aspx</guid><dc:creator>布风</dc:creator></item><item><title>网站安全性问题,地址栏安全性问题,Web 应用URL问题</title><link>http://blog.csdn.net/it_man/archive/2009/01/17/3818452.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3818452.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3818452.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3818452</trackback:ping><description>Java Web 应用似乎总有这样的情况，有事没事总是要在 URL 后面加上个 jsessionid，而且似乎不能使用配置的方式直接禁用 URL 传递 sessionid，这样，就比较容易造成安全性的问题，或者在浏览器地址栏里留下一堆很不好看的地址，在 Struts2 中，使用了 url 标签的所有链接，甚至 CSS, JS 这样的东西，都会加上 jsessionid，如何去禁用呢，搜索国内的相关文章，无功而返，询问我们过去的架构师，也没有做过，只好想办法去找国外的网站，找到了这样的一篇文章。
&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3818452.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 18 Jan 2009 04:32:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/01/17/3818452.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/01/17/3818452.aspx</guid><dc:creator>布风</dc:creator></item><item><title>SiteMesh</title><link>http://blog.csdn.net/it_man/archive/2009/01/17/3817347.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3817347.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3817347.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3817347</trackback:ping><description>OS(OpenSymphony)的SiteMesh是一个用来在JSP中实现页面布局和装饰（layout and decoration） 
的框架组件，能够帮助网站开发人员较容易实现页面中动态内容和静态装饰外观的分离。 

       Sitemesh是由一个基于Web页面布局、装饰以及与现存Web应用整合的框架。它能帮助我们在由大 
量页面构成的项目中创建一致的页面布局和外观，如一致的导航条，一致的banner，一致的版权，等等。 
它不仅仅能处理动态的内容，如jsp，php，asp等产生的内容，它也能处理静态的内容，如htm的内容， 
使得它的内容也符合你的页面结构的要求。甚至于它能将HTML文件象include那样将该文件作为一个面板 
的形式嵌入到别的文件中去。所有的这些，都是GOF的Decorator模式的最生动的实现。尽管它是由java语言来实现的，但它能与其他Web应用很好地集成。 
&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3817347.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 18 Jan 2009 03:42:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/01/17/3817347.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/01/17/3817347.aspx</guid><dc:creator>布风</dc:creator></item><item><title>DisplayTag分页标签应用指南(转)</title><link>http://blog.csdn.net/it_man/archive/2009/01/17/3816589.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3816589.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3816589.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3816589</trackback:ping><description>本文详细介绍Web开发设计中的：DisplayTag应用指南，DisplayTag是一个非常好用的表格显示标签，适合MVC模式&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3816589.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 18 Jan 2009 03:08:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/01/17/3816589.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/01/17/3816589.aspx</guid><dc:creator>布风</dc:creator></item><item><title>关于Freemarker生成静态html文件及中文乱码的问题</title><link>http://blog.csdn.net/it_man/archive/2009/01/17/3808697.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3808697.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3808697.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3808697</trackback:ping><description>FreeMarker允许Java servlet保持图形设计同应用程序逻辑的分离，这是通过在模板中密封HTML完成的。模板用servlet提供的数据动态地生成 HTML。模板语言是强大的直观的，编译器速度快，输出接近静态HTML页面的速度。
　　FreeMarker是一个模板引擎，一个基于模板生成文本输出的通用工具，使用纯Java编写
　　FreeMarker被设计用来生成HTML Web页面，特别是基于MVC模式的应用程序
　　虽然FreeMarker具有一些编程的能力，但通常由Java程序准备要显示的数据，由FreeMarker生成页面，通过模板显示准备的数据
　　FreeMarker不是一个Web应用框架，而适合作为Web应用框架一个组件
　　FreeMarker与容器无关，因为它并不知道HTTP或Servlet；FreeMarker同样可以应用于非Web应用程序环境
　　FreeMarker更适合作为Model2框架（如Struts）的视图组件，你也可以在模板中使用JSP标记库
　　FreeMarker是免费的&lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3808697.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 17 Jan 2009 19:38:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/01/17/3808697.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/01/17/3808697.aspx</guid><dc:creator>布风</dc:creator></item><item><title>Struts2教程1：第一个Struts2程序</title><link>http://blog.csdn.net/it_man/archive/2009/01/11/3753277.aspx</link><wfw:comment>http://blog.csdn.net/it_man/comments/3753277.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/it_man/comments/commentRss/3753277.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3753277</trackback:ping><description>Struts2虽然在大版本号上是第二个版本，但基本上在配置和使用上已经完全颠覆了Struts1.x的方式（当然，Struts2仍然是基于MVC模式的，也是动作驱动的，可能这是唯一没变的东西）。Struts2实际上是在Webwork基础上构建起来的MVC框架。我们从Struts2的源代码中可以看到，有很多都是直接使用的xwork(Webwork的核心技术)的包。既然从技术上来说Struts2是全新的框架，那么就让我们来学习一下这个新的框架的使用方法。 &lt;img src =&quot;http://blog.csdn.net/it_man/aggbug/3753277.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 12 Jan 2009 01:02:00 +0800</pubDate><author>布风</author><comments>http://blog.csdn.net/it_man/archive/2009/01/11/3753277.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/it_man/archive/2009/01/11/3753277.aspx</guid><dc:creator>布风</dc:creator></item></channel></rss>