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

customer_cm, customer_cm, ejb, ejb, here, it, it, required, servlet, servlet, table, this, tx_attribute, usertransaction

The Glassfish README source code

This tests the commit logic of transaction. An EJB webservice is invoked by a servlet. This webservice method uses REQUIRED TX_Attribute. It adds a row in the database table(CUSTOMER_cm) created in the servlet. 

Here is the flow-

1. Standalone client invokes a servlet
2. Servlet creates table CUSTOMER_cm 
3. Servlet starts a UserTransaction
4. Servlet calls the EJB webservice
5. EJB webservice adds a row in the CUSTOMER_cm table
6. Servlet commits the transaction
7. It is checked whether the data is correctly updated in the table.
8. Table CUSTOMER_cm is dropped

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.