Spring/JPA Java SQL Scalar Function Utility for Layered Applications

David Pitt Articles, Java, Spring Leave a Comment

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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.  …

Joda-Time: The Future of Java Date/Time

David Kieras Articles, Development Technologies & Tools, Java 15 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.So how often have you had to work with date/time functions in Java? I mean really WORK with them? I’m not talking about simply …

Making Java EE Software Development Agile, Overcoming the Disconnect

David Pitt Agile, Articles, Java, Project Management 4 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.If you want to go surfing but you live smack dab in Kansas, it could be a challenge. (Unless you want to go paddle …

Spring’s NamedParameter Jdbc Template

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

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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 …