Forums de discussion

populate expando data from xml?

Sam Wan, modifié il y a 13 années.

populate expando data from xml?

Liferay Master Publications: 660 Date d'inscription: 03/03/09 Publications récentes
Hi,

I want to create some tables with expando, and be able to populate its data from xml file
How can I do that?

Very appreciate for any suggestion, help.

Thanks
Sam
thumbnail
Amos Fong, modifié il y a 13 années.

RE: populate expando data from xml?

Liferay Legend Publications: 2047 Date d'inscription: 07/10/08 Publications récentes
Hi Sam,

You could create a startupaction (which runs when liferay starts) which parses your xml file and imports it. You should be able to do it in a hook.
Sam Wan, modifié il y a 13 années.

RE: populate expando data from xml?

Liferay Master Publications: 660 Date d'inscription: 03/03/09 Publications récentes
Amos Fong:
Hi Sam,

You could create a startupaction (which runs when liferay starts) which parses your xml file and imports it. You should be able to do it in a hook.


Thank you for your response.
I will look into the solution.

Thanks
Sam