웹개발 프레임워크(must-have skills) (1) 썸네일형 리스트형 Data Access - Mybatis vs JdbcTemplate mybatis(동적쿼리, xml로 분리) 와 jdbctemplate(plain jdbc보다 중복코드를 제거해줘서 편리) 어느정도 프로그램 규모가 작으면 jdbctemplate이좋고, 그 이상이면 mybatis가 좋을 듯 싶다. 0. Jdbc? Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database. It is a Java-based data access technology used for Java database connectivity. It is part of the .. 이전 1 다음