2006年5月12日

摘要: 看了看toplink-essentials-agent的代码,发现使用这个jpa的web app,对部署的要求挺高, 而且侵入性较高,有一个比较简单的方法来解决这个问题。比如在tomcat中使用Toplink-essentials jpa的比较方便的办法,就是直接调用toplink-essentials-agent的Instrumentation premain方法, 传入2个null参数即可,这... 阅读全文
posted @ 2006-05-12 08:42 zhu 阅读(378) 评论(0) 推荐(0)
 
摘要: JPA Annotation ReferenceVersion: May 5, 2006 The Java Persistence API (JPA), part of the Java Enterprise Edition 5 (Java EE 5) Enterprise Java Beans (EJB) 3.0 specification, greatly simplifies EJB per... 阅读全文
posted @ 2006-05-12 08:37 zhu 阅读(437) 评论(0) 推荐(0)