I am a newbie to liferay and hence this question. Our company has custom-portlets deployed in JBoss portal right now and we are evaluating to move to Liferay portal.
Given that we have all JSR 168 portlets, what is the proper migration strategy to move these portlets to Liferay. Our portlets have been developed using JSF.
Also, I saw a lot of articles on how to administer the liferay portal but did not find any that talks about how to deploy a portlet and make it appear in the home page of the portal by editing config files. Since we deploy using a build, configuring the portal from the front end UI is not the use-case that fits us. Our deployment model would be that we will have a Liferay + Jboss portal instance deployed on a physical server and by way of ANT scripts we overlay our custom-portlets into Liferay. So at the end of that process, when we bring up the liferay portal, the custom portlets should we on the default home page.
In Jboss portal, if I want to display portlets on a particular page, I just define a "default-object.xml" in which I specify the theme and the layout and the different portlet-instances. Then I bundle that file, portlet-xml, portlet-instances.xml and the JSPs etc into a WAR file and drop it into the deploy folder. Is there a similar mechanism in Liferay?
Any pointers will be really helpful.
Please sign in to flag this as inappropriate.