The IntelliVIEW SDK provides an easy option to integrate reporting and analysis into Web and COM applications. It is a set of extremely lightweight components that publish reports created using IntelliVIEW Designer, on a server.
Users can invoke the published reports from within their application and view them as .aspx or .jsp pages. Users can also open these reports using IntelliVIEW Report Analyzer client to perform basic and advanced analysis. It can be integrated with ASP.NET, Server-side Java and COM environments.
Platform independent – can be deployed on Windows, Linux or Solaris systems
Supports .NET, Java and COM environments
No proprietary coding – Reports are delivered as .aspx or .jsp pages
IntelliVIEW SDK Components
Deployment Engine: Publishes reports from IntelliVIEW Designer to the middleware. Works on SOAP/RPC and is OS/middleware independent
Storage Manager: Maintains report parameters, static content and other presentation resources
Data Binder: Receives and sequences data requests, fetches data and takes it to the Delivery Agent
Delivery Agent: Accepts report requests from IntelliVIEW Report Analyzer (or gets triggered by a scheduler) and queues them into the data binder. It also post-processes data into the desired format if required.