Message Boards

RE: Liferay in a software factory

thumbnail
Jorge Ferrer, modified 16 Years ago.

RE: Liferay in a software factory

Liferay Legend Posts: 2871 Join Date: 8/31/06 Recent Posts
Hi Fernand,

Yes, it's possible. The import and export processes are available through the LayoutService.exportLayouts(..) and LayoutService.importLayouts(..) methods of Liferay's Service Layer. This layer can be accessed remotely, for example from maven scripts, using a variety of mechanisms (Http serialization, Spring remoting, SOAP, RMI, ...).
Fernand Rouwendaal, modified 16 Years ago.

RE: Liferay in a software factory

New Member Posts: 3 Join Date: 11/6/07 Recent Posts
OK, but I assume Liferay needs to be up and running already.
This is something which is not the case in our situation, as we are just building (unzipping) it during our build.

Still, based on this suggestion, we may want to start Liferay during the build, and then perform the import.
Will investigate that. Thanks !

- Fernand.