-
Enterprise Java
Continuous Delivery of ADF applications with WebLogic Shared Libraries
Introduction There is a pretty popular architecture pattern when ADF applications are built on top of shared libraries. So the…
Read More » -
Agile
Measure Your Cost per Feature
As Mark Kilby and I work on the geographically distributed teams book, I realized this morning that we need to…
Read More » -
Software Development
Going Serverless? Compare Your FaaS Options
As is typical with new concepts and technologies, the absolute definition of “serverless” or FaaS (Functions as a Service) is…
Read More » -
Android Core
Exclusive Book Offers (75% off): Mastering Android Application Development, Expert Android Programming, Android High Performance Programming
Hello fellow Geeks! Today, we have some exciting news for you! Java Code Geeks and Packt have teamed up to…
Read More » -
Enterprise Java
Neo4j: Cypher – Property values can only be of primitive types or arrays thereof
I ran into an interesting Cypher error message earlier this week while trying to create an array property on a…
Read More » -
Enterprise Java
Using JAX-RS exceptions for status codes
One way to send specific HTTP (error) status codes from a JAX-RS resource is to use the javax.ws.rs.core.Response class with…
Read More » -
Enterprise Java
JPA persistence.xml SQL script definitions
You can define and link to SQL scripts in a JPA persistence context definition that will be executed at runtime.…
Read More » -
Enterprise Java
Creating a View Object Row with ADF Bindings CreateInsert action
In this short post I am going to highlight a small pitfall related to a very common approach to create…
Read More » -
Software Development
DAO is Yet Another OOP Shame
Someone asked me what I think about DAO and I realized that, even though I wrote about ORM, DTO, and…
Read More »