Enterprise Java
-
Running on time with Spring’s scheduled tasks
Do you need to run a process everyday at the exact same time like an alarm? Then Spring’s scheduled tasks…
Read More » -
Fn Function to build an Oracle ADF application
In one of my previous posts I described how to create a Docker container serving as a builder machine for ADF…
Read More » -
Microsoft SQL Server Metadata For Developers
Microsoft SQL Server 2016 has recently taken the lead in relational database management systems (RDBMSs). The combination of high performance,…
Read More » -
Webinar: Java 9 First Impressions – The New Way to Build Scalable Enterprise Applications
Listen to some of our initial thoughts on the new Java release in this webinar There is a lot of…
Read More » -
7 Reasons to Use Spring to develop RESTful Web Services in Java
REST has now become a standard way to develop web services and when it comes to Java, there are many…
Read More » -
How to ignore unknown properties while parsing JSON in Java – Jackson @JsonIgnoreProperties Annotation Example
One of the common problem while parsing JSON in Java using Jackson API is that it fails when your JSON…
Read More » -
PostgreSQL on Open Liberty
Open Liberty is an interesting new OSS Java EE application server that originated from WebSphere Liberty. You can configure Open…
Read More » -
Running ADF Essentials on Tomcat in a Docker container
I develop sample applications pretty often. I try out some ideas, play with some techniques and share the result of…
Read More » -
CI/CD for SpringBoot applications using Travis-CI
In this article we are going to learn how we can use Travis CI for Continuous Integration and Continuous Deployment (CI/CD) of a SpringBoot application.…
Read More »