`
kenees
  • 浏览: 6112 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
    Timer service in EJB3 with anotation is fairly simple, I give you an example as follow, and it's really simple and self-explanation:  1 package com.ramon.expejb3.session.impl;  2   3 import javax.annotation.Resource;  4 import javax.ejb.Stateless;  5 import javax.ejb.Timeout;  6 import javax.ejb. ...
   Part 2 of these series articles describe how to coding on MDB with EJB3.    MDB is the MVP(most valuable player) both in previous EJB version and EJB3. Although coding with MDB is simple in EJB2.x, EJB3 make it much more friendly to you. Let's get to the point.     Following is what you should k ...
   Recently I did some research on EJB3 programming, find that it's really simple than programming with previous EJB version. Coding in EJB2.X or previous version is really a nightmare for most developers, maybe for this, EJB3 gives me much more impression than Spring when it first comes to me, this ...
Global site tag (gtag.js) - Google Analytics