Launch jsdom from Rhino on Java

前端 未结 2 1950
醉话见心
醉话见心 2021-01-15 05:01

I\'m following up on this answer:

I managed to run simple JavaScript code from Rhino Engine on Java.

But when it comes to D3.js, for example:

2条回答
  •  情话喂你
    2021-01-15 05:38

    Another approach would be using Domino as a DOM environment. Look here (http://jazdw.net/content/server-side-svg-generation-using-d3js) for details. Reading comments section would be also helpful

提交回复
热议问题