User ddf03b522f
11-11-2006 11:37:08
can jchem manager be invoked from a web page? If so what is the syntax to invoke this from a web page?
I am interested in the import export function via a web page. I note you have a jsp example script to achieve this. But the asp example does not include the above import export example.
Is there an asp example available with the above functionality?
User ddf03b522f
15-11-2006 13:34:09
Just a suggestion. Would it not be even easier if jchem manager could be implemented as an applet! This would provide for rapid web design and deployment without having to learn other scripting languages whilst providing all the functionality of the standalone version?
Would you have any intention to implement such an idea?
Ragards
Ozzii
ChemAxon 9c0afc9aaf
17-11-2006 09:41:02
Hi,
In theory a signed applet can do almost anything as an application, however
the JDBC driver and the connection to the database complicates things in this case.
It is not very nice to perform the computations on the client machine either.
The healthy solution would be an other tier:
The applet would connect to a "JChem Server", and not directly to the database.
We are planning to introduce such a concept in the future.
By the way:
It is not a web application, but Instant JChem is very easy to set up and can also connect to a central database:
http://www.chemaxon.com/instantjchem/
It requires a license to connect to an external database (it also comes with an embedded database).
Will will also introduce this additional layer (server) in the case of Instant JChem.
Best regards,
Szilard