Skip to content

Java library

Spring Framework

Core support for dependency injection, transaction management, web applications, data access, messaging, testing and more.

DataBase on Spring

Spring JDBC

NamedParameterJdbcTemplate

NamedParameterJdbcTemplate jdbcTemplate = new NamedParameterJdbcTemplate(dataSource);
MapSqlParameterSource paramSource = new MapSqlParameterSource();
paramSource.addValue("name", name);
paramSource.addValue("city", city);
jdbcTemplate.queryForRowSet("SELECT * FROM customers WHERE name = :name AND city = :city", paramSource);

JNDI DataSource

Transaction

Spring Boot

Play Framework

Build Modern & Scalable Web Apps with Java and Scala
Ruby on Railsの哲学をJavaで実現することを目的としたフレームワーク

Install

Spark Framework

Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effort

Apache Commons

Apache Commons
The Commons is an Apache project focused on all aspects of reusable Java components.

Lang

Provides extra functionality for classes in java.lang.

IO

FileUpload

BeanUtils

Easy-to-use wrappers around the Java reflection and introspection APIs.

DbUtils - JDBC Utility Component

JDBC helper library.

Apache POI

JSON

Jackson

Google Gson

CSV

opencsv

Database

Doma