VMM:- Is virtual member managment everyone says about it what is it actually? For any user to login he need to register first those details will be stored in a database(LDAP or XYZ). Now we need some way to retrieve this information what user register later when user login in for business purpose. For this ibm has provide a way to write adapaters and connect to our required repository and get the information in a xml format such that websphere portal understands it(UserRegistery.xml). This all process happens in VMM. Portal connects to VMM via Puma api and retrieve the required information. Below picture explains the flow.
Subscribe to:
Post Comments (Atom)
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...
-
You’re given the pointer to the head nodes of two sorted linked lists. The data in both lists will be sorted in ascending order. Change th...
-
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. ...
-
Generally speaking, deploying a typical Web application usually consists of deploying a single .ear (or .war) file, first in an integratio...
No comments:
Post a Comment