P*P 发帖数: 36 | |
g*****g 发帖数: 34805 | 2 ejb is dead, kind of. Try spring instead.
ejb2.x is very wrong, dead. ejb3.0 is a good attempt but too
little too late, ejb3.1 is a new attempt trying to answer the
question nobody asks. I don't understand why they can't make ejb
an embeded component in servlet container.
【在 P*P 的大作中提到】 : 请给推荐一本ejb的书吧.谢谢
|
A**o 发帖数: 1550 | 3 ejb is not fun.
【在 P*P 的大作中提到】 : 请给推荐一本ejb的书吧.谢谢
|
w*r 发帖数: 2421 | 4 ejb is confusing, but some systems already build on EJB. so it will die hard
. spring looks fun, also very confusing. I hate it, but no other choices. |
c***c 发帖数: 21374 | 5 ejb太复杂了
人为的把问题搞得越来越复杂
我没从事过所谓的多么大多么大的企业级项目(虽然都是帮企业干,呵呵),
我个人感觉就是ejb绝对是一个事倍功半的东西
【在 P*P 的大作中提到】 : 请给推荐一本ejb的书吧.谢谢
|
c***c 发帖数: 21374 | 6 headfirst ejb
不过是ejb2版本的
【在 P*P 的大作中提到】 : 请给推荐一本ejb的书吧.谢谢
|
m******t 发帖数: 2416 | 7
hard
So let it die hard, and we'll all live free. 8-)
【在 w*r 的大作中提到】 : ejb is confusing, but some systems already build on EJB. so it will die hard : . spring looks fun, also very confusing. I hate it, but no other choices.
|
b*****t 发帖数: 1276 | 8 ejb3.0 is fine, will not die. if you like hibernate, then ejb3.0 is close to
it. there is no reason it will die.
I kind of feel spring lives in idea world, not sure how does it work in real
life large project. It's pretty hard to maintain that long xml. |
g*****g 发帖数: 34805 | 9 Spring has way more deployments than ejb3.0, and many of them are huge.
Search on google and you'll know. You can split xml into small pieces,
plus nice IDE like spring plugin for eclipse will help you do a lot
of validation/refactoring. If none of these work for you, spring 2.5 is
very much annotation based now.
to
real
【在 b*****t 的大作中提到】 : ejb3.0 is fine, will not die. if you like hibernate, then ejb3.0 is close to : it. there is no reason it will die. : I kind of feel spring lives in idea world, not sure how does it work in real : life large project. It's pretty hard to maintain that long xml.
|
b*****t 发帖数: 1276 | |
b*****t 发帖数: 1276 | 11 How does Spring handle the distributed transaction? I am currently using
ejb3, so far so good.
【在 g*****g 的大作中提到】 : Spring has way more deployments than ejb3.0, and many of them are huge. : Search on google and you'll know. You can split xml into small pieces, : plus nice IDE like spring plugin for eclipse will help you do a lot : of validation/refactoring. If none of these work for you, spring 2.5 is : very much annotation based now. : : to : real
|
g*****g 发帖数: 34805 | 12 http://www.javaworld.com/javaworld/jw-04-2007/jw-04-xa.html
Here's an article talking about it, if you are interested.
【在 b*****t 的大作中提到】 : How does Spring handle the distributed transaction? I am currently using : ejb3, so far so good.
|