Blog

On this page you will find Tutorials, How-Tos and Tips for developing with open bi.

Kategorien
Autoren

The open bi server is extensible with plugins which are .NET DLLs placed in the OPENBI\httpserver\plugins folder. In this article we are going to explore how to create a plugin for adding a custom batch job handler. Batch job handlers can be ...[Read More]

You have read the Tutorials on API development with open bi, and now you want to test it? To make sure you can start with API development on our open bi plaform as soon as possible, we have created a GitHub repository with the necessary resources. Yo...[Read More]

The open bi server is extensible with plugins which are .NET DLLs placed in the OPENBI\httpserver\plugins folder. In this article we are going to explore how to create a plugin for extending the CMS with custom HtmlItems. HtmlItems are represented...[Read More]

The open bi server is extensible with plugins which are .NET DLLs placed in the OPENBI\httpserver\plugins folder. The open bi server is using the ASP.NET Core HTTP.sys server. In this article we are going to explore how to create a plugin for handli...[Read More]

The open bi server is extensible with plugins which are .NET DLLs placed in the OPENBI\httpserver\plugins folder. In this article we are going to explore how to create a plugin for the command API which then can be called by a client with our clie...[Read More]

Creating a CMS in the open bi Repository server involves a few different parts which we are going to explore in this blog post. For details visit Create a new CMS. The first part is the CMS master page which contains the layout for all pages. Th...[Read More]