| How should I design my current CORBA applications with an eye to migrating easily to EJBs later? |
|
Use the following guidelines:
Following these basic guidelines should allow most of your services to migrate to EJB with minimal modification. Note, however, that there is nothing wrong with using a hybrid architecture. It is reasonable to expect that some services will be easily ported to EJB and some will be hard to port. Any EJB server built on IIOP should support hybrid deployments easily, allowing you to migrate your services over time or, in some cases, not at all.
|