NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
I have to do a web page to execute commands (exe, bat) situated in different machines.
I need to see the results in my web page, and I would prefer to have my distributed application deployed in application servers instead of have to run jvm in the machines.
Can you give me any concrete idea? And web sites or books to begin with this?
Web to execute commands in other machines
At 4:34 AM on Aug 29, 2007, Joseba wrote:
Fresh Jobs for Developers Post a job opportunity
I have to do a web page to execute commands (exe, bat) situated in different machines.
I need to see the results in my web page, and I would prefer to have my distributed application deployed in application servers instead of have to run jvm in the machines.
Can you give me any concrete idea? And web sites or books to begin with this?
Thank you very much by your help.
J.
1 replies so far (
Post your own)
Re: Web to execute commands in other machines
I think the applet don't support such session.(or not permit).Maybe you need program a servlet.
Java Swing