I have a question about assingment. Some people are going to use EJB2.0 in the assignment,what version does Sun expect us to use?
Lipman Li
Ranch Hand
Joined: May 02, 2002
Posts: 122
posted
0
officially, It should be version 1.1, but I don't think it is illegal if you're going to use Version 2.0.
Harsh Deshpande
Greenhorn
Joined: May 13, 2002
Posts: 16
posted
0
Does it make too much difference for the assignment. There is not too much of asynchronous stuff (except email confirmation) so message driven beans are not required. Also, you can use dependent objects and value objects instead of local EJBs. Harsh
Lipman Li
Ranch Hand
Joined: May 02, 2002
Posts: 122
posted
0
local interface could not replace Value object, you still need the value object when cross tiers communication happen.
Robin Zhang
Ranch Hand
Joined: Apr 11, 2002
Posts: 139
posted
0
Lipman Li : did you use EJB2.0 in your assignment?