terrymaui wrote:
Quote:
Currently running d3/linux v9 which has the mvsp .net api but
so far I've not been very happy with my results |
Why not use the MVSP Java binding?
What makes you unhappy with your current results?
To use any MV platform from any language, just create a standalone
class that wraps your connectivity method of choice, expose a generic
interface of your own design, and from that point forward you're not
dealing with MV, you're dealing with just another library like any
other that you'd download somewhere. As an example for the currently
defined problem, research how to call Java from PHP then use MVSP
within your own Java class that can be called from PHP. If you want a
Windows client with PHP to call D3 Linux, you can use .NET or Java -
just research calling .NET libs from PHP.
I've done this with various libraries in various languages and I've
been threatening to publish the code and/or the API definitions for a
couple years, I just haven't had time. Anyone could do this really.
T