<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Java技术</title>
<link>http://www.itxuexi.com/tech/list_32_1.html</link>
<description>技术应用 / Java技术</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[浅谈应用dom4j操作xml文件]]></title>
    <link>http://www.itxuexi.com/tech/90192.html</link>
    <description><![CDATA[最近一直关注IT学习网论坛，在帖子上看到有人对读写xml操作有所疑惑，所以小编拿个例子和大家分享下，希望对新手有所帮助。先声明下哈，我在这里只是简单的说一下，希望对初学者有所帮]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[详谈Struts2的核心概念（下）]]></title>
    <link>http://www.itxuexi.com/tech/90191.html</link>
    <description><![CDATA[5.4amp;amp;nbsp;使用本地的资源文件amp;amp;bull;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;本节中将介绍另外两个接口TextProvider和LocalProvider，它们都是为了]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[详谈Struts2的核心概念（上）]]></title>
    <link>http://www.itxuexi.com/tech/90190.html</link>
    <description><![CDATA[本文将深入探讨Struts2的核心概念，首先介绍的是Struts2的体系结构和几个重要的配置文件，并会举例说明Struts2的核心对象如何配置。然后介绍Struts2最重要的3个组成部分Action、Result、Interceptor（]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[51培训详谈Hibernate检索]]></title>
    <link>http://www.itxuexi.com/tech/90189.html</link>
    <description><![CDATA[1.Hibernate检索策略Hibernate检索策略在Hibernate3中:1使用load()方法:一对一,一对多,多对一,多对多检索默认采用的都是延迟检索2使用get()方法:一对多,多对一,多对多检索默认采用的都是立即检索一对一]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[51培训对Hibernate中的事务详解]]></title>
    <link>http://www.itxuexi.com/tech/90188.html</link>
    <description><![CDATA[1.数据库事务的概念数据库事务是指由一个或多个SQL语句组成的工作单元，这个工作单元中的SQL语句相互依赖，如果有一个SQL语句执行失败，就必须撤销整个工作单元。amp;amp;nbsp;amp;amp;nbsp;在并]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ORM那些事]]></title>
    <link>http://www.itxuexi.com/tech/90187.html</link>
    <description><![CDATA[相信大家都对ORM有所了解吧，但是今天小编也有必要在这边说下，因为有了ORM可以使方便开发人员以面向对象的思想来实现对数据库的操作。好了，言归正传：1.什么是ORMORM的全称是ObjectRelati]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java网络编程之Socket (2)]]></title>
    <link>http://www.itxuexi.com/tech/90186.html</link>
    <description><![CDATA[在《浅谈Java网络编程之Socket(1)》中我们已经和大家说到客户端的网络编程，下面和大家分享的是服务器的实现代码。amp;amp;nbsp;importjava.net.*;importjava.io.*;importjava.awt.event.ActionEvent;importjava.awt.ev]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java网络编程之Socket (1)]]></title>
    <link>http://www.itxuexi.com/tech/90185.html</link>
    <description><![CDATA[下面要和大家一起分享的是Java网络编程之Socket。在Java中Socket可以理解为客户端或者服务器端的一个特殊的对象，这个对象有两个关键的方法，一个是getInputStream方法，另一个是getOutputStream方法]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈JDBC事务和JTA （XA）事务]]></title>
    <link>http://www.itxuexi.com/tech/90184.html</link>
    <description><![CDATA[事务简介一般情况下，J2EE应用服务器支持JDBC事务、JTA（JavaTransactionAPI）事务（一般由容器来进行管理）。通常，最好不要在程序中同时使用上述三种事务类型，比如在JTA事务中嵌套JDBC事务。第]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Hibernate中自定义值类型]]></title>
    <link>http://www.itxuexi.com/tech/87766.html</link>
    <description><![CDATA[开发者创建属于他们自己的值类型也是很容易的。比如说，你可能希望持久化java.lang.BigInteger类型的属性，持久化成为VARCHAR字段。Hibernate没有内置这样一种类型。自定义类型能够映射一个属性]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Hibernate依赖对象（Dependent objects）]]></title>
    <link>http://www.itxuexi.com/tech/87765.html</link>
    <description><![CDATA[组件(Component)是一个被包含的对象，在持久化的过程中，它被当作值类型，而并非一个实体的引用。在这篇文章中，组件这一术语指的是面向对象的合成概念（而并不是系统构架层次上的组件的]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Hibernate中加载并存储对象]]></title>
    <link>http://www.itxuexi.com/tech/87764.html</link>
    <description><![CDATA[下面我们使用Hibernate来加载和存储对象，编写一个带有main()方法的EventManager类：amp;amp;nbsp;packageevents;amp;amp;nbsp;importorg.hibernate.Session;amp;amp;nbsp;importjava.util.Date;amp;amp;nbsp;amp;amp;nbsp;importutil.Hi]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈使用模板模式简化操作Hibernate]]></title>
    <link>http://www.itxuexi.com/tech/87763.html</link>
    <description><![CDATA[相信使用过Spring＋Hibernate开发过的人，在写DAO的时候都使用过Spring的HibernateDaoSupport类，然后在实现的时候就可以很轻松的使用getHibernateTemplate()方法之后就可以调用save()、delete()、update()等Hiber]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈项目开发过程中使用Struts-menu]]></title>
    <link>http://www.itxuexi.com/tech/87762.html</link>
    <description><![CDATA[在Struts作为表示层框架的应用中，我们可以使用其众多的Strutsplug-ins来丰富其功能。大家使用比较多的是使用Struts-Tiles、Struts-Validator，这里我给大家介绍一下Struts-menu，很好用，在没有权限控制]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Hibernate中关联问题]]></title>
    <link>http://www.itxuexi.com/tech/87761.html</link>
    <description><![CDATA[在我们的对象模型中，关联描述了实体间的关系。你记得用户，地址和账单详细资料类都是相互关联的。与地址不同，账单详细资料依赖于自身。账单详细资料对象保存到它们自己的表中。在任]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Ajax框架中选DWR还是A4J]]></title>
    <link>http://www.itxuexi.com/tech/87760.html</link>
    <description><![CDATA[在网上找了一圈Ajax的Java框架，感觉不错的只有两个，一个是被提到比较多的DWR（DirectWebRemoting)，另一个是Ajax4JSF。本文先用代码说话，各用两个框架开发同样功能的Ajax输入验证的小程序。在最]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈JFreeChart实时曲线(代码)]]></title>
    <link>http://www.itxuexi.com/tech/87759.html</link>
    <description><![CDATA[packagecom.cityinforport.demo;//导入java2d包importjava.awt.BorderLayout;importjava.awt.Dimension;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjavax.swing.*;importjava.io.PrintStream;//导入jfreechart包(chart)importor]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Spring中使用Quartz来执行计划任务]]></title>
    <link>http://www.itxuexi.com/tech/87758.html</link>
    <description><![CDATA[下面要和大家分享的是spring中使用Quart来执行计划，通常情况下,你只需要调用特定对象上的一个方法。你可以使用MethodInvokingJobDetailFactoryBean准确的做到这一点:amp;amp;nbsp;amp;lt;beanid=amp;quot;met]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Hibernate的配置信息（二）]]></title>
    <link>http://www.itxuexi.com/tech/87757.html</link>
    <description><![CDATA[1.SQLDialectsSQL方言你总是可以为你的数据库设置一个hibernate.dialect方言，它是net.sf.hibernate.dialect.Dialect的一个子类。如果你不需要使用基于native或者sequence的主键自动生成算法，或者悲观锁定（使]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Hibernate的配置信息（一）]]></title>
    <link>http://www.itxuexi.com/tech/87756.html</link>
    <description><![CDATA[因为Hibernate被设计为可以在许多不同环境下工作，所以它有很多配置参数。幸运的是，大部分都已经有默认值了，Hibernate发行包中还附带有示例的hibernate.properties文件，它演示了一些可变的参数]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Hibernate中一级缓存与二级缓存]]></title>
    <link>http://www.itxuexi.com/tech/87755.html</link>
    <description><![CDATA[下面，和大家分享Hibernate的一级缓存与二级缓存。大家知道缓存是位于应用程序与物理数据源之间，用于临时存放复制数据的内存区域，目的是为了减少应用程序对物理数据源访问的次数，从而]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[用POI来读取/写入完整的Excel文件（二）]]></title>
    <link>http://www.itxuexi.com/tech/87754.html</link>
    <description><![CDATA[六、HSSF电子表格结构如前所述，HSSF建立在POIFS的基础上。具体地说，Excel97+文件是OLE2复合文档（OLE2CompoundDocument），底层的OLE2复合文档保存了一个总是命名为Workbook（Excel95除外，HSSF不支持Exc]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[用POI来读取/写入完整的Excel文件（一）]]></title>
    <link>http://www.itxuexi.com/tech/87753.html</link>
    <description><![CDATA[本文将阐述如何用POI来读取/写入完整的Excel文件。希望能够带给大家帮助。一、Excel基础MicrosoftExcel97文件格式也被称为BIFF8，最近版本的Excel只对该格式作了少量的改动。增加对新格式的支持除]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈网络协议中Socket类]]></title>
    <link>http://www.itxuexi.com/tech/87752.html</link>
    <description><![CDATA[Socket类表现了客户端套接字，它是属于一台或两台计算机的两个TCP通讯端口之间的通讯通道。端口可以连接到本地系统的另一个端口，这样可以避免使用另一台计算机，但是大多数网络软件将使]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java Reflection（Java反射）（2）]]></title>
    <link>http://www.itxuexi.com/tech/87751.html</link>
    <description><![CDATA[咱们接着上文继续说Java反射，希望对大家能有所帮助amp;amp;nbsp;5、获取类的字段(域)amp;amp;nbsp;找出一个类中定义了哪些数据字段也是可能的，下面的代码就在干这个事情：amp;amp;nbsp;importjava]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java Reflection（Java反射）（1）]]></title>
    <link>http://www.itxuexi.com/tech/87750.html</link>
    <description><![CDATA[Reflection是Java程序开发语言的特征之一，它允许运行中的Java程序对自身进行检查，或者说amp;amp;ldquo;自审amp;amp;rdquo;，并能直接操作程序的内部属性。例如，使用它能获得Java类中各成员的名称]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[整理Jsp生成html文件]]></title>
    <link>http://www.itxuexi.com/tech/87749.html</link>
    <description><![CDATA[最近在用jsp生成html文件，整理出三种方法，希望对大家有所帮助。方法1：为了减轻服务器压力，将原来的文章管理系统由JSP文件的从数据库中取数据显示改为由jsp生成静态html文件后直接访问]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Hibernate中实现ORM]]></title>
    <link>http://www.itxuexi.com/tech/87748.html</link>
    <description><![CDATA[记得上学的时候，讲师曾经说过，Hibernate是一个开放源代码的对象关系映射框架，它对JDBC进行了非常轻量级的对象封装，使得Java程序员可以随心所欲的使用对象编程思维来操纵数据库。Hibern]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java Web开发</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Java编程中的UDP协议]]></title>
    <link>http://www.itxuexi.com/tech/87747.html</link>
    <description><![CDATA[UDP协议的全称是用户数据报，在网络中它与TCP协议一样用于处理数据包。在OSI模型中，在第四层amp;amp;mdash;amp;amp;mdash;传输层，处于IP协议的上一层。UDP有不提供数据报分组、组装和不能对数据]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java语言特点那些事]]></title>
    <link>http://www.itxuexi.com/tech/87746.html</link>
    <description><![CDATA[Java语言以其独立于平台、面向对象、分布式、多线索及完善的安全机制等特色，成为现代信息系统建设中的良好的开发平台和运行环境。amp;amp;nbsp;一、Java网络应用模型amp;amp;nbsp;amp;amp;nbsp;和]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈JDBC驱动程序和XAResource]]></title>
    <link>http://www.itxuexi.com/tech/87745.html</link>
    <description><![CDATA[为了简化XAResource的说明，这些例子说明了一个应用程序在不包含应用程序服务器和事项管理程序的情况下应该如何使用JTA。基本上，这些例子中的应用程序也担任应用程序服务器和事项管理程]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[通过Java套接字传递对象(2)]]></title>
    <link>http://www.itxuexi.com/tech/87744.html</link>
    <description><![CDATA[序列化用户自己的类amp;amp;nbsp;现在，让我们看看如何序列化用户自己写的类。在这个例子中，我们将建立一个用户类UserInfo，见例程3。为了让它可序列化，UserInfo类实现了Serializable接口。amp]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[通过Java套接字传递对象(1)]]></title>
    <link>http://www.itxuexi.com/tech/87743.html</link>
    <description><![CDATA[使用JavaTM远程方法调用（RMI），可以很方便地开发分布式的基于对象的应用程序。RMI的简单性，是由网络通信的费用作为代价的。底层的套接字可以用来开发客户/服务器系统，但是由于大多数]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Socket套接字中Socket类]]></title>
    <link>http://www.itxuexi.com/tech/87742.html</link>
    <description><![CDATA[Socket类当客户程序需要与服务器程序通讯的时候，客户程序在客户机创建一个socket对象，Socket类有几个构造函数。两个常用的构造函数是Socket(InetAddressaddr,intport)和Socket(Stringhost,intport)，两个构造]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Daemon线程]]></title>
    <link>http://www.itxuexi.com/tech/87741.html</link>
    <description><![CDATA[amp;amp;ldquo;Daemonamp;amp;rdquo;线程的作用是在程序的运行期间于后台提供一种amp;amp;ldquo;常规amp;amp;rdquo;服务，但它并不属于程序的一个基本部分。因此，一旦所有非Daemon线程完成，程序也会中止]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈制作多个线程]]></title>
    <link>http://www.itxuexi.com/tech/87740.html</link>
    <description><![CDATA[现在考虑一下创建多个不同的线程的问题。利用从Thread继承的多个独立类来封装run()。但这是一种更常规的方案，而且更易理解，所以尽管前例揭示了我们经常都能看到的编码样式，但并不推荐]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java Bean与EJB的那些区别]]></title>
    <link>http://www.itxuexi.com/tech/87739.html</link>
    <description><![CDATA[今天小编要和大家分享的是JavaBean与EJB的那些区别，网上查了许多相关的资料，今天整理一下文章，发布到IT学习网网站上，希望对大家有所帮助。JavaBean和ServerBean（通常称为EnterpriseJavaBean(EJB]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Java中对文件的读写操作之比较]]></title>
    <link>http://www.itxuexi.com/tech/87738.html</link>
    <description><![CDATA[对于初学者来讲，Java对文件的读写也许会感动很晕乎，因为Java对文件进行读写操作的例子很多，所以让初学者感到十分困惑，所以今天将各种方法进行一次分析，归类，理清不同方法之间的异]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java 多线程实践]]></title>
    <link>http://www.itxuexi.com/tech/87737.html</link>
    <description><![CDATA[下面要和大家分享的是Java多线程的实践，其实Java增加了新的类库并发集java.util.concurrent，该类库为并发程序提供了丰富的API多线程编程在Java5中更加容易，灵活。本文通过一个网络服务器模型，]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[七道Java基础面试题，帮你面试成功]]></title>
    <link>http://www.itxuexi.com/tech/87736.html</link>
    <description><![CDATA[今天和大家分享的是七道Java经典面试题，希望能够帮到大家顺利通过面试。1、Java的接口和C++的虚类的相同和不同处答：由于Java不支持多继承，而有可能某个类或对象要使用分别在几个类或对]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Java加密和数字签名编程（2）]]></title>
    <link>http://www.itxuexi.com/tech/87735.html</link>
    <description><![CDATA[上篇文章说到，私钥加密与公钥加密，下面继续和大家分享下Java加密和数字签名编程，希望对大家有所帮助。4）数字签名：amp;amp;nbsp;数字签名，它是确定交换消息的通信方身份的第一个级别]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Java加密和数字签名编程（1）]]></title>
    <link>http://www.itxuexi.com/tech/87734.html</link>
    <description><![CDATA[本文主要谈一下密码学中的加密和数字签名，以及其在java中如何进行使用。在jdk1.5的发行版本中安全性方面有了很大的改进。一、密码学上常用的概念1）消息摘要：这是一种与消息认证码结合]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Java代码构建一个线程池]]></title>
    <link>http://www.itxuexi.com/tech/87733.html</link>
    <description><![CDATA[在编程中有个很重要的概念那就是线程，几乎所有目前流行的操作系统都支持线程，线程来源于操作系统中进程的概念，进程有自己的虚拟地址空间以及正文段、数据段及堆栈，而且各自占有不]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Java编程基础面试题]]></title>
    <link>http://www.itxuexi.com/tech/87732.html</link>
    <description><![CDATA[下面是自己收藏的Java面试题，希望对面临面试的同行们有所帮助。面试题一般不会太难，但一定够经典，够基础的。1、int和Integer有什么区别Java提供两种不同的类型：引用类型和原始类型（或]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>Java基础</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Mock和基于Spring容器管理事务的测试]]></title>
    <link>http://www.itxuexi.com/tech/79407.html</link>
    <description><![CDATA[1.SpringMock。Mock主要用于测试Controller（orAction），Controller等同于一个Servlet，要测试它里面的方法，必须至少传入HttpRequest和HttpResponse两个类的实例作为参数参数，直接new一个HttpRequest是豪无意义]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Ajax与Spring集成]]></title>
    <link>http://www.itxuexi.com/tech/79406.html</link>
    <description><![CDATA[下面要和大家分享的是Ajax与Spring集成，今天整理一下文章，发布到IT学习网网站上，希望对大家有所帮助。Spring的集成几乎异常简单,只需要更改配置文件而已.页面的代码不用动，例如amp;amp;]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅谈Struts中html:options的使用]]></title>
    <link>http://www.itxuexi.com/tech/79405.html</link>
    <description><![CDATA[html:options是Struts中比较复杂的一个tagelib，用法灵活，但是Sturts提供的源码exercisetaglib中没有提出常用jsp+ActionForm这样形式的最直接的总结，现从中总结如下，分两种情况：数组和Collection。需求，]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[用StrutsTestCase测试Struts应用程序]]></title>
    <link>http://www.itxuexi.com/tech/79404.html</link>
    <description><![CDATA[大家知道，StrutsTestCase是一个用于测试Struts行为的基于Junit的测试框架。你如果使用Struts，你就会发现StrutsTestCase的功能很强大，下面与大家分享的就是用StrutsTestCase测试Struts应用程序。一、Str]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[浅析Spring中的单元测试]]></title>
    <link>http://www.itxuexi.com/tech/79403.html</link>
    <description><![CDATA[本文简单的描述一下基于spring系统service层的单元测试amp;amp;nbsp;Spring本身即是一个容器，所有的业务对象都是通过spring容器来管理，spring的注入特点让我们轻松的解除了类与类之间的耦合性。但]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[Spring中的Inversion of Control 容器]]></title>
    <link>http://www.itxuexi.com/tech/79402.html</link>
    <description><![CDATA[今天和大家分享的是Spring中的InversionofControl容器。Spring设计的核心是org.springframework.beans包,它是为与JavaBeans一起工作而设计的。这个包一般不直接被用户使用，而是作为许多其他功能的基础。]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>Web框架</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>

</channel>
</rss>

