Foros de discusión

Is there any problem compatibiidade between liferay and jsr68/286?

Renan Resende, modificado hace 11 años.

Is there any problem compatibiidade between liferay and jsr68/286?

Junior Member Mensajes: 30 Fecha de incorporación: 3/10/12 Mensajes recientes
Hello all!

I would like to create portlets for my liferay portal using technology jsr 168/286, but some say that for compatibility issues with liferay and it would be better to use spring, someone tell if this incompatibility is truth?
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Is there any problem compatibiidade between liferay and jsr68/286?

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
Whatever you heard is false.

Liferay is 168 and 286 compliant. Spring is not a requirement, but if you're an avid Spring nut (like me) you use it anyway.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Is there any problem compatibiidade between liferay and jsr68/286?

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Liferay uses Spring and is JSR168/286 compatible. However, be aware that liferay adds some functionalities beyond JSR specifications as WebSphere does too (I think most portals have additional functionalities not yet included in JSR). That said, I think Brian Chan is trying to get some liferay specific features into the JSR specification.

BTW, are you talking about Liferay MVC vs Spring MVC?

I recommend Manning's "Portlet in Action" book.
Renan Resende, modificado hace 11 años.

RE: Is there any problem compatibiidade between liferay and jsr68/286?

Junior Member Mensajes: 30 Fecha de incorporación: 3/10/12 Mensajes recientes
David and Hitoshi, thanks for the answers!

I will look for this book.