InterviewSolution
| 1. |
How To Customize The Behavior Of Liferay Default Out Of The Box Portlets (e.g. Document View, Calendar, Blog, Wiki Etc) ? |
|
Answer» If we need any customization, RELATED to JSP and UI then we can implement this using Hooks. LIFERAY portal comes with a bundle where all the default built in PORTLETS exist. If any customixation required in the core LEVEL classes then it can be done through EXT for example LDAP users and user groups IMPORT modification. but here in EXT, restart would be required. If we need any customization, related to JSP and UI then we can implement this using Hooks. Liferay portal comes with a bundle where all the default built in portlets exist. If any customixation required in the core level classes then it can be done through EXT for example LDAP users and user groups import modification. but here in EXT, restart would be required. |
|