BusinessObjects SDK应用开发

编程入门 行业动态 更新时间:2024-10-10 06:20:23

<a href=https://www.elefans.com/category/jswz/34/1694226.html style=BusinessObjects SDK应用开发"/>

BusinessObjects SDK应用开发

在BO相关的报表开发项目中,一般使用BusinessObject Enterprise SDK来进行开发,这样可以更方便、快捷、高效。    BusinessObject Enterprise SDK(SDK分.NET和JAVA两个版本,本文介绍JAVA版本)是SAP公司提供的一套用来开发BO相关项目的一套API,可以实现与InfoView相似功能的开发。可以实现认证、用户和对象安全、计划、发布、服务器的管理和审计(Audit)、管理报表文档及各种对象的功能,还可以实现多个BO Server之间的协作,具有丰富的本地化语言包。本文主要讲述,如何使用BusinessObject Enterprise SDK进行开发,可以使用这种方式集成到WEB项目中。如果想实现其它更丰富的功能,请使用相关的SDK:

 

    •Enterprise SDK – With the Enterprise SDK, you can create Java, .NET, or ASP web portal applications, view all report types, use report creation and modification APIs, manage users, instances, groups, custom programs and events, and access security and scalability features.


    •Report Application Server (RAS) SDK – Use when you want to create and modify Crystal reports at runtime, push data into reports with ResultSets, RecordSets, DataSets, POJOs, or Object Collections, and/or change your database at runtime (for example, from a development to production database). NOTE that if you do not need to modify reports at runtime, then it is recommended that you use the Page Server for optimal performance when viewing reports.


    •Universe Designer SDK– Use this SDK to create and modify Universes using COM components.


    •Desktop Intelligence SDK – Use this SDK to automate Desktop Intelligence documents. You can create VBA macros that encapsulate common commands and functions to run inside Desktop Intelligence applications, create plug-ins to add optional commands, features, and data sources, and implement custom events that run when runtime events are triggered.


     • Report Engine SDK – The Report Engine SDK is available in .NET (RENET) and Java (REBEAN) and is used to view Desktop Intelligence and Web Intelligence documents. Use the Interactive Editor Integration sample for easier integration into custom viewing applications. For user authentication and security, use the Enterprise SDK.


     •Viewers SDK – Use when you want to view Crystal reports instances or templates. The Viewers SDK is available in Java, .NET, and COM APIs and handles common viewing scenarios such as paging, exporting, searching, drilling-down, and printing, and common exporting scenarious such as PDF and Microsoft Office. This SDK also handles prompting and filtering – you can either allow the viewer to prompt users or you can set the values yourself in your application.

 

       配置WEB项目中BusinessObject Enterprise SDK的开发使用环境:

       1、将BusinessObject Enterprise SDK所需的Lib (jar)文件拷贝至web项目的lib(一般在WEB-INF/lib)中,包括两部分:

         (1)进行BusinessObject Enterprise SDK开发所必须的包位于BusinessObject的安装文件夹下Business Objects/common/4.0/java/lib(例:C:/Program Files/Business Objects/common/4.0/java/lib)位置,所需的JAR包为:

·         biarengine.jar

·         biplugins.jar

·         cecore.jar

·         celib.jar

·         ceplugins_client.jar

·         ceplugins_core.jar

·         ceplugins_cr.jar

·         cereports.jar

·         cesession.jar

·         ceutils.jar

·         corbaidl.jar

·         ebus405.jar

·         flash.jar

·         SL_plugins.jar

·         logging.jar

·         pluginhelper.jar

·         xcelsius.jar

    (2)以上核心Lib所需的依赖库文件,位于

更多推荐

BusinessObjects SDK应用开发

本文发布于:2024-02-17 13:43:53,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1694225.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:BusinessObjects   SDK

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!