[Insight-users] Web Based Application

Luis Ibanez luis.ibanez at kitware.com
Thu Nov 3 13:04:22 EDT 2011


Igo,

If you want ITK to run in the client,
you may want to write Java Applets
and use ITK wrapped for Java, either through WrapITK or SimpleITK

If you want ITK to run in the server,
then your range of options is larger,
you would use php or python (among
many other options), in your LAMP stack,
to trigger the execution of ITK command
line executables in the server.


ITK itself is oblivious to the fact that you
are invoking services as a Web application.


    Luis

--------------------
On Mon, Oct 31, 2011 at 11:12 PM, Igo <igo0314 at gmail.com> wrote:
> Hello
> I want to build web based applications using ITK
> What do I need to do
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list