Thinking in GIS
a blog about GIS from a urban geogeek living at the countryside
Deployment of BIRT reports by email
Posted: June 05, 2007Categories: devs, Java
Feedback: View Comments
birt is a powerful Open Source Business Intelligence and Reporting Tools I came to use in the last weeks for a project. Its key features are:Eclipse based report solutionVery nice report designer producing a standard file. This file can be then used to deploy the report in several waysruntime component for easily serving reports on a server, also by a web server (like Tomcat)outstanding Java APIs for creating and modifying the report design (DE API), for consuming and deploying the reports in several ways (RE API) and for creating and rendering charts (CE API)For creating a BIRT report...
Read the full post
Read the full post
Full OSS solution vs OSS/commercial solution mix
Posted: January 19, 2007Categories: Java, .NET, ArcObjects, devs, PostGIS, GIS, ZigGis, CMS
Feedback: View Comments
I wanted to leave a comment in this Bill Dollin's post, but after that it came out to my mind to leave a trackback to it, and going with a my own post on this subject as far as I have several things to discuss about.In the OSS jungle, it looks there are in the last times more and more solutions and projects based on commercial closed-code software. For example zigGIS, the Open Source ArcGIS connector for PostGIS, in which I am involved, is by itself an OS project tied to proprietary frameworks (Microsoft and Esri). This is many times...
Read the full post
Read the full post
Geometry creation with GeoTools 2 (Java): merge shapefile polygons on a common attribute (polygon geoprocessing)
Posted: June 30, 2006Categories: devs, GeoTools, Java, GIS
Feedback: View Comments
Here I post a sample Java class I developed some months ago, working with geometry creation in GeoTools 2. This class, given an input Shapefile, will elaborate an output shapefile merging the input polygons on a common field.Geotools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data, for example to implement Geographic Information Systems (GIS). The Geotools library implements Open Geospatial Consortium (OGC) specifications as they are developed, in close collaboration with the GeoAPI and GeoWidgets projects. The capabilities of Geotools are presented in the feature list./* * Created on...
Read the full post
Read the full post