Skip to content

gustinmi/Javastik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Javastik project - Java Enterprise Cookbook

Project listing

  1. JDBC Connection pool vs. plain driver connection

Demonstrates the use JDBC connection pool and datasource in contrast to using plain driver manager based connection. Driver manager based connections are not suited well for multithread environement, because they introduce significant thread, time and memory overhead.

  1. Oracle Database simple connection

Demonstrates how to connect to Oracle database instance and query simple data

About

Java samples for day to day use in enterprise project. Focused on plain java and not frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors