
« Torna a FrontPage
Adding Spring Capabilitites to Hook
Community-Releases: Liferay Portal 6.1 CE GA2 (6.1.1)
create a file service.properties in docroot/WEB-INF/src with the following content:
[code]
include-and-override=${base.path}/service-ext.properties
spring.configs=WEB-INF/classes/META-INF/ext-spring.xml
[/code]
create the file:docroot/WEB-INF/src/META-INF/ext-spring.xml
In this file, you can now add your beans which you want to be handled by Spring.
Some more advice:
We did this to enhance the funcionality of the DynamicDataList-portlet of Liferay. We wanted to have access to some additional custom classes, which we wrote ourself. To get access to the Bean in the Velocity templates, we needed to get the bean from the Hook-portlet, so we had to get the bean from the portletClassLoader.
50465 Visualizzazioni