[Paraview-developers] Paraviewweb: possbilities of integrating python scripts?

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Aug 29 13:00:20 EDT 2014


Hi Jing,

I'm glad to hear that you setup a ParaViewWeb instance on your end. And you
are right, you can use your server side python scripts to extend existing
ParaViewWeb application or even create your own one.

We don't rely on JSP per say but on pure JavaScript which allow you to
expose server side features on the client side.

The Python launcher is made to allow several users to start their own
visualization process automatically, but if you plan to develop your own
app leveraging your scripts, you can start without it.

Some useful resources can be found here:
http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html

Seb


On Fri, Aug 29, 2014 at 10:50 AM, jlih <jlih at masonlive.gmu.edu> wrote:

>  Dear all,
>
> I have developed  a few python scripts that calls pvserver to perform
> visualization functions for my datasets. I've noticed Paraviewweb has
> provided quite a few good functions to perform interactive manipulation
> within a browser. I have installed Paraviewweb on a server.
>
>
>  I am wondering if I can use my python scripts as a basis to develop
> server side functions and use JSP functions provided by Paraviewweb as
> front-end to customize a website for my application. The purpose is to
> provide the visualization functions to users who do not have access to
> datasets and computing resources. Should I use "Python Launcher" to start?
>
>
>  Thanks in advance.
>
>
>  Jing
>
>
>
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20140829/381b01f5/attachment.html>


More information about the Paraview-developers mailing list