Paul wrote:

> I am also looking forward to a tool that could produce high resolution
> images from a view designed with Jmol.
> I remember a message in last couple of years about writing a JSP script
> embedding part of Jmol code in order to do this server side. I don't
> know if that idea has been brought forward since then ?

Per the other message I just sent ...

Yes, it would be possible to do this. But with the unsigned applet it
would require a cooperating cgi/jsp on the web server.

> It should be possible with a script recorder to get a list of commands,
> and then send this list of command to a server producing the images.

Fundamentally, I think that the work needs to be done by the applet, not
on the server.

But in order to 'export' the file to the client, the (unsigned) applet
needs to send the file to the web server (via POST). The server simply
needs to echo the results back down to the browser.


> I have also seen a webservice that produces customized high quality
> images from a PDB file. You can have a look at :
> http://aismig.dkfz.de/
> The approach is different : there is no applet nor plug-in used to get
> the desired view : all the views are generated in
> almost-(not-so-long;)-real time by the server and the webpage is
> regenerated each time a new command is issued. PyMol is used to generate
> the rough image, and PovRay can be used to generate the high quality
> output. Due to the time of actualisation between two views, I find this
> system not interactive enough. I believe a previous stage (prior the
> settings for the high-resolution output) could be achieve with Jmol and
> a script recorder. The last part is as Eric mentioned it, to translate a
> Jmol script in a Pymol one...

An important part of this problem is understanding what data attributes
need to be saved in order to save a 'view'.

This is independent of the actual syntax that is used to describe the view.

> PS : about server side application, I read that PHP can run Java
> routine. I was wondering if an image generator derived from the Jmol
> rendering engine could be embeded in a PHP application. Any idea ?

I think it would be best if the calculations happened within the applet on
the client.

Miguel



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to