Wednesday, 11 March 2015

VMM High level view websphere portal

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.




No comments:

Post a Comment

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...