Keyhole Team Creates New Open Source Framework

Keyhole Software Articles, Java, Keyhole, Keyhole Creations, Spring 2 Comments

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.At Keyhole Software, we are huge proponents of the benefits of open source software. Our team members enjoy contributing their creations to the development community. This week we are excited to announce …

Spring/JPA Java SQL Scalar Function Utility for Layered Applications

David Pitt Articles, Java, Spring Leave a Comment

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Most Java applications interact with a relational data source through a POJO object model that is mapped with an object relational (OR) mapping framework.  Developers don’t have to worry about constructing SQL, …

Spring’s NamedParameter Jdbc Template

Jonny Hackett Articles, Development Technologies & Tools, Java, Spring Leave a Comment

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Recently I’ve been working on a project that is centered around batch processes that leverage the Spring Batch project and also uses hibernate’s JPA implementation.  In addition to the batch processing, there …