Fórum

RE: Anyone uses xslt / xml framework to develop portlet under Liferay?

thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Anyone uses xslt / xml framework to develop portlet under Liferay?

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Shawn Li:
in JSF, view and backend logic is tightly integrated, which is not a good way to separate view, model, and backend business tiers.


Only if you design it that way. I have always maintained separate tiers in my JSF applications...
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Anyone uses xslt / xml framework to develop portlet under Liferay?

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Sure, but you only do that to get to your presentation layer code (still MVC). A well designed JSF portlet will still maintain a separate set of tiers, presentation, service (business logic) and data access.

That way you do not end up w/ the tight coupling that you're worried about.