Ignacio Silva-Lepe wrote:
I am curious about these samples. In particular, helloworld-ws
defines a HelloWorldServer class with a main method that
seems to be invocable as standalone.

Yes, it is invocable as standalone, it's a simple Java program with a main method.

Also, the pom uses
the mvn jar plugin to create a jar. Is there a standalone
environment that can be used to run the resulting jar, similar
to the previous launcher.jar?


You don't need a special launcher anymore. The new launcher is called java.exe :) you can run HelloWorldServer directly from the command line with java.exe, or run it or debug it from an IDE like any other Java program, without having to know about a special Tuscany launcher.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to