The ParaViewWeb_Design you found is 5 years old but some users are still using it. => The future matching doc would be: http://kitware.github.io/paraviewweb/docs/guides/architecture.html
The second link should still be somewhat ok until ParaView 5.1 (Valid till June 2016). As starting June (~July), the old documentation should disappear and only the http://kitware.github.io/paraviewweb will be the official one. But as we are transitioning both documentations are available. On Fri, May 6, 2016 at 2:53 PM, Sven Kramer <[email protected]> wrote: > Thank you, Seb, I'll try those settings beginning of next week. > > Probably you can also help me with a few points of my huge lack of > understanding ParaviewWeb. Here, > http://www.vtk.org/Wiki/ParaViewWeb_Design a tomcat web server is > mentioned to provide the PWService. Where does pv_web_visualizer.py fit > into those design diagrams? Does it replace tomcat by providing PWService > independently? > > There are so many outdated ParaviewWeb articles in the Wiki that I find it > extremely difficult to understand the current design. Can't somebody remove > the old articles or clearly mark them as "Applicable only to Paraview > <x.y.z"? > Is http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html > the most recent documentation? Or is it also not valid for Paraview 4.x and > 5.x as ".../Paraview3/..." in the link address suggests? > > Thank you > Sven > > 2016-05-06 22:26 GMT+02:00 Sebastien Jourdain < > [email protected]>: > >> Hi Sven, >> >> 1) Yes, assuming you are using pv_web_visualizer.py you can look here: >> >> >> https://github.com/Kitware/ParaView/blob/master/Web/Applications/Visualizer/server/pv_web_visualizer.py#L18-L28 >> >> 2) The server can push notification to the client. Need to slightly edit >> the client and server to match your needs. >> >> Seb >> >> >> On Fri, May 6, 2016 at 2:17 PM, Sven Kramer <[email protected]> >> wrote: >> >>> Dear all, >>> I am currently running a VTK application, which is visualizing large >>> grids distributed on a MPI cluster. >>> My task is to migrate this application to the Web. But I cannot manage >>> more than what is described at >>> http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/quick_start, >>> that is I can serve a local data directory through the provided webapps. >>> >>> I have two essential questions that stop me from getting started: >>> 1) How do I connect the pvpython server to remote data/render servers >>> just like I can do in Paraview? >>> 2) All ParaviewWeb examples seem to react on webclient requests. Our >>> application is processing data as they come in, and also the visualization >>> pipeline is frequently updated depending on an automatic analysis of the >>> arriving data. Can the newly rendered datasets be pushed to the webclient, >>> or does the webclient have to poll for available datasets? >>> >>> Thank you >>> Sven >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >>> >> >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
