I'm a newbie developing a liferay 6.1 portlet. I want a static url and static content in the page where my portlet will be. What methods are recommended and available for distributing the portlet and page to different environments?
I want all environments to match as exactly as possible and I prefer to have everything automated, so I would like the page creation automatic too.
You could use the resources importer, a documentation for that can be found in the Liferay Developer Network: Creating plugins to share structures, templates and more.
Or you create a LAR file by exporting your pages - again described in the Liferay Developer Network: Export/Import.
You can import a LAR file from the UI or with the following code: