server side DPlot automation
Posted: Wed Jun 08, 2011 1:15 pm
I’m currently working on the integration of DPlot with our software package, some of our clients want to present the data from our database in DPlot. It seems to be working well when this integration is launched interactively from our desktop application, but we also have an automated piece, where plots or other outputs are automatically generated using the application server or web server. Originally I was planning to use DPlot Jr for this purpose, as it is a non-interactive library which I can use on the server, but I found out that it cannot load existing grf files, and this is one of the requirement of the project, to be able to use pre-configured templates for the plots. The only option I see right now is to use DPlot to automate those outputs, but this is a bad idea to launch interactive application in server environment. Please, let me know if there is any other solution to generate DPlot outputs in the server environment.