Difference between revisions of "GVCoreEJBClientExamples"
(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...") |
G.iannello (talk | contribs) m |
||
Line 6: | Line 6: | ||
---- | ---- | ||
− | The stand alone java class is in the examples/client folder and | + | The stand alone java class is in the examples/client folder and illustrates the invocation of synchronous/asynchronous services.<br/> |
− | The "ant test" task | + | 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 | + | 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.