Liferay - Service Builder

Service builder is to auto-create persistence layer and service layer based on the defined service.xml where you can create entities, fields, finder methods, and global setup.


In case of switching the local service to the remote service, the remote class needs to be generated and make it delegate the local service, but implementing remote service requires some security check such as permissions.


***
Adding column after the service implementation is a bit tricky as re-running SQL is needed, but adding finder method is easy. So be cautious when first creating an entity and its fields. 

Comments

Popular posts from this blog

Portlet Edit Mode (Portlet preference) to replace Portlet configuration

GoGo Shell & What can be deleted in Liferay Instance