<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>设计模式</title>
<link>/java/sjms/</link>
<description>JAVA技术 / 设计模式</description>
<language>zh-cn</language>
<generator>www.svn8.com</generator>
<webmaster>brois@126.com</webmaster>
<item>
    <title>JCookie-基于JQuery的Cookie增强插件</title>
    <link>/java/sjms/20081129/1554.html</link>
    <description>&amp;nbsp; JQuery中的cookie 插件，太过于简单，只是对cookie做一个简单的封装，在实际应用中还需要做大量的工作。所以一直想做一个增强型的cookie插件，更方便使用。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 从需求的角度讲，在电子商务应用当中，cookie的灵活应用</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Restlet 1.1.0：改进的灵活性和规范支持</title>
    <link>/java/sjms/20081129/1553.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; Restlet是一个用来构建REST-ful应用的Java框架，它在上周发布了1.1.0版（该版本是自2007年4月以来第一个主要的发布），这标志着其到达了一个新的里程碑。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.0发布包括大量重要的变化，Noelios Techno</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>struts2.0的标签库（简介）</title>
    <link>/java/sjms/20081129/1552.html</link>
    <description>&amp;nbsp; 用过struts1.x的人都知道，标签库有html、bean、logic、tiles，而struts2.0里的标签却没有分类，只用在jsp头文件加上&amp;lt;%@ taglib prefix=&amp;quot;s&amp;quot; uri=&amp;quot;/struts-tags&amp;quot; %&amp;gt;就能使用struts2.0的标签库
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>为什么要用spring</title>
    <link>/java/sjms/20081129/1551.html</link>
    <description>为什么要用spring, 下面我从几个非常常用的方面来分析一下. 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Spring是基于j2ee框架. 他站在非常实用的角度帮助程序员解决了很多不需要程序员搞和程序员一直重复搞的问题. 下面我只讲能节省我们工作的地方以使得大家对spring</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>struts1加载spring的两种方式</title>
    <link>/java/sjms/20081129/1550.html</link>
    <description>第一种：通过web.xml配置加载spring上下文环境，其配置方式如下：
web.xml
&amp;lt;context-param&amp;gt;
&amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt;
&amp;lt;param-value&amp;gt;/WEB-INF/applicationContext.xml&amp;lt;/param-value&amp;gt;
&amp;lt;/context-param&amp;gt;
通过l</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>综合比较针对访问量不大得应用，ext还是很合适</title>
    <link>/java/sjms/20081129/1549.html</link>
    <description>在网上找了很多资料，这里重新整理一下。 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Spket IDE是目前支持Ext 2.0最为出色的IDE。 它采用.jsb project file 文件并将继承于基类和所有文档的内容嵌入到生成代码提示的Script doc中。由于Spket只是一个单纯的编辑器，没</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Spring框架人气暴涨 简洁高效是关键</title>
    <link>/java/sjms/20081129/1547.html</link>
    <description>&amp;nbsp;&amp;nbsp; 11月22日消息，据市场分析机构Evans Data的一项调查报告显示，接近半数的Java企业使用了轻量级开源Java框架Spring.另外，73%的受访机构表示，它们有的已经在使用 Spring框架，有的则计划在两年之内使用它。这些机构在企业应用开发过程中使用Spring框架的关</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Struts2中action和field级别错误处理</title>
    <link>/java/sjms/20081129/1548.html</link>
    <description>&amp;nbsp;在struts2中，一般的action都继承ActionSupport这个类，可以重写public void validate（）来进行数据校验，对应提示信息来说一般有两个比较常用的方法就是this.addFieldError（&amp;quot;field name&amp;quot;，&amp;quot;error message&amp;quot;）； 和 this.addActionError（&amp;q</description>
    <pubDate>2008-11-29</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>使用Servicemix(ESB)发布一个外部的WebService [2]</title>
    <link>/java/sjms/20080916/981.html</link>
    <description>11，运行Servicemix
&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;运行cmd，然后启动servicemix服务
&amp;nbsp;

&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;等待服务完全开启。
&amp;nbsp;

&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;</description>
    <pubDate>2008-09-16</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>使用Servicemix(ESB)发布一个外部的WebService </title>
    <link>/java/sjms/20080916/980.html</link>
    <description>首先我们需要了解一下相关概念，什么SOA，什么是ESB
&amp;nbsp;
面向服务的体系结构（Service-Oriented Architecture，SOA）是一个组件模型，它将应用程序的不同功能单元（称为服务）通过这些服务之间定义良好的接口和契约联系起来。
接口是采用中立的方式进行定义的，它</description>
    <pubDate>2008-09-16</pubDate>
    <category>设计模式</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>

</channel>
</rss>
