Overview Modeshape is a Java Content Repostiory (JCR-283) implementation, which provides an open-source, hierarchical content management system. The goal of this exercise is to make a single Docker image which can be used in all environments. Any environment specific or volatile parameters should not be part of the image, but rather supplied as parameters (or […]?
→Read more
SpagoBI – Exporting and Importing Report Documents
by dbh
Step-by-step instructions for Exporting a report document from one server and importing into others. Steps In the source SpagoBI Environment, go to Import/Export Then, select the documents you want to export. Name the export (20 character limit?) ex: 2015-12-30-scheduled-cand Then, press the export icon When the “Download” link appears, click it Now, You’ve now got […]?
→Read more
SpagoBI 5.2 REST DataSets with JSON Data
by dbh
Introduction SpagoBI 5.2 introduces a new dataset type : RESTful web service datasets . This allows SpagoBI to report on data from sources other than databases with JDBC drivers. What follows is an end-to-end demonstration of creating and using a REST (JSON) Dataset in SpagoBI 5.2. External documentation Description URL SpagoBI 5.2 NGSI usage of REST Data Sets […]?
→Read more
SpagoBI DataSet REST Webservice via Groovy
by dbh
SpagoBI DataSet REST Webservice via Groovy UPDATE: THIS IS A GREAT IDEA, EXCEPT IT DOESN’T WORK IN THE FINAL STEP. Per SpagoBI Support, Groovy cannot be used in a script-based Dataset to provide rows of data. According to the last support ticket, there is no intent to make that work. Groovy Data Set to make RESTful web service call […]?
→Read more
SpagoBI DataSet Webservice via Groovy
by dbh
SpagoBI DataSet Webservice via Groovy UPDATE: THIS IS A GREAT IDEA, EXCEPT IT DOESN’T WORK IN THE FINAL STEP. Per SpagoBI Support: Groovy cannot be used in a script-based Dataset to provide rows of data. According to the last support ticket, there is no intent to make that work. SpagoBI Support also states that the Web-Service Dataset is […]?
→Read more