<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>J2EE</title>
<link>/java/J2EE/</link>
<description>JAVA技术 / J2EE</description>
<language>zh-cn</language>
<generator>www.svn8.com</generator>
<webmaster>brois@126.com</webmaster>
<item>
    <title>swing布局设计及事件监听和javabean数据管理事例</title>
    <link>/java/J2EE/20081205/1602.html</link>
    <description>/*
&amp;nbsp;*这是一个关于菜单以及事件监听器的例子
&amp;nbsp;*其中包含了 JMenu JTable JToolBar&amp;nbsp; 等控件的使用
&amp;nbsp;*本例子用的是access，请先建立txb.mdb
&amp;nbsp;*由不足之处请指教：shengshuai@126.com 
&amp;nbsp;*/
import java.net.*;
import java.io.*;
import jav</description>
    <pubDate>2008-12-05</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE学习经验和流程</title>
    <link>/java/J2EE/20081205/1601.html</link>
    <description>&amp;nbsp;
在这里我谈谈我在学习j2ee流程，并谈到在此过程中领会的经验和教训。以便后来者少走弯路。 
　　Java发展到现在，按应用来分主要分为三大块：J2SE,J2ME和J2EE。这三块相互补充，应用范围不同
。 
　　J2SE就是Java2的标准版，主要用于桌面应用软件的编程；</description>
    <pubDate>2008-12-05</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于redsaga放出的subversion文档的声明</title>
    <link>/java/J2EE/20081205/1600.html</link>
    <description>redsaga放出的一篇OpenDoc,《新一代版本控制系统 Subversion 》，是台湾 plasmaball@pchome.com.tw先生的译作，原作为http://svnbook.red-bean.com/. 繁体中文的翻译可以在这里找到：http://freebsd.sinica.edu.tw/~plasma/svnbook/。 我只是进行了从繁体中文转化为简体</description>
    <pubDate>2008-12-05</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ajax 进行Post传值和Get传值</title>
    <link>/java/J2EE/20081203/1584.html</link>
    <description>以下AJAX post 传值 
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;
&amp;lt;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;
function sav</description>
    <pubDate>2008-12-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>用 2 个函数实现 Ajax</title>
    <link>/java/J2EE/20081203/1583.html</link>
    <description>&amp;nbsp; Ajax 技术现在好多人懂了，但用的时候，代码五花八门，不易理解和维护。现在已经有一些 Ajax 框架，做的很不错，例如较早的 xAjax（PHP下的），还有现在的 jQuery、Dhtml 等。但因为框架要考虑通用性和兼容性等，实现起来叠床架屋的，比较复杂。对于我们一些小应</description>
    <pubDate>2008-12-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ajax验证用户名是否存在</title>
    <link>/java/J2EE/20081203/1582.html</link>
    <description>&amp;nbsp;&amp;nbsp; 在注册的时候,常会进行用户名验证,如果输入的用户名已经存在,立刻给出提示而不是等信息填写完后进行验证,如果输入信息很多的话,不仅信息会丢失,并且会进行一次回传,很恼火,那么注册的时候使用Ajax验证一下,就可以避免这些问题了,下面给出最简单的使用示例,</description>
    <pubDate>2008-12-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>使用 ajax 提交数据</title>
    <link>/java/J2EE/20081203/1581.html</link>
    <description>var&amp;nbsp;Ajax&amp;nbsp;=&amp;nbsp;{

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;xmlHttp:&amp;quot;&amp;quot;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getYear:function(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&amp;nbsp;document.getElementById(&amp;quot;SY&amp;quot;).selectedIndex+1900+&amp;quot;&amp;quot;;
&amp;nbs</description>
    <pubDate>2008-12-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>用SAAJ解决SOA集成问题</title>
    <link>/java/J2EE/20081124/1483.html</link>
    <description>面向服务的架构(SOA)和面向服务的集成(SOI)得到了广泛的应用，并且有一种需求变得越来越明显:业务需要集成系统，并允许消费者利用基于标准的方法访问服务。SOA是一种架构范例。在这种架构中，可重用的业务逻辑表现为包含基于标准的、定义良好的接口的服务集，并且可以以</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>“Spring”的名词解释</title>
    <link>/java/J2EE/20081124/1482.html</link>
    <description>Spring是一个分层构架，意思是你可以选择只用它的一部分，而不影响其他。它的构架体系是内部相容的。所以，你将会在你的学习曲线中获得最大价值。 
例如，你可以选择只用Spring 的JDBC 单一应用或者用Spring 管理你的业务对象。 
Spring 可以有效的组织你的中间层对象</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE新手入门：“Hibernate”名词解释</title>
    <link>/java/J2EE/20081124/1481.html</link>
    <description>Hibernate 是什么？从不同角度的解释： 
1、它是连接 Java 应用程序和关系数据库的中间件。 
2、它对 JDBC API 进行了封装，负责Java对象的持久化。 
3、在分层的软件架构中它位于持久化层，封装了所有数据访问细节，使业务罗基层可以专注于实现业务逻辑。 
4、它是</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>web开发中的缓存问题的研究</title>
    <link>/java/J2EE/20081124/1480.html</link>
    <description>一般情况下，浏览器都会缓存已经访问过的页面内容，关于如何禁止浏览器缓存的介绍,在网上到处都有相关的文章,但是,关于浏览器如何利用缓存,如何处理缓存的讲解,却鲜有人谈及.我一直为这个问题所困惑,这个问题也是绝大多数有经验的WEB开发人员所共同面临的问题，我有些朋</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>深入探讨 Spring 与 Struts 的集成方案</title>
    <link>/java/J2EE/20081124/1479.html</link>
    <description>Spring是一个轻量级(大小和系统开支的角度)的IoC和AOP容器.它力图简化J2EE开发即J2EE without EJB.而且作为帮助企业级开发的核心支柱,Spring为模型层(OR持久层:Hibernate、JDO、iBatis等)服务层(EJB、JNDI、WebService)以及表现层(Struts、JSF、Velocity)都提供了良好的</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>基于Web2.0的AJAX十大安全漏洞以及成因</title>
    <link>/java/J2EE/20081124/1478.html</link>
    <description>JavaScript包含的Ajax是Web2.0应用的一个重要组成部分。该部分的进化发展使网络变成了超级平台。该转变同时也催生了新品种的病毒和蠕虫，比如Yamanner,Samy 以及Spaceflash等等。Google,Netflix,Yahoo 以及MySpace等门户网站在过去的几个月里都因为新的漏洞而蒙受一定损</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>快速、简便的使用AJAX技术操作的三部曲</title>
    <link>/java/J2EE/20081124/1477.html</link>
    <description>其实AJAX并不复杂，自从AJAX技术出来后，天花乱坠的框架纷纷出台，搞得技术开发人员无从下手，baidu google里也有很多例子，大都是非常复杂。 

其实就web开发而言，AJAX技术只是一个配合，完全没有必要本末倒置，是一种页面优化的技术，也就是说，如何去优化我们的web</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Struts构架中的Session对象创建和控制</title>
    <link>/java/J2EE/20081124/1476.html</link>
    <description>首先谈一下对session对象在web开发中的创建以及sessionId生成并返回客户端的运行机制. 
session对象当客户端首次访问时,创建一个新的session对象.并同时生成一个sessionId,并在此次响应中将sessionId以响应报文的方式些回客户端浏览器内存或以重写url方式送回客户端,来</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE程序员应该掌握的Linux系统的知识</title>
    <link>/java/J2EE/20081124/1475.html</link>
    <description>大型J2EE应用都在建构在linux环境下的。开发环境下我们可以通过samba映射成本地的网络驱动器，直接在windows环境下进行编程调试。但是最后的发布还是要到linux环境，同时我们对网上web服务器和数据库服务器的应用管理(比如自动脚本发布等），应用监控（web服务是否正常</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>struts标签使用举例-logic</title>
    <link>/java/J2EE/20081124/1474.html</link>
    <description>1. logic:empty 该标签是用来判断是否为空的。如果为空，该标签体中嵌入的内容就会被处理。该标签用于以下情况： 1）当Java对象为null时； 2）当String对象为&amp;quot;&amp;quot;时； 3）当java.util.Collection对象中的isEmpty()返回true时； 4）当java.util.Map对象中的isEmp</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE基础－－步入J2EE架构和过程</title>
    <link>/java/J2EE/20081124/1473.html</link>
    <description>Java2企业版（J2EE）平台由四个关键部分构成：规格说明、参考实现、兼容性测试套件和蓝图（BluePrint）计划。蓝图描绘了分布式组件架构最好的实践和设计指导方针。本文基于Rational统一过程和BluePrint示例程序介绍一个八步骤J2EE开发方法学。通过阅读这篇文章，你可以</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>比较AJAX推送与拉取方式</title>
    <link>/java/J2EE/20081124/1472.html</link>
    <description>使用Ajax可以开发出基于浏览器的具有高用户交互性和几乎不易觉察到延迟的web应用。然而，AJAX仍然受限于web请求/响应架构的弱点，使得服务器不能推送实时动态的web数据。 　　下面这些可以实现基于web的实时事件通知的方法： 1.HTTP流：这种方法由存在于不间断的HTTP连</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>讨论Ajax之所以优于JSF的原因</title>
    <link>/java/J2EE/20081124/1471.html</link>
    <description>Sun为什么会搞出一个JSF，JSF为什么会是现在这个样子，我想原因是这样的: 首先，基于组件的Web开发将来会是一个趋势。自包含的组件便于IDE的处理，可以提高开发效率。 就是说JSF优于Struts/WebWork这类MVC框架的优势，在于它可以与IDE结合来自动生成代码。 而传统的纯手</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE 组件开发：什么是消息驱动的EJB</title>
    <link>/java/J2EE/20081124/1470.html</link>
    <description>消息服务是一种在分布式应用之间提供消息传递服务的软件，具有可靠、异步、宽松结 合、语言中立、平台中立的特点，而且通常是可配置的。它的实现原理是：对发送者和 接收者之间传递的消息进行封装，并在分布式消息客户程序结合的位置加上一个软件处 理层。消息服务为消</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>用RMI和CORBA进行分布式Java编程</title>
    <link>/java/J2EE/20081124/1469.html</link>
    <description>Java远程方法调用（RMI）机制和公用对象请求代理体系（CORBA）是最重要 和使用最广泛的两种分布式对象系统。每个系统都有其特点和短处。它们在行 业中被用于从电子交易到保健医疗的各个领域。一个项目如果要从这两种分布式 机制中选用一个，往往难以抉择。本文概括地介</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>探讨struts,ajax乱码解决方案</title>
    <link>/java/J2EE/20081124/1468.html</link>
    <description>乱码问题好像跟我们中国程序员特别有缘，一直困扰着我们，从开始的JSP乱码问题，STRUTS乱码问题，到现在的AJAX乱码问题，无一不是搞得许多程序员焦头烂额的，整天骂XXX产品对中文支持不了，UTF-8无法使用中文啊什么的，其实这里面被骂的产品中其实99％以上是对中文支持</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>对EJB中Session Bean的见解</title>
    <link>/java/J2EE/20081124/1467.html</link>
    <description>一.Enterprise Beans 
在EJB（Enterprise Java Beans）中定义了两种不同类别的Enterprise Bean ： 
*会话 Bean (Session Bean) 
*实体Bean (Entity Bean) 
1. 会话 Bean (Session Bean) 
会话 Bean 是调用它的客户端代码要完成的工作。当客户端与服务器建立联系，那么一</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于 J2EE 层次设计架构实例的分析详解</title>
    <link>/java/J2EE/20081124/1466.html</link>
    <description>层（layer）这个概念在计算机领域是非常了不得的一个概念。计算机本身就体现了一种层的概念：系统调用层、设备驱动层、操作系统层、CPU指令集。每个层都负责自己的职责。网络同样也是层的概念，最著名的OSI的七层协议。&amp;nbsp;

层到了软件领域也一样好用。为什么呢？我</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE综合—Struts常见错误的全面汇总</title>
    <link>/java/J2EE/20081124/1465.html</link>
    <description>1、&amp;ldquo;No bean found under attribute key XXX&amp;rdquo;
　　在struts-config.xml里定义了一个ActionForm，但type属性指定的类不存在，type属性的值应该是Form类的全名。或者是，在Action的定义中，name或attribute属性指定的ActionForm不存在。
　　2、&amp;ldquo;Cann</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE的13种核心技术</title>
    <link>/java/J2EE/20081124/1464.html</link>
    <description>STEVEN GOULD在文中介绍了JAVA2平台企业版（J2EE）的13种核心技术：
(1)JDBC
(2)JNDI
(3)EJB
(4)RMI
(5)JSP
(6)JAVA SERVLET
(7)XML
(8)JMS
(9)JAVA IDL
(10)JTS
(11)JTA
(12)JAVAMAIL
(13)JAF
为了联系实际，GOULD基于WEBLOGIC应用服务器（来自BEA SYSTEMS公司的一种</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE设计模式之用实体组件进行数据存取</title>
    <link>/java/J2EE/20081124/1463.html</link>
    <description>1，实体组件只是EJB层中的实现选择之一。实体组件不应该被暴露给客户软件。WEB层和其他EJB客户软件绝不应该直接访问实体组件。它亿只应该与由实现应用业务逻辑的会话组件所构成的一个会话组件层打交道。这不仅保持了应用设计与实现中的灵活性，而且常常还改进了性能。</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE学习者值得研究的开源项目</title>
    <link>/java/J2EE/20081124/1462.html</link>
    <description>一、&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; JavaServlet和JSP方向
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 很多人都是从Servlet和JSP步入J2EE的。它就是J2EE的表现层，用于向客户呈现服务器上的内容。J2EE很重要的方面。不罗</description>
    <pubDate>2008-11-24</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE中的业务逻辑和数据库访问决策说明</title>
    <link>/java/J2EE/20081123/1460.html</link>
    <description>这里有2种完全不同的方法来设计JAVA企业程序，其中一种选择是采用标准EJB2实现途径（approach）。我更愿意称这种方法为重量级实现途径，当你使用重量级实现途径时你需要用会话beans（session bean）和消息驱动 beans（message-driven bean）去实现业务逻辑。你也可以使</description>
    <pubDate>2008-11-23</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Java EE 5 中文 API 文档在线阅读和操作视频</title>
    <link>/java/J2EE/20081122/1459.html</link>
    <description>本文由BeanSoft@126.com（刘长炯）原创，转载请注明出处！

最近互联网上挂起了一股到处散发广告传单，严重干扰工作学习的歪风。我想搞技术的爱国的话就多分享点资料和经验吧！这样总比那些整天只知道空谈爱国，动辄抵制XX的&amp;ldquo;爱国青年&amp;rdquo;强点。多share就是最</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Rails和java EE的整合——在 GlassFish v3中</title>
    <link>/java/J2EE/20081122/1458.html</link>
    <description>Rails和java EE的整合 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 下文将介绍一下在GlassFish v3上的Rails和java EE的整合。GlassFish v3是GlassFish V2的下一个版本，其关注的重点是模块化和使得运行非Java EE的容器和模块成为可能。 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 下面是详</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE基础应用：J2EE中SQL语句自动构造方法</title>
    <link>/java/J2EE/20081122/1457.html</link>
    <description>INSERT、DELETE、UPDATE 三种SQL语句是数据库技术的三大基本语句. 在通常的web开发中对它的处理可以说是无处不在. 如果简单的都用手工来构造这些SQL语句的话, 一方面给我们的开发带来很大的工作量, 另一方面系统灵活性受到很大的限制. 那么能不能基于某种规则让系统自动</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE初学者需要注意的问题</title>
    <link>/java/J2EE/20081122/1456.html</link>
    <description>J2EE体系结构简单介绍
　　一、J2EE提出的背景
　　1、 企业级应用框架的需求
　　在许多企业级应用中，例如数据库连接、邮件服务、事务处理等都是一些通用企业需求模块，这些模块如果每次再开发中都由开发人员来完成的话，将会造成开发周期长和代码可靠性差等问题。</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>系统构建高性能J2EE应用的五种核心策略</title>
    <link>/java/J2EE/20081122/1455.html</link>
    <description>对于J2EE，我们知道当开发应用时，在架构设计阶段的决定将对应用的性能和可扩展性产生深远的影响。现在当开发一个应用项目时，我们越来越多地注意到了性能和可扩展性的问题。应用性能的问题比应用功能的不丰富问题往往更为严重，前者会影响到所有用户，而后者只会影响到</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>结合Struts和Hibernate 谈J2EE数据表示</title>
    <link>/java/J2EE/20081122/1454.html</link>
    <description>在struts+ hibernate 这种结构中，是不应该把Hibernate产生的PO直接传递给JSP的，不管他是Iterator，还是List，这是一个设计错误。
　　我来谈谈在J2EE架构中各层的数据表示方法：
　　Web层的数据表示是FormBean，数据来源于HTML Form POST
　　业务层的数据表示是V</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>初学者如何开发出一个高质量的J2EE系统</title>
    <link>/java/J2EE/20081122/1453.html</link>
    <description>J2EE学习者越来越多，J2EE本身技术不断在发展，涌现出各种概念，本文章试图从一种容易理解的角度对这些概念向初学者进行解释，以便掌握学习J2EE学习方向。
　　首先我们需要知道Java和J2EE是两个不同概念，Java不只是指一种语言，已经代表与微软不同的另外一个巨大阵营</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>目前流行的J2EE Web应用架构介绍和分析</title>
    <link>/java/J2EE/20081122/1452.html</link>
    <description>1. 架构概述
　　J2EE体系包括java server pages(JSP) ,java SERVLET, enterprise bean，WEB service等技术。这些技术的出现给电子商务时代的WEB应用程序的开发提供了一个非常有竞争力的选择。怎样把这些技术组合起来形成一个适应项目需要的稳定架构是项目开发过程中一</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE事务管理服务jKoolOnline Beta发布</title>
    <link>/java/J2EE/20081122/1451.html</link>
    <description>10月9日消息，我们很高兴地宣布发布jKoolOnline试用版---网络为基础的服务，用户能够在任何地点监测其事务和J2EE的应用程序。 

这个进程很简单， 
1 ）获得jkool帐户
2 ）下载并安装jKool Probe 
3 ）登记jKoolOnline服务

jKoolOnline支持JBoss公司的WebLogic和WebSph</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>用JSP操作Cookie</title>
    <link>/java/J2EE/20081122/1450.html</link>
    <description>来源: chinaitlab
一、 前言
&amp;nbsp;&amp;nbsp;&amp;nbsp; 说起来，Cookie应该是一种应用较久的技术了。早在HTML刚刚出现的时候，在每个独立的页面之间没有办法记录和标识不同的用户。后来人们就发明了Cookie技术，当用户访问网页时，它能够在访问者的机器上创立一个文件，我们</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE开发中几个主流框架的简短使用总结</title>
    <link>/java/J2EE/20081122/1449.html</link>
    <description>来源: http://www.cjfuture.cn/archives/99

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spring，SSH框架处于一个难于撼动的地位，spring以其轻量级，易操作的，开发高效等优点，被业界内广泛应用。IOC及AOP是spring被重要应用的两点，由于struts，struts2,webword</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE基础：对于Spring初学者的学习建议</title>
    <link>/java/J2EE/20081122/1448.html</link>
    <description>&amp;nbsp;一、首先Java的基础、面向对象的基础和设计模式的基础知识是必不可少的。

　　关于设计模式我觉得不用学太多，但以下三个模式是学习Spring必不可少的：factory模式（包括简单工厂和抽象工厂），Strategy模式，Template method模式。如果不掌握这些你就根本没法领</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>如何学好J2EE</title>
    <link>/java/J2EE/20081122/1447.html</link>
    <description>该如何学习J2EE呢？当然Java语法得先看一看的，I/O包，Util包，Lang包你都熟悉了吗？然后再从JSP学起。如果你学过HTML，那么事情要好办的多，如果没有，那你快去补一补HTML基础吧。其实JSP中的Java语法也不多，它更象一个脚本语言，有点象ASP。然后你就该学一学Servlet</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>一个最简单的servlet</title>
    <link>/java/J2EE/20081122/1446.html</link>
    <description>---摘自互联网
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

1. public class FirstServlet extends HttpServlet {
2. public void doGet(
3. HttpServletRequest request, HttpServletResponse response)
4. throws ServletException,</description>
    <pubDate>2008-11-22</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>关于在J2EE项目实战体会 </title>
    <link>/java/J2EE/20081004/1072.html</link>
    <description>参加相关的J2EE项目感觉确实J2EE非常重要和非常内涵，特在网络和实际中总结了一下相关的资料，其中有部分是相关作者的技术成果特感谢该作者的辛苦，首先我们要认真考虑是否真要使用J2EE 
　　 这个很重要，非常重要。J2EE涵盖的内容大而全，但很多不一定就是具体实际项</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2ee之EJB种类简介 </title>
    <link>/java/J2EE/20081004/1071.html</link>
    <description>现在介绍一下的方法给大家来简要阐明相关的问题，其中有来自网络的知识和相关的资料，特感谢作者的辛苦
EJB 依照特性的不同，目前区分为三种，分别是 Session Bean ，Entity Bean ，以及 Message Driven Bean 。其中 Session Bean 与Entity Bean 算是 EJB 的始祖，这两</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE应用中常见的反模式</title>
    <link>/java/J2EE/20081004/1070.html</link>
    <description>为了给大家带来方便的使用操作方案，我们策划并在网上差着了相关的资料整理出了一下的结论
1- 无EJB不叫J2EE
EJB一直发展到今天的2.1仍然被广为诟病，它提供了很多时候我们并不需要的东西，而且我们在很多情况下一旦选用EJB就没有其他的方式不去使用那些笨重的功能。</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>基于J2EE的软交换统一网管平台的实现 </title>
    <link>/java/J2EE/20081004/1069.html</link>
    <description>1引言
随着通信技术的飞速发展，通信市场的规进一步扩大，越来越多的高复杂度设备在网上运行，新业务也大量应用，导致运营商管理和维护网络的工作量越来越大，代价越来越高。
为了能更好地监控网络运行情况，提高网络维护的效率、提高服务质量、降低运营成本，运营商对</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>j2ee设计模式之CMP到BMP模式 </title>
    <link>/java/J2EE/20081004/1068.html</link>
    <description>EJB2.0终于给了我们一个可操作的容器管理持久（CMP）模型。只要有可能，在我的EJB项目中我就用CMP beans；但是，由于这件奇怪的事情，我需要把我的实体变成bean管理（BMP）的。我使用下面的模式让我干净利落的从CMP模型转换到bean管理持久模型。
&amp;nbsp;&amp;nbsp;&amp;nbsp; 在</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Ｊ２ＥＥ设计模式探析 </title>
    <link>/java/J2EE/20081004/1067.html</link>
    <description>在我们形成了对框架、模式的简单认知以后。作为背景知识，这一章中我们主要了解和理解J2EE设计模式，以期获得J2EE设计模式的全貌。由于在SUN公司的网站上[i]有整个J2EE模式的详细的介绍，重复介绍就没什么必要了。但是有张图，根据本文的内在要求，是必须要看的。从中我</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>谈谈J2EE设计模式 </title>
    <link>/java/J2EE/20081004/1066.html</link>
    <description>J2EE是什么？这是我们第一个问题。J2EE（Java Platform Enterprise Edition）号称是最先进的企业级软件开发平台。它提供了大量开发企业应用程序的技术。包括EJB、JSP、Servlet等等。
要使用J2EE，就得学习这些技术。但学好了J2EE技术并不说明你可以设计出良好的企业应</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>将J2EE程序从weblogic移植到JBoss上 </title>
    <link>/java/J2EE/20081004/1065.html</link>
    <description>前几天将一个原来的项目从weblogic上移植到了JBoss上，于是就将移植中出现的问题以及需要完成的工作记录了下来，以供大家参考。
&amp;nbsp;&amp;nbsp; 1、上下文（Context）的获得方式不同，下面分别是两者获得上下文的代码：

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //weblogic中
&amp;n</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>j2me游戏引擎的基本结构 </title>
    <link>/java/J2EE/20081004/1064.html</link>
    <description>游戏引擎在国内还是有一批人走在前沿的，但出于种种的原因发展的并不是很好，并且引擎的神秘面纱和不可揣测的高难度使一些人还没有正式开始就已经打了退堂鼓。通常我们说游戏引擎的时候总是想到3D游戏引擎，的确游戏引擎发展到今天将它发挥到极致的正是3D引擎，但在3D引</description>
    <pubDate>2008-10-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE服务器的JVM内存设置 </title>
    <link>/java/J2EE/20081004/1063.html</link>
    <description>所有的j2ee服务器 启动时 
都需要设定jvm所用的内存大小.具体格式如下: 

-Xms256m -Xmx256m. 

但具体在哪里进行设置,各个J2EE服务器并不一样,版本不一样的话设置也不一样的.tomcat基本上都是在 
启动文件里面设置就可以了. 

tomcat:catalina.*或者startup.*里,首</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>JVM内存的设置原理 </title>
    <link>/java/J2EE/20081003/1062.html</link>
    <description>默认的java虚拟机的大小比较小，在对大数据进行处理时java就会报错：java.lang.OutOfMemoryError。
设置jvm内存的方法，对于单独的.class，可以用下面的方法对Test运行时的jvm内存进行设置。
java -Xms64m -Xmx256m Test
-Xms是设置内存初始化的大小
-Xmx是设置最大能够</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE程序中的性能提升 </title>
    <link>/java/J2EE/20081003/1061.html</link>
    <description>Java很热门，尽管只诞生了9年，但它已经成为世界上领先的开发环境之一。数百万的程序员和数千家公司都在使用它，而且半数IT管理者都希望在今年部署J2EE应用程序。


　　但是Java的流行并不一定使之对于日益增长的Java代码开发人员变得容易。为了在生产上达到一个新的高</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>我看JAVA设计模式之事务处理 </title>
    <link>/java/J2EE/20081003/1060.html</link>
    <description>事务处理是企业应用需要解决的最主要的问题之一。J2EE通过JTA提供了完整的事务管理能力，包括多个事务性资源的管理能力。但是大部分应用都是运行在单一的事务性资源之上（一个数据库），他们并不需要全局性的事务服务。本地事务服务已然足够(比如JDBC事务管理）。
&amp;nbsp</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE设计模式之用实体组件进行数据存取 </title>
    <link>/java/J2EE/20081003/1059.html</link>
    <description>1，实体组件只是EJB层中的实现选择之一。实体组件不应该被暴露给客户软件。WEB层和其他EJB客户软件绝不应该直接访问实体组件。它亿只应该与由实现应用业务逻辑的会话组件所构成的一个会话组件层打交道。这不仅保持了应用设计与实现中的灵活性，而且常常还改进了性能。</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE学习者值得研究的开源项目 </title>
    <link>/java/J2EE/20081003/1058.html</link>
    <description>这篇文章写在我研究J2SE、J2EE近三年后。前3年我研究了J2SE的Swing、Applet、Net、RMI、Collections、IO、JNI......研究了J2EE的JDBC、Sevlet、JSP、JNDI&amp;hellip;..不久我发现这些好像太浮浅了：首先，我发现自己知道的仅仅是java提供的大量的API，根本不能很好地使用它</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE中文乱码攻略 </title>
    <link>/java/J2EE/20081003/1057.html</link>
    <description>一.GBK与UTF8的比较

GBK的文字编码是双字节来表示的，即不论中、英文字符均使用双字节来表示，只不过为区分中文，将其最高位都定成1。
至于UTF－8编码则是用以解决国际上字符的一种多字节编码，它对英文使用8位（即一个字节），中文使用24位（三个字节）来编码。对</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>配置JSP &amp; SERVLET开发环境 </title>
    <link>/java/J2EE/20081003/1056.html</link>
    <description>1、配置
　　 JDK 6 + Eclipse 3.2.2 + Tomcat 6.0 + TomcatPlugin 3.2 
1)Java SE,JDK 6u1 
下载地址：http://java.sun.com/javase/downloads/index.jsp 
2)Eclipse 3.2.2 
下载地址：http://www.eclipse.org/downloads 
3)tomcat 6.0 
下载地址：http://tomcat.apach</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Struts常见错误汇总 </title>
    <link>/java/J2EE/20081003/1055.html</link>
    <description>1、&amp;ldquo;No bean found under attribute key XXX&amp;rdquo;
　　在struts-config.xml里定义了一个ActionForm，但type属性指定的类不存在，type属性的值应该是Form类的全名。或者是，在Action的定义中，name或attribute属性指定的ActionForm不存在。
　　2、&amp;ldquo;Cann</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE的13种核心技术 </title>
    <link>/java/J2EE/20081003/1054.html</link>
    <description>内容简介

STEVEN GOULD在文中介绍了JAVA2平台企业版（J2EE）的13种核心技术：
(1)JDBC
(2)JNDI
(3)EJB
(4)RMI
(5)JSP
(6)JAVA SERVLET
(7)XML
(8)JMS
(9)JAVA IDL
(10)JTS
(11)JTA
(12)JAVAMAIL
(13)JAF
为了联系实际，GOULD基于WEBLOGIC应用服务器（来自BEA SYSTEMS</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE和模式 </title>
    <link>/java/J2EE/20081003/1053.html</link>
    <description>1．定义
&amp;nbsp;&amp;nbsp;&amp;nbsp; 在某种特定的上下文中反复出现的一个&amp;ldquo;问题/解决方案&amp;rdquo;对子。
2．模式共同特点
l&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 模式是通过经验观察得出的。
l&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 一般来说</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>J2EE综合：Struts上传多个文件的例子 </title>
    <link>/java/J2EE/20081003/1052.html</link>
    <description>最近一个基于Struts的项目中要用到上传多张图片到系统中，我在网上找了一下，发现大多数都是转载的例子，对项目的作用不大，故写下了这个例子，希望对有用到的朋友有所帮助。要求JDK1.5以上，lib库要包含如下jar文件：antlr.jar，commons-beanutils.jar，commons-collec</description>
    <pubDate>2008-10-03</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>开发J2EE应用之要领 </title>
    <link>/java/J2EE/20080827/904.html</link>
    <description>关键词：设计模式&amp;nbsp;JBoss&amp;nbsp;EJB&amp;nbsp;Framework&amp;nbsp;Database

J2EE，作为开发mission-critical的企业级应用的一整套规范的整合平台。其规范之多、内容之广，从而给开发J2EE应用带来了很多&amp;ldquo;麻烦&amp;rdquo;。比如，为实现内容的RDBMS存储，我们可能的方法有JD</description>
    <pubDate>2008-08-27</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>突破Java异常处理规则 </title>
    <link>/java/J2EE/20080827/903.html</link>
    <description>Q: 我在我的应用程序中调用了外部方法并且想捕获它可能抛出的异常。我能捕获java.lang.Exception吗？ 

　　A: 通过一个给定的方法去处理所有运行时和检测异常对于预防外部错误是不充分的。

　　你可以去读目前 JavaWorld文章 &amp;ndash; &amp;ldquo;Java Tip 134: When Catch</description>
    <pubDate>2008-08-27</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>快速处理Java异常的两种方法 </title>
    <link>/java/J2EE/20080827/902.html</link>
    <description>所谓异常（Exception）指的就是向调用方法（calling method）表示发生非正常情况的习惯方式。本文讨论两种在处理异常时可兹利用的技术：异常嵌套和捕获适当的异常。你在试图捕获异常并打算扔出异常时该采取什么措施呢？同时，你希望原始的异常信息可用吗？ 

要回答以上</description>
    <pubDate>2008-08-27</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>我的java异常笔记 </title>
    <link>/java/J2EE/20080827/901.html</link>
    <description>1.1.异常的基本概念&amp;nbsp; 
&amp;nbsp;1)&amp;nbsp;异常事件改变程序流程;&amp;nbsp; 
&amp;nbsp;2)&amp;nbsp;当一个异常事件发生时，一个异常被抛出;&amp;nbsp; 
&amp;nbsp;3)&amp;nbsp;响应处理异常的代码被称为exception&amp;nbsp;handler;&amp;nbsp; 
&amp;nbsp;4)&amp;nbsp;exception&amp;nbsp;handler捕获异常;&amp;nbsp;</description>
    <pubDate>2008-08-27</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>演示Session Listener的使用方法 </title>
    <link>/java/J2EE/20080827/900.html</link>
    <description>import&amp;nbsp;java.util.Date;

import&amp;nbsp;javax.servlet.http.HttpSession;
import&amp;nbsp;javax.servlet.http.HttpSessionEvent;
import&amp;nbsp;javax.servlet.http.HttpSessionListener;

public&amp;nbsp;class&amp;nbsp;SessionListen&amp;nbsp;implements&amp;nbsp;HttpSessionListen</description>
    <pubDate>2008-08-27</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>对J2EE中的DAO组件编写单元测试 </title>
    <link>/java/J2EE/20080821/886.html</link>
    <description>单元测试作为保证软件质量及重构的基础，早已获得广大开发人员的认可。单元测试是一种细粒度的测试，越来越多的开发人员在提交功能模块时也同时提交相应的单元测试。对于大多数开发人员来讲，编写单元测试已经成为开发过程中必须的流程和最佳实践。 对普通的逻辑组件编</description>
    <pubDate>2008-08-21</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>Hibernate+Struts的J2EE应用开发 </title>
    <link>/java/J2EE/20080821/885.html</link>
    <description>摘 要 本文分析了Hibernate和Struts的机制，提出了一种基于Hibernate和Struts的J2EE应用开发策略。在这种策略中，模型层用Hibernate实现，视图和控制器则用Struts框架实现。这样可大大降低代码的耦合性以及提高系统的开发效率。 关键字 Hibernate，Struts，MVC，持久层</description>
    <pubDate>2008-08-21</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>
<item>
    <title>什么是J2EE?</title>
    <link>/java/J2EE/20080821/884.html</link>
    <description>j2eEE是什么呢？我们现在从一下的方面来讨论一下 从整体上讲， J2EE 是使用 Java 技术开发企业级应用的一种事实上的工业标准(Sun公司出于其自身利益的考虑，至今没有将 Java 及其相关技术纳入标准化组织的体系)，它是 Java 技术不断适应和促进企业级应用过程中的产物。</description>
    <pubDate>2008-08-21</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>中文SVN技术资料</comments>
</item>

</channel>
</rss>
