|
You can use this Vvidget Server to make graphs within your own web application server. Those dynamic graphs appear on your web site and are generated on demand by the backend code you write. The manual explains how to do it. This Vvidget Server is actually very very simple and easy to use. However, on first sight it may seem strange and nonconforming to your expectations. In the trade lingo, this server is called a "forms-syntax-based HTTP Service Oriented Architecture" (SOA) and is actually very classical in its implementation. For more information on SOA see: wiki on SOA. Especially the line: "HTTP (or HTTPS) - request/response protocol between clients and servers used to transfer or convey information" . That describes this server exactly (except add the forms-syntax qualification which narrows the specification). This server could also use really cool XMLRPC binary serialization, SOAP and other sophisticated protocols, but those type of things layer on a complexity that makes this server less approachable. But, needless to say, some customers like such interfaces and they can be provided for. The Vvidget Server is fully buzzword compliant as you can see by the following list of features.
You can use the server right now by consulting the Forms section in the Vvidget Server Reference Manual. |