Fórum

RE: Liferay in a software factory

thumbnail
Jorge Ferrer, modificado 16 Anos atrás.

RE: Liferay in a software factory

Liferay Legend Postagens: 2871 Data de Entrada: 31/08/06 Postagens Recentes
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, modificado 16 Anos atrás.

RE: Liferay in a software factory

New Member Postagens: 3 Data de Entrada: 06/11/07 Postagens Recentes
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.