Forums de discussion

Suggestions for Liferay portal with extensive js & caching framework

Venkat S, modifié il y a 10 années.

Suggestions for Liferay portal with extensive js & caching framework

Junior Member Publications: 26 Date d'inscription: 27/10/09 Publications récentes
Hi,
We are using liferay portal for our project and the application is an web-service oriented architecture, where the portlets get contents from dotnet webservices hosted on a separate infrastructure. We are planning to create a new page in liferay (with a new theme if required) which will be heavily used and want to drive it in such a way that the contents are served from cache and the page response is good. Also the same page we want to support mobile devices too.
Some inputs\suggestions for below would be much helpful,

1) An extensive js framework where it could support tabs structure , light weight and also supports ajax calls, which could be integrated with the portlets.
2) We use liferay Multivmpool util for caching contents (inturn ehcache) across site, is there any other way of caching that is suggested.
3) Just on a side note, found the below in some liferay forum.

]Browser » App Server (eg Tomcat) » Liferay » layout (Database Table of Liferay) » Page Layout » Portlets » portlet.vm » portal_normal.vm » HTML

Is there a way to intercept the liferay page rendering process with some sort of filter, where i could return the entire html content from cache at the servlet filter level, or the 3rd step in the above flow.

TIA.
-Venkat.S