alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (README)

This example Glassfish source code file (README) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

a, bc, client, client, http, http, java, javaee, javaee, jbi, se, soapbinding, soapbinding, there

The Glassfish README source code

This test demonstrates usage of a composite application when JavaEE SE is provider. There
is a Calculator webservice with add operation that adds two numbers. Client is a standalone
Java application which sends request to the webservice through HTTP SOAPBinding.

ant all of this test does the following : 
 
1. task setup: A service assembly is created and deployed that contains a JavaEE service unit providing calculator service and a HTTP BC service unit that consumes calculator service.
2. task runtest: Client sends an add request through SOAP binding,
3. task undeploy: undeploys the composite application from from JBI

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish README source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.