随笔分类 -  04 Open Source

摘要:@ 11:04 · 由 Samuel Chen 分类: IT Industry, Open SourceEclipse Con 已经开始,这里访问EclipseCon 2006主页。全部的 Presentation 日程表教学类的 Presentation 日程表eclipse» 阅读全文

posted @ 2006-04-03 17:33 Samuel Chen 阅读(297) 评论(0) 推荐(0)

摘要:Hibernate 3.0 今天宣布候选版1(RC1)已经准备放出。这个全新的支持O/R/XML映射的版本包含了大量特性,全面的O/R查询功能,如Hibernate查询语言(HQL),增强的Hibernate标准查询API(HCQA)等。详细信息 阅读全文

posted @ 2005-03-02 15:36 Samuel Chen 阅读(855) 评论(0) 推荐(0)

摘要:DotLucene是一个强有力的开源全文搜索引擎,它是从Apache的Lucene(java)项目移植到.Net(C#)上的。 DotLucene的效率非常高,并且还具有对搜索结果评级、高光、搜索非结构数据以及本地化等特点。它还和Lucene的索引兼容,因此你可以在不同的平台间迁移而不会丢失任何索引数据。 本文介绍了如何通过简洁的代码来使用DotLucene完成全文搜索功能。这里访问全文 阅读全文

posted @ 2005-02-25 16:45 Samuel Chen 阅读(1900) 评论(2) 推荐(0)

摘要:ANNOUNCEMENT: Oracle's TopLink team has provided a preview release of their Spring integration for their TopLink O/R Mapping solution. Read more here . -- From Spring Framework official site . 阅读全文

posted @ 2004-12-16 10:41 Samuel Chen 阅读(1541) 评论(0) 推荐(0)

摘要:在使用了JSTL的TagLib来进行消息显示时,使用了message.properties 来配置信息。由于(估计)其内部使用了国际化支持,因此警告 ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale zh_CN。为了解决这个,我复制了一个me... 阅读全文

posted @ 2004-07-29 15:23 Samuel Chen 阅读(6722) 评论(3) 推荐(0)

摘要:From the example on spring official site, I conclude the flow of Spring's MVC.1. Request --> org.springframework.web.servlet.DispatcherServlet --> parse [ServletName]-servlet.xml --> dispatch to Contr... 阅读全文

posted @ 2004-07-28 17:15 Samuel Chen 阅读(1497) 评论(0) 推荐(0)

摘要:In SpringFramework, for logging by Log4J subsystem, we can config it with the file named log4j.properties and put it in the folder web-inf/class/ (If using WSAD, you should put it in JavaSource/. It ... 阅读全文

posted @ 2004-07-26 16:11 Samuel Chen 阅读(1755) 评论(0) 推荐(0)

摘要:在用WSAD5.1.1学习 http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step-Part-1.html 的过程中, 已经引用了Spring.jar,然后把*.HTM map 到 org.springframework.web.servlet.DispatcherServlet,结果在访问*... 阅读全文

posted @ 2004-07-26 15:28 Samuel Chen 阅读(1672) 评论(0) 推荐(0)

摘要:最近要做一个新的项目,前期做了些研究,决定用Java来做,因此很长时间没来这里,荒芜的都长草了。其实技术这个东西,是不分国界,不分语言的 —— 所以也不应该分“语言”吧。所以呢,也就冒着被拍死的大不为,在这个.Net的地方记录一点关于Java的心得(MS和Sun都和解了,我怕什么)。开了一个Spring的category。Spring是一个基于AOP思想的框架,可伸缩性非常的强。目前完成的是Jav... 阅读全文

posted @ 2004-07-26 15:20 Samuel Chen 阅读(2659) 评论(15) 推荐(0)