NoSQL Databases
-
Amazon Launches DynamoDB
Amazon Web Services launched DynamoDB, as an NoSQL database designed for Internet scale web applications. The announcement is interesting for a couple...0 comments
-
5 Advanteges of NoSQL Databases
NoSQL (Not only SQL) is a broad class of database management systems that differ from the classic model of the relational database...0 comments
More in NoSQL Databases
Spring Framework
-
Using RowCallbackHandler in Spring JdbcTemplate
CallbackHandler is a interface used by JdbcTemplate’s query methods. This interface cantains only one method with the signature in the following code...0 comments
-
Using ResultSetExcractor in Spring JdbcTemplate
JdbcTemplate class includes query methods to prepare and execute the SQL queries. The Spring JDBC abstraction framewor provides three different types of...0 comments
-
JdbcTemplate to execute SQL DML Statements
JdbcTemplate proveides update() methods for executing single SQL DML statement. It support JDBC statement and PreparedStatement style of eecuting the SQL statements....0 comments


