Sunil's Notes
My notes for things that i am learning about
Showing posts with label
XMLAccess
.
Show all posts
Showing posts with label
XMLAccess
.
Show all posts
Assigning unique name to theme
›
WebSphere Portal SPI allows you to assign a theme to a page or skin to portlet window pro-grammatically, but if you want to do that then you...
1 comment:
Assigning unique name to skin
›
WebSphere Portal SPI allows you to assign a theme to a page or skin to portlet window pro-grammatically, but if you want to do that then you...
1 comment:
Schema file for the xmlaccess
›
IBM WebSphere POrtal Server Infocenter or the other documentation from IBM does not have much information about the xmlaccess and what all e...
1 comment:
Identify the function of elements in the XMLAccess script XML Scheme
›
Take a look at XML Configuration Interface for details.
Exporting Release
›
If you want to move a complete configuration from a test to a production server by using the portal Release Builder tool then you should use...
Create XMLAccess scripts for deploying, updating, deleting, and performing routine maintenance on portal resources
›
In addition to importing the xmlaccess export of one portal to another, you can also use it for CRUD operations
Create XMLAccess scripts copy individual portal resources development to integration environments
›
Lets say you want to move a page from your development to integration environment. I am planning to move XMLAccess Test page from my portal ...
XMLAccess askForCredential parameter
›
Starting from WPS 6.1 portal has introduced askForCredential parameter for xmlaccess.sh/.bat. You can pass this parameter to xmlaccess and ...
Export and import page hierarchy using Administration Portlets
›
In addition to the command line interface, Portal also provides couple of portlets that you can use to work with the xmlaccess. Manage Page...
8 comments:
Taking closer look at xmlaccess request
›
Top element of xmlaccess script file is always <request>. The request element has type attribute that determines what type of request ...
XMLAccess Script syntax
›
The way XMLAccess scripts work is you create XML input file that defines what you want to do and pass it to the xmlaccess client side progra...
XMLAccess related ACLS
›
To be able to use the XML Configuration interface, you need two things manager role on the XML_ACCESS virtual resource Security administrato...
1 comment:
About XMLAccess Interface
›
The XML configuration interface provides a batch processing interface for portal configuration updates. It allows you to export an entire po...
1 comment:
›
Home
View web version