문제

I have an EJB 2.1 project, works on WebShere 7. I must migrate it to WebSphere 8. Which one is the better (less effort) approach:

  1. First convert the project into an EJB3.1 project then migrate into Websphere. If yes, is it easy to do that by a large project?
  2. Adapt the project till it works on Websphere8 (What should be taken into account)

Thanks??

도움이 되었습니까?

해결책

The easiest approach is to do nothing: WebSphere Application Server v8 supports EJB 2.1 just as well as v7. Why risk changing something that isn't broken?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top