On 06/14/2010 08:47 PM, rene kaelin wrote:
> Hello
>
> I'm new here and not an English-speaking person. So forgive me for all the mistakes, please.
>
My English isn't so good too. So sorry.
> I'm writing a Java-Applet where you can type in an expression (e.g. "(2+1)*4").
> I'd like to send this expression to Maxima. Maxima should calc the result and give it back to my Java-Applet.
>
> I found a way to do this on my computer (offline) with Jacomax (Java Connector for Maxima). It works. But I'd like to run my Java-Applet online (from a server). What do I have to do to access Maxima? Is it possible at all?
>
You can use servlet (instead of or with applet) and communicate from it
with maxima locally(on the server).
In all cases you need in some server application which will encapsulate
interaction with maxima. Java servlet, web-service or your own simple
server(which simply gets string in input and returns string to output)
for example.
--
Anton Stekanov (aka anton0xf)