Migrating EJB1.0 to 2.0

It would be very helpful to us if any of you could say Is it possible to migrate from EJB 1.0 to 2.0 directly ? If it is possible how to go about it ? Provide us with any web sites / doucmentation relating to it.
[261 byte] By [vkamala1] at [2007-9-19]
# 1

Greetings,

> It would be very helpful to us if any of you could say

>

> Is it possible to migrate from EJB 1.0 to 2.0 directly

> ?

Depends what you're migrating: Session and BMP Beans should move over easily. CMP beans, however, are significantly different from an implementation viewpoint that they won't just drop in - though compliant vendors must provide backward support for 1.1... Yet, porting them (to 2.0) should prove relatively painless. :)

> If it is possible how to go about it ?

Start with the J2EE (1.3.x) tutorial at http://java.sun.com/j2ee/tutorial.

> Provide us with any web sites / doucmentation relating

> to it.

:)

I hope this helps.

Regards,

Tony "Vee Schade" Cook

pendraco at 2007-7-5 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Tony , Thank you very much for the more helpful information.
vkamala1 at 2007-7-5 > top of java,Enterprise & Remote Computing,Enterprise Technologies...