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.
Related Questions in PORTLET
- Liferay 7.4 development using SDK
- Change theme from portal to portlet using Vaadin 14 without reloading the portlet
- Can't use ironpdf library in MVC Portlet
- Radio button is not clickable in a Liferay portlet after migration from 6.1 to 6.2
- Maven plugin: I am haven this error when i try to run mvn dependentcy: tree in cmd
- Tomcat bootstrap behavior
- Error java.lang.IllegalStateException: Unable to obtain OutputStream because Writer is already in use
- How to use jboss portlet bridge or liferay bridge?
- How to debug error "No render mappings found for MVC render command name"
- Liferay: Obtain all possible article urls or/and titles
- Refreshing a single portlet in Liferay
- Migrating Java portlet to run on Wildfly
- IBM Script Portlet for WebSphere Portal 7
- Portlet error when upgrading Primefaces 8 to Primefaces 10
- Faces message stops working after page navigation
Related Questions in SAP-ENTERPRISE-PORTAL
- Optional routing parameters ar not passed on Prem
- Export/Import of SAP UME roles using Java
- How to read users from SAP UME
- SAPUI5 and NW Portal
- Get localhost of client machine in Java WD
- Sap Portal NetWeaver 7.4: jxl.read.biff.BiffException: Unable to recognize OLE stream
- How to create a URL from an iView, where i-URL is not present in an SAP Portal?
- Complete ADFS login programmatically
- SQL selecting all records with IN statement
- Using SAML in Portal to Authenticate with 3d party website
- Automated testing with SAP
- Read data from Excel data by JSPDynpage
- SAP netweaver 7.0 portal- seeing junk page when we access /nwa ,/sld
- watir-webdriver result not same as manual test
- Can't get round a ClassCastException
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?
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)
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