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, a, ee, engine, engine, java, java, javaee, se, service, service, the, this, war

The Glassfish README source code

This test case has :
--------------------

A simple webservice returns the sum of two integers. This is bundled as a 
servlet inside a WAR file. This WAR file is included in the service assembly
and is deployed by the JavaEE Service Engine.

A simple servlet (with jbi_enabled=true) to access this web service

A simple java client to invoke this servlet

The test case uses:
------------------

Java EE Service Engine as the consumer.

Java EE Service Engine as the provider.

client <----> servlet <-----> JavaEE SE <-----NMR------> JavaEE SE <------> webservice

Expected result:
----------------

The Java EE Service Engine should successfully deploy the service unit.

Java client should be able to successfully invoke the webservice and get
the sum of two numbers.

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.