<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>JAVA</title>
<link>/html/edu/JAVA/index.html</link>
<description>编程开发 / JAVA</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>java实现CSV文件输出</title>
    <link>/html/edu/JAVA/38997.html</link>
    <description>在很多时候我们都需要将一些数据集合以某种文件格式输出,其中CSV文件输出是一种比较常用的方式. 下面是一个简单的实现CSV文件输出的代码,与大家共享. public static boolean createCsv(HttpServletResponse Response, QueryData qryData, String[][] columnName) throw</description>
    <pubDate>2007-08-16</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>java实现checkbox翻页选择</title>
    <link>/html/edu/JAVA/38996.html</link>
    <description>以前在网上看到jcheckbox翻页选择的话题很热,讨论也很多,这次由于项目需要,我用java实现了这个话题,在这里与大家共享. JSP页面: 1,定义三个Hidden变量: html:hiddenname = &quot; form &quot; property = &quot; all_selected &quot; / html:hiddenname = &quot; form &quot; property = &quot; now_selecte</description>
    <pubDate>2007-08-16</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>一个用JAVA格式化数据输出的方法</title>
    <link>/html/edu/JAVA/38995.html</link>
    <description>一个用JAVA格式化数据输出的方法 //inputString:输入的字符串 //maxIntegertLength:最大整数位数 //miniFranctionLength:最小小数位数 //return:格式化的数据 private String formatNumber(String inputString, int maxIntegertLength, int miniFranctionLength) { if(i</description>
    <pubDate>2007-08-16</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>JAVA数据库处理(连接,数据查询,结果集返回)</title>
    <link>/html/edu/JAVA/38998.html</link>
    <description>以下是JAVA对DB操作的一种实现方式,与大家一起共享,对初学者可能有一定的帮助,当然对高手而 言,用处就不见的大了,欢迎大家提出更好的意见和建议.为了商业规则,代码的注释去掉了,请大家见谅. package john import java.io.IOException; import java.util.*; public clas</description>
    <pubDate>2007-08-16</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>详细讲解Struts构架中action的跳转大全</title>
    <link>/html/edu/JAVA/38692.html</link>
    <description>1. 完整的action action path=&quot;/aFullAction&quot;type=&quot;somePackage.someActionClass&quot;name=&quot;someForm&quot;input=&quot;someJSP.jsp&quot;forward name=&quot;successful&quot; path=&quot;someJSP.jsp&quot;/forward name=&quot;failed&quot; path=&quot;someOtherJSP.jsp&quot;//action 首先，Struts的ActionServlet接收到一个请</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>基础应用：Java Web中三层架构配置入门</title>
    <link>/html/edu/JAVA/38690.html</link>
    <description>一、软件下载： 1、java 这里使用的是jdk1.4.2。 下载地址：http://dlc.sun.com/jdk/j2sdk-1_4_2_07-windows-i586-p.exe； 2、tomcat 这里的tomcat的版本是5.0的，安装版或是解压版都是可以的。 下载地址：http://apache.linuxforum.net/dis ... a-tomcat-5.0.28.exe 3</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Java同步机制：sychronized对代码影响</title>
    <link>/html/edu/JAVA/38691.html</link>
    <description>Java对多线程的支持与同步机制深受大家的喜爱，似乎看起来使用了synchronized关键字就可以轻松地解决多线程共享数据同步问题。到底如何？――还得对synchronized关键字的作用进行深入了解才可定论。 总的说来，synchronized关键字可以作为函数的修饰符，也可作为函数内</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>激动人心的口号：JavaEE without Ajax</title>
    <link>/html/edu/JAVA/38694.html</link>
    <description>3年前，“Spring之父”Rod.Johnson写了一本在Java界引起轰动的书：《Expert One-on-One J2EE Development Without EJB》。这本书阐述了EJB作为J2EE核心技术所带来的意义与价值，但作者用了更大篇幅介绍EJB的一些缺陷与不足，并提出了Without EJB的解决方案。正是由于“</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Web表示层框架主流解决方案：Tapestry</title>
    <link>/html/edu/JAVA/38696.html</link>
    <description>Web层框架分为Rich Client和Thin Client两类思路，下面分别分析： 一、Rich Client Rich Client的关注者有很多，例如dlee、gigix、Quake。 dlee支持XMLHTTP，gigix的blog上看到他准备写一个“Return of Rich Client”，似乎有支持的倾向，Quake比较关注Flex。 当前Rich</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>BeanShell 在人工测试与管理之中的应用</title>
    <link>/html/edu/JAVA/38697.html</link>
    <description>JUnit 单元测试学深入人心的同时，也发现它对用户交互测试无能为力： TestCase 允许测试人员作动态的修改 可以在Test Case 中实现一个测试参数输入功能（UI 或参数配置文件）来解决这个问题，但实现这些功能的代价与重复工作量会很大。 TestCase 可以方便地重复使用、</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>Java使用技巧：访问在接口中定义的常量</title>
    <link>/html/edu/JAVA/38698.html</link>
    <description>我们在定义常量的时候，可以把常量定义在接口里面，如： package org.zy.demo.base;public interface InterfaceDemo { final String name=&quot;this is my name&quot;; } 上面是我定义的接口和常量。 常量的定义没有指明 public static 我实现此接口： package org.zy.demo.base</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>NetBeans 和 JBoss 结合使用的入门指南</title>
    <link>/html/edu/JAVA/38699.html</link>
    <description>本文将展示如何结合使用 NetBeans 集成开发环境 (IDE) 和 JBoss 应用服务器。 Getting Started with JBoss 4.0 的第四章描述了如何安装、编译、部署及运行一个示例 J2EE 应用程序。本教程将对如何使用 NetBeans IDE 来执行那些步骤提供说明。 本教程介绍以下主题： 安</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>Java IDE：JBuilder和JDeveloper的比较</title>
    <link>/html/edu/JAVA/38700.html</link>
    <description>lder是Borland公司开发的java开发的工具，而JDeveloper是Oracle公司提供给大家使用的IDE工具，最近的开发过程中分别使用了这两种工具，现在来谈一下自己在设计和开发的过程中发现的两种工具的不同，并对两种工具提供的功能做一个简单的比较，希望与大家共同交流。 一、</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用NetBeans为 TiVo 开发应用程序详解</title>
    <link>/html/edu/JAVA/38701.html</link>
    <description>TiVo 人员使用 Java SDK 编写在 TiVo 上运行的应用程序（实际上是在服务器上运行的代码和用户 TV 上的可视化），以及使您能在计算机上运行和调试应用程序的模拟程序。下面介绍如何简单地设置 NetBeans 以运行/调试 TiVo 应用程序。 这些说明针对当前的 NetBeans 4.1 开</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>如何在NetBeans中设置数据库连接池详解</title>
    <link>/html/edu/JAVA/38702.html</link>
    <description>以往要设置数据库连接池，需要借助于第三方软件。但现在NetBeans所带的Tomcat 5.5.7及Sun Application Server 8均可以直接设置。下面谈谈如何在Tomcat 5.5.7下设置。 1. 下载数据库的专用连接驱动，并将其复制到C:Program Filesetbeans-4.1enterprise1jakarta-tomcat-5</description>
    <pubDate>2007-08-06</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Java多媒体框架设计自动播放机实例详解</title>
    <link>/html/edu/JAVA/38500.html</link>
    <description>如果把Java媒体框架(http://java.sun.com/jmf)看作客户端安装的媒体播放机的话，那么这种框架并不是非常激动人心。它只支持少量媒体类型，并且事实上这些媒体类型都被象Windows媒体播放机以及QuickTime等其它的应用程序支持。 但是从内容供应商的观点来看，下面这个事</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>dxaw</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>在Struts中使用Validator验证框架详解</title>
    <link>/html/edu/JAVA/38501.html</link>
    <description>Validatro框架以成为Jakarta的公共项目的一部分，可以从http://jakarta.apache.org/commons/下载单独的Validator框架，在Struts中已经呆了这个框架。 Validator主要依赖两个jar包 Jakarta-oro.jar:－提供一组处理文本的类，具有文本替换、过滤、和分割功能。 Commons-v</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>对JSP页面传值中文乱码的简单解决方法</title>
    <link>/html/edu/JAVA/38502.html</link>
    <description>源代码，a.jsp往b.jsp传值： a.jsp页面内容： %@ page language=&quot;java&quot; import=&quot;java.util.*&quot; pageEncoding=&quot;GB2312&quot;%form action=&quot;b.jsp&quot; name:input type=text name=name input type=submit/form b.jsp页面内容： %@ page language=&quot;java&quot; import=&quot;java.util.*&quot; page</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>三种主要EJB Container应用服务器介绍</title>
    <link>/html/edu/JAVA/38504.html</link>
    <description>SUN公司正式推出了EJB的规范之后，在众多的公司和开发人员中引起了很大的反响。 标志着用Java开发企业级应用系统将变的非常简单。许多公司都已经推出了或正打算EJB的产品。EJB已经成为了Java技术的研究重点。 SUN公司对EJB的定义是：EJB是用于开发和部署多层结构的、分</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>用JMX部署基于WebSphere的J2EE企业应用</title>
    <link>/html/edu/JAVA/38505.html</link>
    <description>J2EE应用的部署对于部署人员而言是一件很有意义的事情。现有的应用服务器一般都支持基于Web，或热部署，或通过部署工具的方式来完成应用的部署。WebSphere Application Server 5.x提供了应用编程接口实现J2EE应用的部署和管理。本文就为这样的一个目标而写。 一、WebSp</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>J2EE应用服务器Jboss + Tomcat安装攻略</title>
    <link>/html/edu/JAVA/38506.html</link>
    <description>JBoss+Tomcat已经成为一个免费的开源的稳定的J2EE服务器，虽然在JBoss中部署J2EE没有商用J2EE服务器那么方便，基本都是通过手工编写XML配置文件，但是这样可以让我们更容易理解J2EE的来龙去脉。 注意，正如Tomcat3 和Tomcat 4两个版本差异很大一样，Jboss 2和Jboss 3两</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>基于MVC模式Struts框架研究与应用详解</title>
    <link>/html/edu/JAVA/38507.html</link>
    <description>摘要: Struts框架具有组件的模块化，灵活性和重用性的优点，同时简化了基于MVC的web应用程序的开发。本文讨论了Struts框架实现MVC模式的原理与方法，给出了一个具体的应用实例。 分布式企业应用软件结构复杂、涉及多种技术，对设计开发人员提出了很高的要求。在此情况</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>构造JSP/Javabean开发和发布环境的方法</title>
    <link>/html/edu/JAVA/38508.html</link>
    <description>以Java为基础的J2EE是最新的电子商务解决方案，其复杂性和开发工具系统的昂贵也使不少人却步.在实际项目应用中,真正需要完全使用J2EE方案的并不多,面对中小型企业电子商务应用,下列组合足够对付：Jsp/servlet + Javabeans(taglib) + MySQL(XML) 在具体实现方面,Linux+T</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在Jboss4.0下对MySql数据源的设置方法</title>
    <link>/html/edu/JAVA/38503.html</link>
    <description>在Jboss4中使用MySQL的数据源的设置方法: 一 把MySQL的JDBC驱动放到CLASSPATH中。同样，把它复制到/server/default/lib目录下 二 把/docs/examples/jca/mysql-ds.xml复制到/server/default/deploy目录下。修改mysql-ds.xml文件，设置＜driver-class/＞为 com.mysql.jdb</description>
    <pubDate>2007-07-27</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>JAVA程序员应该了解的10个JSP标签库</title>
    <link>/html/edu/JAVA/38362.html</link>
    <description>JSP最容易忽略的一个特性在于它能够应用可重新使用的代码块——aka“标签库”——给一个JSP应用程序增加新功能。这些使用XML类型标记宣称的标签库提供了可以轻松整合到JSP页面中的现成工具。它们还是一种将应用程序的商业逻辑和视觉外观分离开来的有用途径。 有许多免费</description>
    <pubDate>2007-07-24</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>builder.com.cn</comments>
</item>
<item>
    <title>一些实用的图形用户界面方法</title>
    <link>/html/edu/JAVA/38364.html</link>
    <description>这个函数已反复应用于多个手机应用软件平台 用法：参数定义：str——要分割的字符串 font——字体 rowMaxW——分割后每行宽度 支持标示符： \n 换行 \t 插入两个汉字长度的空格 public static final String[] clipString(String str,Font font,int rowMaxW){ if(str ==</description>
    <pubDate>2007-07-24</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>j2medev　</comments>
</item>
<item>
    <title>Java中常用修饰词使用方法的介绍</title>
    <link>/html/edu/JAVA/38365.html</link>
    <description>Java语言定义了public、protected、private、abstract、static和final这6常用修饰词外还定义了5个不太常用的修饰词，下面是对这11个Java修饰词的介绍： 1.public 使用对象：类、接口、成员 介绍：无论它所处在的包定义在哪，该类（接口、成员）都是可访问的 2.private</description>
    <pubDate>2007-07-24</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>搭建Eclipse+MyEclipse开发环境</title>
    <link>/html/edu/JAVA/34921.html</link>
    <description>一、安装JDK 首先下载JDK 5.0 Update7（JDK 5.0 Update7的下载页面为： http://java.sun.com/javase/downloads/index.jsp ）； 然后运行JDK 5.0安装程序jdk-1_5_0_07-windows-i586-p.exe，安装过程中所有选项保持默认； 最后配置JDK的环境变量：在“我的电脑”上点右键</description>
    <pubDate>2007-06-22</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>codor的专栏</comments>
</item>
<item>
    <title>Sun欲以Java媒体组件增强对视频支持</title>
    <link>/html/edu/JAVA/34920.html</link>
    <description>Java对媒体——尤其是视频的支持不足，对大多数开发者来说，并不是什么秘密。对有些开发者来说这是个严重的问题，特别是当有些人选择Flash、Flex、Silverlight、Adobe Apollo/AIR及其它技术来构建新的RIA（Rich Internet Applications）应用时。所有这些平台将媒体和视</description>
    <pubDate>2007-06-22</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>用PHP+java实现自动新闻滚动窗口</title>
    <link>/html/edu/JAVA/34919.html</link>
    <description>show.php源代码： ? if ($action==&quot;cp&quot;){ echo&quot;div align=center p滚动菜单资料输入端/p form method=post action=show.php?action=edit p文字一: input type=text name=t1 maxlength=30 链接一: input type=text name=l1 maxlength=50 /p p文字二: input type=text na</description>
    <pubDate>2007-06-22</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>搜索引擎之中文分词实现（java版)</title>
    <link>/html/edu/JAVA/34907.html</link>
    <description>前几天读到 google 研究员吴军的 数学之美系列 篇，颇有感触。而恰好自己前段时间做了个基于统计语言模型的中文切分系统的课程项目，于是乎，帖出来与大家共同学习。 分词技术在搜索引擎，信息提取，机器翻译等领域的重要地位与应用就不敖述了。步入正题：） 一、 项目</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>理解Java Swing中的Accelerator Key</title>
    <link>/html/edu/JAVA/34906.html</link>
    <description>前言:没事在看《Java Swing, 2nd Edition》，看到有个东西还是蛮有趣的说，就是Accelerator key，呵呵，好像要配合Alt一起用才能起到作用。蛮多东西是看了程序后才发现原文的意思的。这次算是插曲，不在MapsEditor的范围之内。顺便提一下，中午起来有3到4个人加了群，</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Open XML的Java和.NET类库</title>
    <link>/html/edu/JAVA/34905.html</link>
    <description>通过Java或者.NET进行Office自动化通常是件令人沮丧的事情。除了Java和C#的后期绑定以及COM对象模型会过度使用可选参数的问题外，还有一定释放COM对象的要求。 如果忘记释放一个对象，相关的Office进程会到将来某个不确定的时间才会关闭。所以大多数人建议不要在服务或</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>JAVA中把WORD文档直接转换成html</title>
    <link>/html/edu/JAVA/34910.html</link>
    <description>jacob是java和windows下的com桥，通过它我们可以在java程序中调用COM组件。如果你的JDK是1.4，那你需要下载jacob1.9的jni库才能正常运行，早期版本在JDK1.4下有些问题。 package com; /** * pTitle:Word文档转html类/p * pDescription: /p * pCopyright:() 2002/p * @a</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>JavaBlog</comments>
</item>
<item>
    <title>java初学者都应该搞懂的六个问题</title>
    <link>/html/edu/JAVA/34903.html</link>
    <description>对于这个系列里的问题，每个学Java的人都应该搞懂。当然，如果只是学Java玩玩就无所谓了。如果你认为自己已经超越初学者了，却不很懂这些问题，请将你自己重归初学者行列。内容均来自于CSDN的经典老贴。 问题一： 我声明了什么！ String s = &quot;Hello world!&quot;; 许多人都</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用信号量Semaphore实现互斥锁Mutex</title>
    <link>/html/edu/JAVA/34908.html</link>
    <description>在 Doug lea的那本著名的《Java并发编程—设计原则与模式》，英文名&quot; Concurrent Programming in Java: Design Principles and Patterns, Second Edition &quot;，书中提到可以用信号量Semaphore实现互斥锁Mutex。虽然java中是通过synchronize关键字提供锁，并用这个基础设</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>RIA+REST如何来化解Java的劣势</title>
    <link>/html/edu/JAVA/34909.html</link>
    <description>Java的劣势在何处？与前些年相比，现在看的已经很清楚了，Java的劣势就在于做Web表现层的开发。Web表现层开发需求变化频繁，Java这类静态类型的语言不够敏捷，严重影响了开发的效率。 而JavaEE的一个最大的缺点，就是企图在服务器端搞定一切，我将这种开发方式称作“传</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>李锟的blog</comments>
</item>
<item>
    <title>详细解读Java编程中的IO系统</title>
    <link>/html/edu/JAVA/34904.html</link>
    <description>一．Input和Output 1.stream代表的是任何有能力产出数据的数据源，或是任何有能力接收数据的接收源。在Java的IO中，所有的stream（包括Input和Outstream）都包括两种类型： 1.1以字节为导向的stream 以字节为导向的stream，表示以字节为单位从stream中读取或往stream中</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>名词解释 什么是Spring?</title>
    <link>/html/edu/JAVA/34918.html</link>
    <description>Spring是一个分层构架，意思是你可以选择只用它的一部分，而不影响其他。它的构架体系是内部相容的。所以，你将会在你的学习曲线中获得最大价值。 例如，你可以选择只用Spring 的JDBC 单一应用或者用Spring 管理你的业务对象。 Spring 可以有效的组织你的中间层对象，无</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>名词解释 什么是JUnit?</title>
    <link>/html/edu/JAVA/34917.html</link>
    <description>JUnit是一个开发源代码的Java测试框架，用于编写和运行可重复的测试。他是用于单元测试框架体系xUnit的一个实例（用于java语言）。它包括以下特性： 1、用于测试期望结果的断言（Assertion） 2、用于共享共同测试数据的测试工具 3、用于方便的组织和运行测试的测试套件</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>名词解释 什么是Hibernate?</title>
    <link>/html/edu/JAVA/34916.html</link>
    <description>Hibernate 是什么？ Hibernate 是什么？从不同角度的解释： 1、它是连接 Java 应用程序和关系数据库的中间件。 2、它对 JDBC API 进行了封装，负责Java对象的持久化。 3、在分层的软件架构中它位于持久化层，封装了所有数据访问细节，使业务罗基层可以专注于实现业务逻</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用Hibernate3.1实现XML和数据库的同步</title>
    <link>/html/edu/JAVA/34915.html</link>
    <description>Hibernate是一套开源的用于对象/关系持久化和查询服务的Java库。现在Hibernate的最新版本是3.1.在这个版本中引入了一个新的特性：XML到数据库映射（也可以看做是XML和数据库的同步）。这个功能允许程序员将基于XML文档的数据映射成数据库（在当前版本的Hibernate中支持D</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>IT168</comments>
</item>
<item>
    <title>名词解释 什么是CORBA？</title>
    <link>/html/edu/JAVA/34912.html</link>
    <description>公用对象请求代理（调度）程序体系结构（Common Object Request Broker Architecture），缩写为 CORBA，是对象管理组织（Object Management Group）对应当今快速增长的软硬件的协同工作能力的要求而提出的方案。简而言之，CORBA 允许应用程序和其他的应用程序通讯，而不</description>
    <pubDate>2007-06-19</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用Spring Web Flow和Terracotta搭建Web应用</title>
    <link>/html/edu/JAVA/34813.html</link>
    <description>Spring Web Flow是Spring Framework中的web应用组件，它提供了一种编写有状态和基于会话的web应用的简便手段。Spring Web Flow使得逻辑流程成为Web应用中的一等公民，它能让你定义为自包含模块，以独立于应用的其它部分来配置和重用。 Spring Web Flow引入了几种有状态</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>infoq</comments>
</item>
<item>
    <title>如何使用JMeter测试Java项目</title>
    <link>/html/edu/JAVA/34814.html</link>
    <description>一、 Apache JMeter工具 1）简介 JMeter——一个100％的纯Java桌面应用，它是 Apache组织的开放源代码项目，它是功能和性能测试的工具。JMeter可以用于测试静态或者动态资源的性能（文件、Servlets、Perl脚本、Java对象、数据库 和查询、ftp服务器或者其他资源）。 2）</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>IT168</comments>
</item>
<item>
    <title>名词解释 什么是Eclipse？</title>
    <link>/html/edu/JAVA/34815.html</link>
    <description>Eclipse是一个开放源代码的、与NetBeans、Sun ONE Studio和Borland Jbuilder类似的一种基于Java的整合型可扩展开发平台，也是目前最著名的开源项目之一，IBM在最近几年里也一直在大力支持该项目的发展，目标是将其做成用以替代IBM Visual Age for Java（简称IVJ）的下一</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>名词解释 什么是Tomcat?</title>
    <link>/html/edu/JAVA/34816.html</link>
    <description>如今，基于Web的应用越来越多，传统的Html已经满足不了如今的需求。我们需要一个交互式的Web，于是便诞生了各种Web语言。如Asp，Jsp，Php等。当然，这些语言与传统的语言有着密切的联系，如Php基于C和C++语言，Jsp基于Java语言。本文所要介绍的Tomcat即是一个Jsp和Servl</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>名词解释 什么是JBoss?</title>
    <link>/html/edu/JAVA/34817.html</link>
    <description>每天都在听同事说JBoss, JBoss的,究竟什么是JBoss呢,今天我急切的想知道这个问题的答案.多亏这万能的Google,每当我遇到问题的时候,第一个想到的就是你... 以下内容出自互联网 解释1: Jboss是 web服务器的一种，主要做ejb容器，和tomcat集成就可以jsp,servlet,ejb通吃了</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用Java Swing界面实现数据库基本操作</title>
    <link>/html/edu/JAVA/34818.html</link>
    <description>实例：用Java Swing图形化界面来对数据库操作（增，删，查，改） 数据库版本：SQLServer2000 数据库名：dxaw 用户名：dxaw 密码：123 表名：bankAccount 表结构：id(int[自动增长]),ownerName(varchar),accountValue(varchar),accountLevel(varchar) 程序代码： import</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>使用Weblogic Integration的应用程序架构</title>
    <link>/html/edu/JAVA/34819.html</link>
    <description>在一个已经使用Weblogic Integration和Workshop开发出多个应用程序的环境中，您可能希望考虑一种支持以下功能的方法： 组件重用； 将多个应用程序共同部署到同一个WebLogic域上 本文关注单个Workshop/Weblogic Integration应用程序——即一个部署单元（一个ear）——的</description>
    <pubDate>2007-06-17</pubDate>
    <category>JAVA</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>

</channel>
</rss>
