Foren

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

Renan Resende, geändert vor 11 Jahren.

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

Junior Member Beiträge: 30 Beitrittsdatum: 03.10.12 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Liferay Legend Beiträge: 14914 Beitrittsdatum: 02.09.06 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Junior Member Beiträge: 30 Beitrittsdatum: 03.10.12 Neueste Beiträge
David and Hitoshi, thanks for the answers!

I will look for this book.