Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos
h5. Introduction    To add functionality, such as iGoogle, me and my colleague Peter Mayringer  (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=l3...), have been frantically looking in the open source world. Combining the flexibility of Open Source technology with the stable and robust SAP Enterprise Portal would be the best of two different worlds. It provides added functionality which is currently not provided by the SAP Enterprise Portal. As an example we made our DemoJam case for the TechEd 2008 in Berlin.   For whom who hasn’t seen it or want to re-live the excitement: 0.1. [The complete DemoJam | http://www.youtube.com/watch?v=z_8x1gjst1U] 0.2. [Just our DemoJam | http://www.topforce.com/jahia/Jahia/site/TopForce/lang/en/pid/176] A solution which uses standard portal template development in combination with an open source product to achieve floating iViews. A user can freely move the standard iViews around.In this blog I will guide you through the process of achieving this functionality. The following aspects will be discussed * Getting the standard portal layout * Making changes to this standard layout * Create a layout in the Portal Content Directory (PCD) and use it in the framework page * Summary Some prerequisites: 0.1. SAP Enterprise Portal knowledge especially the Portal Content Directory (PCD) 0.2. A bit of knowledge of JAVA and Javascript 0.3. A SAP Netweaver 7.0 SP14 system 0.4. SAP Netweaver Developer Studio. Open Source Technology As a starting point you need an Open Source library to enable the floating iViews. A library which I would advice is JQuery.  More information can be found here  (http://jquery.com/).    Since we used open source we also provide the source code. Even better the complete SAP Netweaver Developer Studio project. You can find it here  (http://code.google.com/p/sapepweb20/downloads/list).   No matter what open source technology you choose the process will be similar. So lets go through the steps of the process. h5.    h5. Step 1: Get the standard portal layout Get the standard layout of the portal.   As you most probably know we can identify layout on 2 levels. First is on framework level, which is all the standard portal functionality such as the header, top level navigation, search bar and content area. Secondly on page level in the content area of the portal where most content iViews are placed.The process is the same for either layout. In this blog I will show the framework layout. Just keep in mind if you want to fully support floating iViews to also add the same functionality to the page layout. To get the standard layout of the SAP Enterprise Portal login as administrator and go to: 1. System Administration -> Support -> Portal Runtime -> Browse deployment  2. Go to the folder: ROOT/WEB-INF/deployment/pcd Here you can view and download all the deployed par files of the portal. Look for com.sap.portal.layouts.framework.par.Import this into the SAP Netweaver Developer Studio. Give it a name and now you have the standard layout available.
1 Comment