Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by Venkatakrishnan: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java_Overview ------------------------------------------------------------------------------ helloWorldService = context.locateService(HelloWorldService.class, "HelloWorldComponent"); System.out.println(helloWorldService.sayHello("Friend"));'' + ==== Running Samples from within Eclipse ==== + <<need to fill info about download distribution, extracting etc. so that the following sections make sense>> + + ===== Remote Debugging ===== + $ java -Xdebug -Xnoagent -Djava.compiler=NONE - Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -jar bin/launcher.jar --classpath ~/.m2/repository/org/apache/tuscany/samples/ sca/sample-localwire/1.0-SNAPSHOT/sample-localwire-1.0-SNAPSHOT.jar + + and then attach to the suspended process. << lists the samples that are there in SCA and the features that they demonstrate >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
