The SDK contains a VIM known as the "HTTP Protocol VIM" This VIM sends
the VIM protocol over an HTTP connection to a remote server. This
remote server can contain your VIM. Because the VIM protocol is
documented, it allows for an architectural known as "VIM Stacking".
This might allow a VIM which federates several other VIMs (there is a
vendor doing this now), or something like encryption of XStream
contents.
The SDK v 0.7 has the Java based HTTP Protocol VIM (server and Java
client VIM) included, mostly working. The final SDK contains the
completed Java components as well as support in the C library. This
allows C based program to talk to a Java VIM without needing to resort
to JNI.
On Sep 12, 5:22 am, Ravi Kumar <
talk.raviku...@gmail.com> wrote:
> Hi All,
> Another quick question, Can anybody help me to run the VIM as a separate
> process or server ?
>
> -Ravi
>