i'm working on website migration. Live website contains around 150 to 200 articles. Live website have only one JSP divided into two columns. left side contains links and right side column contains content related to left side links all content stored into database. for eg:- W3School.com ..left side contains only
parent and childern link and right contains content. if any body clicks on Javascript parent main link then respective child link comes on same jsp.
Could any body suggest how i can implement this functionality in liferay.I am able to migrate existing db to liferay structure article.
i know two approach.
1. Create pages separate separate hidden pages for parent and child links for eg:- there will be hidden page for
JavaScript main link which will contains two
WCM display portlets .Page divided into two columns. Left side column portlet have child links and right side column WCM portlet have content of main link. if further any body clicks on child links then new hidden page for child link content will come.
2. in second approach i have to write custom portlet for getting content from cms. Only two pages will be there ..First is home page contains only links and second page same will contains two custom portlet one for links and second for content.
Could anybody please give me recommendation which approach will be better to maintain and migrate existing website into liferay.
i have few concern
1. which approach is good 1 or 2.
2. if approach 1 then can we create hidden pages dynamically
3. if approach second then anybody have any instruction or sample code for that
Thanks In advance
Please sign in to flag this as inappropriate.