Interacting with system commands using a web dev language
Posted
by Jamie
on Stack Overflow
See other posts from Stack Overflow
or by Jamie
Published on 2010-04-20T09:02:37Z
Indexed on
2010/04/20
12:03 UTC
Read the original article
Hit count: 374
Hi all,
First of all, sorry for the vague title.
Let me explain. At work we're currently using SunGrid
I've been assigned a project to create a web interface wrapper for interacting with the engine. i.e. displaying users jobs, submitting jobs via a nice GUI etc. (most of the sgrid commands output xml which is nice)
My question for you chaps is the following:
What web dev language would you use to interact with the system? i.e. use the language to do a system call and evaluate the response.
I'm not after an argument on which language is best, I just would like to know which language is specifically good for interacting with the system and is also good for web dev.
© Stack Overflow or respective owner