EJB
asianboycn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JPA Notes
Most of notes here coming from the book [ Apress Pro EJB 3 JPI] http://developers.sun.com/learning/javaoneonline/2006/coreenterprise/TS-9056.pdf ? Persistent Unit A set of manag...原创 2009-12-22 11:30:49 · 203 阅读 · 0 评论 -
EJB Spec study notes
Business interface 1. interfaces are excluded when determine whether bean has more than one interface: Serializable, Externalizable, any interface defined by javax.ejb.* 2. Same interface can not be...2009-09-07 07:33:38 · 270 阅读 · 0 评论 -
SCBCD Notes
Client can NOT call EJB direct, but through mediator JMS in case of MDB(Message Driven Bean) Container provides class implementing bean's interface: component interface & home interfac...原创 2011-10-01 08:08:41 · 183 阅读 · 0 评论 -
Using was6-maven-plugin to generate ejb stub
to configure th plugin, add the following to your build plugin. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>was6-maven-plugi...原创 2014-09-12 09:36:27 · 159 阅读 · 0 评论 -
websphere create scheduler
EAR project WEB project Hashtable<String, String> env = new Hashtable<String, String>(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFac...原创 2014-10-10 00:02:05 · 290 阅读 · 0 评论
分享