-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sean,

Sean Nagle wrote:
> In a nutshell I am trying
> to extend G code ( the language of CNC routers ) using servlet technology.
> What I want to do is create something similar to JSP called GSP
> (GcodeServerPages).

Interesting. Do you want to re-use JSP technology to generate G code
output? I'm not really sure I understand why a servlet server would be
useful, here: the servlet server is mostly concerned with network
operations, the queuing and dispatching of requests, etc. I'm not sure
how much of that is useful for your CNC project.

It looks like what you really need is a console application that is
intended to be used with a single operator standing next to the machine.
In that case, I'd look into using something like Rhino (now the built-in
javascript interpreter in Java) to script some useful tools that you
write in Java yourself. Then, your meta-G (my name for your language
that emits G code) language could be programmed by people who don't have
to know anything about Java per se.

Does this sound like what you're looking for?

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHSw+e9CaO5/Lv0PARApQBAJ4+J8f0HgXS7KKOu1NKGU+98tPE8wCfQovZ
uNaAMIBOLqbxXGiJvKS8Bd0=
=axvV
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to