Вопрос

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