<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>huluhulu88的专栏 - 开源框架</title><link>http://blog.csdn.net/huluhulu88/category/360392.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 23 Jul 2008 14:06:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>huluhulu88</dc:creator><title>分析DWR util.js包</title><link>http://blog.csdn.net/huluhulu88/archive/2008/06/12/2539435.aspx</link><pubDate>Thu, 12 Jun 2008 13:41:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/06/12/2539435.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2539435.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/06/12/2539435.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2539435.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2539435</trackback:ping><description>DWRUtil.addOptions 有5种调用方法：1 ：Array: DWRUtil.addOptions(selectid, array) 。selectid为目标ID,array为每一项的text。2 ：Array of objects (option text = option value):       DWRUtil.addOptions(selectid, data, prop) 用text和value的集合来为每一个数组元素创建一个选项，      pro参数指定text和value的值。3：Array of objects (with differing option text and value):       DWRUtil.addOptions(selectid, array, valueprop, textprop) 用text和value的集合来为每一个数组元素创建一个选项，      valueprop确定value，textprop确定text。4：Object: DWRUtil.addOptions(s&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2539435.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>DWR中各种java方法的调用</title><link>http://blog.csdn.net/huluhulu88/archive/2008/04/10/2275793.aspx</link><pubDate>Thu, 10 Apr 2008 09:43:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/04/10/2275793.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2275793.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/04/10/2275793.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2275793.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2275793</trackback:ping><description>DWR中各种java方法的调用     &lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2275793.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>Groovy和Grails简介(对抗ruby的j2ee框架)</title><link>http://blog.csdn.net/huluhulu88/archive/2008/02/04/2082081.aspx</link><pubDate>Mon, 04 Feb 2008 10:50:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/02/04/2082081.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2082081.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/02/04/2082081.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2082081.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2082081</trackback:ping><description>

	导读： 　　摘要 　　Java Web应用程序框架是企业Java得以成功的重要原因之一。人们怀疑如果没有Apache Struts框架Java EE是否能够如此成功。虽然底层编程语言很重要，但通常是框架使编程语言成为引人注目的中心的。如果您经常访问讨论论坛，就会注意到Ruby语言和Ruby On Rails框架之间也是这种情况。Ruby已经出现十多年了，然而只是在Ruby On Rails框架流行之后，开发人员才开始注意到Ruby语言。 　　诸如Ruby、PHP和Python之类的脚本语言最近几年越来越流行，因此，需要开发一个Java脚本备选语言和类似Rails的针对Java环境的框架。Groovy就是这个脚本语言，而Grails就是这个框架。 　　在本文中我将讨论Groovy的Web开发功能，然后继续讨论Grails框架。我将开发一个示例Grails Web应用程序，并讨论此框架的各种特性。 　　Groovy是什么？ 　　Groovy是一种语言，其语法类似于Java，但比Java更简单。它通常被视为脚本/灵活/动态的语言，但是我不喜欢这类形容词，因为我认为它们只会令人困惑。如&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2082081.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>Lucene：基于Java的全文检索引擎简介 (笔记 by 车东)</title><link>http://blog.csdn.net/huluhulu88/archive/2008/02/01/2076508.aspx</link><pubDate>Fri, 01 Feb 2008 10:57:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/02/01/2076508.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2076508.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/02/01/2076508.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2076508.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2076508</trackback:ping><description>

	Lucene：基于Java的全文检索引擎简介作者：车东 发表于：2002-08-06 18:08 最后更新于：2007-04-12 11:04版权声明：可以任意转载，转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。http://www.chedong.com/tech/lucene.html Lucene是一个基于Java的全文索引工具包。基于Java的全文索引引擎Lucene简介：关于作者和Lucene的历史 全文检索的实现：Luene全文索引和数据库索引的比较 中文切分词机制简介：基于词库和自动切分词算法的比较 具体的安装和使用简介：系统结构介绍和演示 Hacking Lucene：简化的查询分析器，删除的实现，定制的排序，应用接口的扩展 从Lucene我们还可以学到什么 基于Java的全文索引/检索引擎——LuceneLucene不是一个完整的全文索引应用，而是是一个用Java写的全文索引引擎工具包，它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。Lucene的作者：Lucene的贡献者Doug Cuttin&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2076508.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>Lucene基本适用介绍（转自BlogJava的BlueDavy）</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/29/2071652.aspx</link><pubDate>Tue, 29 Jan 2008 15:42:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/29/2071652.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2071652.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/29/2071652.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2071652.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2071652</trackback:ping><description>	导读： 　　老兄的文章不错，希望以后能自己提供将Lucene整合到自己应用的案例和代码，塞！这里借花献佛了！ 　　---------------------------------------------------------------------------------------------------------- 　　今天用了下Lucene，发现网上虽然也有不少介绍它的文档，不过很多都偏向介绍概念呀、设计或者是一些更为深入的东西，对于其入门使用的介绍性的文档并不多，就写了这么一篇。 　　Lucene基本使用介绍 　　 　　本文的目的不在于对Lucene的概念和设计这些进行介绍，仅在于介绍怎么样去使用Lucene来达到自己想要的几种常见的全文检索的需求，如果想深入了解Lucene的话本文不会带给你什么收获的。看完本文后想更深入的了解Lucene请访问：http://lucene.apache.org 　　 　　 　　 　　一. 概述随着系统信息的越来越多，怎么样从这些信息海洋中捞起自己想要的那一根针就变得非常重要了，全文检索是通常用于解决此类问题的方案，而Lucene&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2071652.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>基于Java的搜索引擎：Compass</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/29/2071571.aspx</link><pubDate>Tue, 29 Jan 2008 15:11:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/29/2071571.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2071571.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/29/2071571.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2071571.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2071571</trackback:ping><description>

	导读： 　　Compass是第一个实现java搜索引擎的开源框架,它是基于Lucene之上的，提供更简单的搜索引擎API，事务支持，对象到搜索引擎映射（Annotations &amp;amp; XML），Xml到搜索引擎映射，可以和Hibernate,Spring集成，功能非常的强大。如果用Hibernate,Spring做的项目需要搜索引擎的话，Compass是个非常好的选择。个人认为：如果说Lucene是搜索引擎中的JDBC，那么Compass就是Hibernate。而Compass和Hibernate不仅仅是比喻的像，它们的类和用法，和作用也非常的像。Compass是用面向对象编程方法来实现搜索。如果会Hibernate的话学Compass是非常容易的。 　　大家可以到http://www.opensymphony.com/compass/download.action去下载最新的版本。2006年8月28日Compass 1.1 M1 发布，用的是Lucene2.0，现在讲的就是这个版本。 　　虽然有人说Hibernate3.1以后版本自带了对Lucene的支持，Compass&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2071571.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>MyEclipse 5.5 开发 Spring + Struts + Hibernate 的详解视频(长1.5小时) </title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/27/2068345.aspx</link><pubDate>Sun, 27 Jan 2008 15:07:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/27/2068345.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2068345.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/27/2068345.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2068345.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2068345</trackback:ping><description>			MyEclipse 5.5 开发 Spring + Struts + Hibernate 的详解视频(长1.5小时)		第一部分: Struts 开发 6.83MB 22分36秒 http://beansoft.java-cn.org/download/ssh_1_struts.exe  第二部分: Hibernate + Spring 11.5MB&amp;amp;amp;nbsp;38分59秒 http://beansoft.java-cn.org/download/ssh_2_hibernate_spring.exe  第三部分: 自己实现 SpringProxyAction 5.05MB 14分25秒 http://beansoft.java-cn.org/download/ssh_3_struts_proxy_asm.exe  第四部分: ASM 错误解决及用 Spring 的代理实现整合 9.95MB&amp;amp;amp;nbsp;23分49秒 http://beansoft.java-cn.org/download/ssh_4_spring_struts.exe  大纲 PDF&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2068345.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>JBoss目录结构说明和功能介绍 </title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/25/2065002.aspx</link><pubDate>Fri, 25 Jan 2008 12:10:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/25/2065002.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2065002.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/25/2065002.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2065002.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2065002</trackback:ping><description>

	导读： 　　转自：http://www.unionsky.net/forum/showthread.asp?threadid=40&amp;amp;page=1 　　本文节选自O'Reilly的《JBoss EJB Workbook》，现在提供英文版的免费下载。 　　http://www.oreilly.com/catalog/entjbeans3/workbooks/ejbwJboss.Files.zip 　　这是我的阅读笔记，因为时间和水平有限，难免会有一些错误，还请各位不吝指正。 　　你可以通过email联系我，kitta4587@163.com。 　　本文将尝试指导你通过一些必要的步骤来安装一个完全可运行的JBoss服务器，并顺便了 　　解一些有关JBoss的其他信息。 　　如果你需要有关JBoss配置的更详细的信息，可以访问JBoss的web站点， 　　http://www.jboss.org，在那里你可以找到丰富的在线文档。 　　关于JBoss 　　JBoss是全世界开发者共同努力的成果，一个基于J2EE的开放源代码的应用服务器。在不 　　到12个月的时间里有一百万以上的拷&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2065002.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>写的第一个完整的ant实例</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/23/2061539.aspx</link><pubDate>Wed, 23 Jan 2008 16:21:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/23/2061539.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2061539.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/23/2061539.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2061539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2061539</trackback:ping><description>写的第一个ant完整实例，可以正常运行，但还有些地方不太明白。&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2061539.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>java开源框架简介</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/22/2058343.aspx</link><pubDate>Tue, 22 Jan 2008 10:41:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/22/2058343.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2058343.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/22/2058343.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2058343.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2058343</trackback:ping><description>java开源框架简介，有几十个开源框架，都有说明且有官网地址&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2058343.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>DB2 XML 编程之使用XML数据库支持</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/18/2051551.aspx</link><pubDate>Fri, 18 Jan 2008 15:43:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/18/2051551.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2051551.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/18/2051551.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2051551.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2051551</trackback:ping><description>	导读： 　　Microsoft SQL Server 2005 产品概述2005-07-21 mssqlserver2005 　　文档数据库与关系数据库的比较2004-08-03 gjd111686 　　XQuery数据查询语言[1-1] （转载）2004-08-18 Explorerwen 　　SQL Server 2005数据库开发概述2005-07-21 mssqlserver2005 　　为论文《xml数据库在移动系统中应用研究》所做的文献综述报告2004-10-11 angellou 　　更多内容... 本文转自 http://blog.csdn.net/onlyzhangqin/archive/2008/01/15/2044617.aspx 	&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2051551.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>Log4j配置 实例说明</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/09/2032027.aspx</link><pubDate>Wed, 09 Jan 2008 15:02:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/09/2032027.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2032027.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/09/2032027.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2032027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2032027</trackback:ping><description>Log4j配置 实例说明&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2032027.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>使用JUnit进行测试</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026873.aspx</link><pubDate>Sat, 05 Jan 2008 16:21:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026873.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2026873.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026873.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2026873.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2026873</trackback:ping><description>JUnit是与Eclipse一起提供的一个开源测试框架。在同一个Project中，可以创建与其它class无异的“基于JUnit”的class，并使用此JUnit代码去测试project中的其它class。JUnit的此种使用方式能够为每位在此应用程序上工作的人员构建一组标准的测试。如果当更改了应用程序代码以后，他们所需做的工作仅仅是点击几下按钮来验证此应用程序是否依然能够通过标准测试。&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2026873.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title>在Eclipse中使用JUnit4进行单元测试（高级篇）</title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026731.aspx</link><pubDate>Sat, 05 Jan 2008 15:01:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026731.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2026731.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2026731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2026731</trackback:ping><description>在Eclipse中使用JUnit4进行单元测试（高级篇）&lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2026731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>huluhulu88</dc:creator><title> 在Eclipse中使用JUnit4进行单元测试(中级篇) </title><link>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026727.aspx</link><pubDate>Sat, 05 Jan 2008 14:59:00 GMT</pubDate><guid>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026727.aspx</guid><wfw:comment>http://blog.csdn.net/huluhulu88/comments/2026727.aspx</wfw:comment><comments>http://blog.csdn.net/huluhulu88/archive/2008/01/05/2026727.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/huluhulu88/comments/commentRss/2026727.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2026727</trackback:ping><description> 在Eclipse中使用JUnit4进行单元测试(中级篇) &lt;img src ="http://blog.csdn.net/huluhulu88/aggbug/2026727.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>