Does ChemDraw JS require internet access or exchange data with any external systems or services during normal operations, aside from license activation?
- No, CDJS doesn't require internet access for activation; the CDJS license is provided in an XML file.
If internet connectivity is required, can you specify the nature of the communication
- Encryption > CDWS does not support HTTPS directly. If encryption is needed, a typical approach would be to use HTTPS termination in the load balancer, or you can configure NGINX as a reverse proxy or a similar solution in front of CDWS to terminate HTTPS and provide encryption locally.
Does the ChemDraw Web Clipboard Desktop Executable require any internet communication for its functionality, aside from licensing and activation processes?
- No, the ChemDraw Web Clipboard Desktop Executable does not require internet communication for its functionality. We don't send data to external systems over the internet for any other purposes.
Installation details here > Enable Extended Clipboard in ChemDraw JS 23
Do you have a github sample for the ChemDraw JS toolbar customization?
- We have the guides included in the ChemDraw JS and ChemDraw Web Service folders. Please check the following article Webpack React Github demo implementation | ChemDraw JS version 23. Our Github example contains a toolbar.
Does ChemDraw JS support TLC drawing?
- TLC drawing is not supported in ChemDraw JS, only in ChemDraw Desktop.
How does the ChemDraw Web Service operate once hosted via Docker?
- This is covered in the CDWS installation guide.
Are there any specific dependencies or configurations required post-deployment?
- No specific dependencies post-deployment.
What type of data is exchanged between the ChemDraw Web Service server and the client browser?
- This is covered in the ChemDraw JS API Reference Guide
Is the data exchanged strictly limited to chemical structure information or does it include any session or user metadata?
- The data exchanged is strictly limited to chemical structure information. ChemDraw Web Service operates as a stateless system, with no user or session management, ensuring a lightweight and secure integration model.
Comments
0 comments
Article is closed for comments.