Monday, 8 December 2014

Creating tempates in websphere portal8.0

Templates :- You can create page templates which consists of basic structure which can be later reused for faster creation of pages

Step 1 :- Navigate to administration->managed pages->hidden pages and create your page template



Step2 :- Now click on new page from and enter the details for creating a new page.


Now click ok


Step 3 :- Now go to edit mode and add web content viewer portlet. If needed in edit shared setting set your content



Step 4 :- Now go back to Managed pages and try creating new page from template . Select your custom template.



Step5 :- Fill remaining details and click ok .Then a page will be created from Template1 with web content viewer added and content associated with it.


No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...