Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poeschko/jsfmathematica
a simple web interface to Mathematica using JLink and JavaServer Faces
https://github.com/poeschko/jsfmathematica
Last synced: about 1 month ago
JSON representation
a simple web interface to Mathematica using JLink and JavaServer Faces
- Host: GitHub
- URL: https://github.com/poeschko/jsfmathematica
- Owner: poeschko
- Created: 2012-05-07T21:29:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T21:47:46.000Z (over 12 years ago)
- Last Synced: 2023-03-23T08:37:53.671Z (over 1 year ago)
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Setup:
- set kernelLinkArgs in Query.java according to your system
(see http://reference.wolfram.com/mathematica/JLink/tutorial/WritingJavaProgramsThatUseMathematica.html)
- copy your JLink.jar to WebContent/WEB-INF/lib
- at least on a Mac: make sure libJLinkNativeLibrary.jnilib is available (e.g. by copying it to /Library/Java/Extensions).
Use the system's Java Runtime Environment (1.5 on Mac OS X 10.5) in this case.
- install Tomcat (>= 6), JavaServer Faces (>= 2)
- run the server (in Eclipse: use the Servers tab)
- access the site at e.g. http://localhost:8080/jsf-mathematica/faces/index.xhtml