문제

I'm interested in developing locally on Liberty profile 8.5.5 and WAS dev tools for Eclipse.

However, my company uses WAS 8.0.0.6.

Can Java EE artifacts developed for Liberty also be deployed to 8.0.0.6 without any xml changes or otherwise?

I guess both are Java EE 6 servers...

도움이 되었습니까?

해결책

Yes, the intent is to allow development on Liberty profile and deployment on the full profile. There might be some system configuration differences, particularly around class loading, but you should be able to leave the application itself unchanged.

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