Skip to content

cicsdev/cics-java-liberty-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cics-java-liberty-jdbc

Sample JDBC Java EE web application demonstrating how to access a DB2 database from a web servlet in CICS Liberty.

Repository structure

  • projects/ - Eclipse projects suitable for importing into a CICS Explorer environment.
  • etc/ - Liberty server configuration files

Samples overview

  • com.ibm.cicsdev.jdbc.web - Dynamic web project containing the SimpleJDBCServlet servlet. The servlet uses the DoJDBC class which connects to DB2 by obtaining a DataSource via a JNDI lookup and returns the current timestamp from DB2
  • com.ibm.cicsdev.jdbc.web.cicsbundle - CICS bundle project that references the WAR (Dynamic web project) bundle part for deployment in a CICS bundle

Versions

CICS TS for z/OS Version Branch Minimum Java Version Build Status
5.5, 5.6 cicsts/v5.5 8 Build
6.1 cicsts/v6.1 8 Build

License

This project is licensed under Apache License Version 2.0.

About

CICS® Liberty JDBC sample web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages