how to run R from HTML/Java and host on Jboss/tomcat server -


i have developed google plot graphs , others graphs in r. output here plots interaction mouse hover , update plots every 5 minutes (not jpeg). want run r script dynamically , render on html. have hosted these on shiny-server using <iframe> embed in html.

now how can host these on different server (html , r on same server).

  1. by redirecting iframe content shiny server :

html & js :

<iframe name="myframe" ... />  js:  window.frames["iframetest"].location = "http://myshinyserver:..." 

so 2 servers running ...

  1. if using js chart libraries ggvis, dygraphs ... , if have go app server, should javascript reproduce graphs ....

Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -