×

Loading...

Desirable to use on-line command and scripts

本文发表在 rolia.net 枫下论坛I know many people like drag-and-drop and double-cliking. Of course, I use it too because it is convenient.

If we want to become a "professional" programmer instead of a Windows user,
we should use on-line commands and scripts. If we stick to drag-and-drop and double-clicking, we never know what's under the hood.

Most Java developmen environments have
Unix server. I have witnessed many programmers get embarrassed before Unix operating system. The reason is that they have been spoiled by the Microsoft Windows.

One of my colleagues can only write Java code Jbuilder because he was taught how to use JBuilder. As we worked using JDK directly, he had no idea how to write scripts to build our package.

It seems to me we need to invoke javaw.exe using command-on-line, because it runs a Java server process and we need to input some parameters. Of course, we may write a Windows Script to fulfill this task. So far, I know Java Web Server uses javaw.exe, but this server will be out of the stage soon.更多精彩文章及讨论,请光临枫下论坛 rolia.net
Report