« Volver a Liferay Faces

Liferay Faces Version Scheme

This article has been incorporated into the official Liferay documentation. Refer to the section titled Understanding the Liferay Faces Version Scheme.

0 archivos adjuntos
39169 Accesos
Promedio (0 Votos)
La valoración media es de 0.0 estrellas de 5.
Comentarios
Respuestas anidadas Autor Fecha
Because LiferayFaces depents directly on only... lpu123 xyz 24 de febrero de 2014 10:01
the above scheme is: LiferayFaces-Version = ... lpu123 xyz 24 de febrero de 2014 10:57

Because LiferayFaces depents directly on only Liferay-Version-Nr and JSF-Version-Nr, So for the Liferay Faces Version Scheme, it is better to use the Liferay-Version-Nr and JSF-Version-Nr DIRECTLY as COMBINATION, for example:

LiferayFaces-6.2-2.2 = Liferay-6.2 + JSF-2.2
LiferayFaces-6.2-2.1 = Liferay-6.2 + JSF-2.1
LiferayFaces-6.1-2.2 = Liferay-6.1 + JSF-2.2
LiferayFaces-6.1-2.1 = Liferay-6.1 + JSF-2.1
. . .

with this scheme, it is very easy to know, which Liferay-Version and which JSF-Version is supported!
Publicado el día 24/02/14 10:01.
the above scheme is: LiferayFaces-Version = <Liferay-Version> - <JSF-Version> [- <Minor> - <Type>]

or another scheme like this:

LiferayFaces-Version = <JSF-Version> - <Liferay-Version> [- <Minor> - <Type>]

LiferayFaces-2.2-6.2 = JSF-2.2 + Liferay-6.2
LiferayFaces-2.1-6.2 = JSF-2.1 + Liferay-6.2
LiferayFaces-2.2-6.1 = JSF-2.2 + Liferay-6.1
LiferayFaces-2.1-6.1 = JSF-2.1 + Liferay-6.1
Publicado el día 24/02/14 10:57 en respuesta a lpu123 xyz.