For all questions relating to webMathematica.

learn more… | top users | synonyms

11
votes
0answers
319 views

Strategies for Interfacing to web visualization libraries like Stanford's Data-Driven Documents (D3)?

There is a growing library of visualization tools being developed (eg on GitHub) - for Stanford's Data-Driven Documents. The implementation languages and standards are the usual W3C suspects: JS, ...
2
votes
0answers
85 views

Use JavaScript to evaluate webMathematica tags?

In my HTML form I have 3 buttons. Each button calls different .mx files, based upon an .mx file data. ...
2
votes
0answers
62 views

Put webMathematica folder outside Tomcat webapps folder?

Is it possible to put the webMathematica folder outside the usual Tomcat webapps folder and still have webMathematica work? ...
1
vote
0answers
56 views

webMathematica interface for Mobile apps

I was reading about webmathematica but it has mentioned that it is for websites and mobile apps depend on wolfram alpha to get its work done. But since exact mathematica code doesn't work in alpha, it ...
0
votes
0answers
54 views

Does the Raster3D function work in webMathematica?

I want to use Raster3D function in my App,for this I tried with sample code,but it's not working.. ...
0
votes
0answers
69 views

Where can I find example of good webMathematica programming?

Just now I started to work on webMathematica. I surprised that I can't do whatever I do with mathematica. Can any one suggest me where I can get good practice on webMathematica.
0
votes
0answers
46 views

Can't edit MSPConfiguration.xml file and set Licence file in webMathematica

I have been working in Mathematica 9.0 for last 6 months. Now in our organization we got webMathematica. We don't know how to install webMathematica initially, with the help of this link ...
-1
votes
0answers
56 views

How can I rotate 3D objects using MSPManipulate?

I tried Manipulate in Mathematica for 3D objects and could rotate them freely. I tried the same in webMathematica by using ...
-1
votes
0answers
62 views

How to forward the Mathematica values from one page to another jsp page?

I have four jsp files like oneMain.jsp, twoMain.jsp, threeMain.jsp and four.jsp based upon DB data I forward the name threeMain.jsp or fourMain.jsp from oneMain.jsp ...
-1
votes
0answers
37 views

How can I assign value to InputField?

First time,I wrote a small program(Addition program) in WebMathematica.in that I have 3 inputFields,1 ...