News

Learn what SQL injection is, how it works, and how to prevent it in a Java web service using best practices and tools, such as prepared statements, web application firewalls, security frameworks ...
Embedded SQL in Java There a number of pure Java SQL database systems develolpers can embed into applications. In this tip we introduce two open source projects, HSQLDB and Apache Derby.
Developer Product Briefs Make a SQL-to-Java Connection SQL Server 2005's Type 4 JDBC driver provides database connectivity from a Java application. Though the driver class and connection URL are a bit ...
I'm not happy with current solutions for SQL ORM in Java because they all are bad in a way or another : - Hibernate is a half-assed solution - JPA took some parts of it but missed some crucial ones ...
Now that SQL Server also has Java within its SQL code, you have a new path to migrate Java applications to SQL Server. Pushing business logic into the database: Teams that are accustomed to developing ...
jOOQ's reason for being - compared to JPA Java and SQL have come a long way. SQL is an "ancient", yet established and well-understood technology. Java is a legacy too, although its platform JVM allows ...
Implement advanced SQL concepts such as stored procedures, derived tables, CTEs, window functions, and database views Implement jOOQ multi-tenancy, tuning, jOOQ SPI, logging, and testing Who this book ...
jOOQ is an excellent query builder framework that allows you to emulate database-specific SQL statements using a fluent, intuitive, and flexible DSL API. jOOQ is fully capable of handling the most ...