Friday, May 1, 2009

Business Objects XI R2 using WebLogic 8.1 Middleware Server


Business Objects XI R2 SDK Functional Mapping

The BusinessObjects Enterprise SDK allows you to build web applications that interface directly with your BusinessObjects Enterprise system.

Start.jsp: page has login textbox
Logon.jsp: check the BO Enterprise to verify username and password.

ISessionMgr sm = CrystalEnterprise.getSessionMgr();

// Log on to BusinessObjects Enterprise
enterpriseSession = sm.logon(username, password, cms, auth);