Revision [77]

This is an old revision of CommandExecution made by DavidLee on 2008-04-20 12:59:55.

 

Command Execution


Commands can be either builtin, internal, user defined or external commands.
Builtin commands are "special" in that they interact with the shell environment.
Internal commands implemented as a "convenience" in that they could be also implemented as
user defined commands. User defined commands are supported by creation of a jar containing
classes which implement the ICommand interface. External commands are any command (process)
outside of xmlsh. External commands are executed as seperate processes, all other commands are
executed with the JVM of xmlsh.

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki