Hi Anand, ParaViewWeb is a technology that is already available which leverage ParaView capability for data processing and visualization. As ParaView is based on top of VTK, basically any VTK pipeline can be achieved. ParaViewWeb provides access to ParaView's proxy directly through the JavaScript or if you prefer on the server side through python plugins that get automatically wrapped to JavaScript objects.
ParaViewWeb use JavaScript in the web browser, Java for the web server and Python and C++ for the processing and rendering. I'm sorry to say that, but there is not a strait answer to your question. It will mainly depend on what you want to achieve and how. In any case, ParaViewWeb could already provide you all you need, but if not, you can still extend it to make it match. Seb On Wed, Jan 18, 2012 at 7:47 AM, Anand Kulkarni <[email protected]> wrote: > Hi, > > Bit Confused!! What options do I have to develop a visualization application > for web platform using VTK? > > What are the preferred development architectures? Code in Java / c++ / > Python? Is Paraview Web is the solution if I have to make it happen ? > > > > Thanks, > > Anand > > > _______________________________________________ > 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 > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
