Difference between revisions of "GVCoreEJBClientExamples"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "In the Client package are provided two sample applications: * a stand alone java class * a Tomcat web application For each example is provided an Ant build script to automate th...")
 
m
 
Line 6: Line 6:
  
 
----
 
----
The stand alone java class is in the examples/client folder and illustrate the invocation of synchronous/asynchronous services.<br/>
+
The stand alone java class is in the examples/client folder and illustrates the invocation of synchronous/asynchronous services.<br/>
The "ant test" task compile and runs the client test.
+
The "ant test" task compiles and runs the client test.
  
 
----
 
----
 
The Tomcat web application builds a .war file that can be deployed on a Tomcat web server.<br/>
 
The Tomcat web application builds a .war file that can be deployed on a Tomcat web server.<br/>
At the url http://localhost:8080/testgvc/index.jsp can be used an HTML page that allows you to set the parameters to invoke a {{GVESB}} service.
+
At the url http://localhost:8080/testgvc/index.jsp can be used a HTML page that allows you to set the parameters to invoke a {{GVESB}} service.

Latest revision as of 15:04, 3 August 2012

In the Client package are provided two sample applications:

  • a stand alone java class
  • a Tomcat web application

For each example is provided an Ant build script to automate the compilation and packaging.


The stand alone java class is in the examples/client folder and illustrates the invocation of synchronous/asynchronous services.
The "ant test" task compiles and runs the client test.


The Tomcat web application builds a .war file that can be deployed on a Tomcat web server.
At the url http://localhost:8080/testgvc/index.jsp can be used a HTML page that allows you to set the parameters to invoke a GreenVulcano® ESB service.