<< 二月 2008 | 首页 | 四月 2008 >>

我收藏的链接(17)

我收藏的链接(17) 
Tapestry 5的新功能
[#HHH-2645] Synchronization bottleneck in EntityModeToTuplizerMapping - Hibernate JIRA
hibernate.org - Equals and HashCode
写了一个实用的图像放大缩小程序,但是动画GIF转换后不会显示了,只有第一帧 - 简单就是美! - CSDNBlog
Spring 2.5 Perfomance Improvements 200% 直逼 Guice - 简单就是美! - CSDNBlog
用ConcurrentHashMap代替Collections.synchronized(new HashMap()) 并发性能问题
RSS 2.0 Specification (RSS 2.0 at Harvard Law)
为什么说Lucene不好 - 开源 - JavaEye新闻
Manage RSS feeds with the Rome API - Java World
用Rome API管理RSS种子
Ten of the Biggest Mistakes Developers Make With Databases
The Importance of Model-View Separation
Best Practices for Speeding Up Your Web Site
提高网站的性能最佳实践
EclEmma - Java Code Coverage for Eclipse
UMLChina--软件以用为本
UML软件工程组织
如何从开发人员走向架构师 - Eric Li's Weblog - BlogJava
First EJB 3 Tutorial explaining Ant and showing how to create a session and entity beans with annotations and JBoss.
用Eclipse开发EJB3,如何用annotations和JBoss创建一个Session和Entity BEAN
Eclipse+lomboz+jboss 开发EJB实例(3)--Stevie Liu的博客
使用Eclipse开发J2EE应用
what is wrong with the project? - OutSource All - BlogJava
Apache和Subversion集成安装与配置 - 千里冰封 - BlogJava

阅读全文……

标签 :

ChangeAwareClassLoader的loadClass or Class.forName Stuck 问题

ChangeAwareClassLoader.loadClass or Class.forName Stuck 问题
通过Thread DUMP看到很多线程Stuck在weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35),然后StackTrace跟着就是

 org.hibernate.util.ReflectHelper.classForName(ReflectHelper.java:95)
 org.hibernate.util.ReflectHelper.getConstantValue(ReflectHelper.java:122)

在启动服务器的脚本里,增加启动Java JVM的参数,增加系统属性 -Dhibernate.bytecode.use_reflection_optimizer=true试一试。

阅读全文……

标签 : ,

为集群配置Quartz的JDBCJobStore

Quartz集群当前只能与JDBC-Jobstore一起工作

阅读全文……