
J2EE
iteye_578
这个作者很懒,什么都没留下…
展开
-
Quartz与Spring的集成
2.1 Scheduler 总入口<bean name="quartzScheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="triggers"> <list> ..2007-05-07 21:25:32 · 122 阅读 · 0 评论 -
ExtremeComponents 指南
1.安装ExtremeComponents 安装文件在/components/web/extremetable/ 下,包括jar文件,images图片和css文件以及properties文件。以及web.xml,sample.jsp 示例。连环指定:images文件,css文件,properties文件可随意摆放properties文件中指定images文件的位置,web.xml中指定pr...2007-05-08 21:19:22 · 180 阅读 · 0 评论 -
JavaMail
1. 概述 SpringSide参考其他项目,对JavaMail作了一些封装。 一个MailService抽象类 一个DefaultMailService基于Spring的JavaMailSender,支持真正发信 一个MockMailService用于调试,仅把信件打印到屏幕而不真正发信 封装了使用FreeMarker,基于模板发送html格式的邮...2007-05-09 22:01:26 · 187 阅读 · 0 评论 -
常用Utils工具类
1.Jakarta StringUtils使用Jakarta-Commons-Language中的StringUtils类,基本上能满足任何要求2.Jakarta BeanUtils使用Jakarta-Commons-Beantuils,能够获得便捷的反射函数封装及对嵌套属性、map、array型属性的读取。其中,BeanUtils 将Bean属性读取转化为String,而Property...2007-05-09 22:03:38 · 277 阅读 · 0 评论 -
BIRT报表
1.概述网站: http://www.eclipse.org/birt/phoenix/BIRT报表 拥有和Dreamweaver一般的操作界面,可以像画table一样画报表,生成图片,导出Excel,html分页样样齐全,样式和script设置简单,貌似还有OLAP导航功能,JasperReport注定要被打入冷宫了。特别留意,SpringSide里仿照Spring集成JasperRepo...2007-05-09 22:13:07 · 118 阅读 · 0 评论 -
Minimal Web Services with XFire, Spring and PHP
If you have a Java web application implemented with Java 5 and Spring Framework, it is really easy to expose your POJOs as web services. In this example I use XFire and JSR 181 annotations for th...2009-04-08 18:22:10 · 143 阅读 · 0 评论 -
Improve Web Application Performance
Improve Web Application PerformancePublished: 30 Apr 2008By: Adnan AmanAdnan Aman shows some tricks and tips to improve the performance of web applications. IntroductionIn the...原创 2009-05-02 10:53:11 · 261 阅读 · 0 评论