Posts tagged with #liferay

Customizing Liferay service builder templates

Liferay service builder code generation is based on Freemarker templates. The default templates come packaged inside the portal jar files. You can take a look at them for example in [Github](https://github.com/liferay/liferay-portal/tree/master/port...

Liferay service builder, class loader issues

When you create a new service with Liferay service builder, the system generates a whole lot of boilerplate code based on the few lines you put into the service.xml. Part of the code deals with the problem related to passing objects between differen...