Anyone integrated SAP Enterprise Portal with a third party web content management system (e.g. Vignette)? I don't have too much exposure to SAP Portal, but I know it provides a J2EE App Server and there are something called iViews which I would assume are some sort of fancy JSPs and Servlets etc. Any insight will be helpful.
SAP Enterprise Portal with thirdparty content
367 Views Asked by Eqbal At
1
There are 1 best solutions below
Related Questions in PORTLET
- Portlet IPC after received Event
- Customize Liferay search portlet
- How to start with liferay
- How to pass HTTP request to Web-Service
- how to change the icon of default porlet language in liferay 6.2
- How to pass data from page to Portlet class through AJAX call?
- Liferay portlet won't be shown
- How manage styles in Vaadin portlet in Liferay
- jQuery UI Sortable Portlets Force right or left
- Remote portlet access from Liferay
- Liferay: Capture the event for "define permissions" of a Role
- Form submit portlet with Spring MVC
- How override calendar portlet in liferay?
- How can I run some action when my plugin was deployed to Liferay?
- while creating first Portlet in liferay error comes. What does it mean?
Related Questions in SAP-ENTERPRISE-PORTAL
- SQL selecting all records with IN statement
- watir-webdriver result not same as manual test
- Use SAP Logon ticket with .Net Application using SSO22KerbMap or SAPSSOEXT
- Is there a way to have a single sign on for both SAP Portal and .NET SharePoint Portal Site:
- How to read users from SAP UME
- How to create a URL from an iView, where i-URL is not present in an SAP Portal?
- Make development on SAP Netweaver AS more comfortable?
- Can't get round a ClassCastException
- Using SAML in Portal to Authenticate with 3d party website
- Get localhost of client machine in Java WD
- Complete ADFS login programmatically
- Sap Portal NetWeaver 7.4: jxl.read.biff.BiffException: Unable to recognize OLE stream
- Optional routing parameters ar not passed on Prem
- Automated testing with SAP
- SAP Enterprise Portal with thirdparty content
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Iviews are component of a SAP Portal Page.
Such an Iview can be a SAP-kind-of-Servlet (DynPage or JSPDynPage), an URL, or part of the response of an URL (there are others type of iviews, such as webdynpro, SAP R/3 transaction, SAP BI request... but i don't think they will help you there). If you can integrate your CMS using JSP or URL, you're ok...
please see SAPHelp on the subject of portal component.
Note that there is also a KM system that can use/mount external resources (such as Documentum), but i don"t know much about this subject.
regarsd Guillaume