Java
-
Asynchronous communication made by OpenHub framework
We introduced OpenHub framework in the previous part of this series. This part shows one of the most powerful feature…
Read More » -
Spring Cloud – Basic setup
Spring Cloud solves common problems of distributed systems. However, for someone who works only with widely known monolith applications jumping…
Read More » -
Java Command-Line Interfaces (Part 24): MarkUtils-CLI
The first post in this series on parsing command line arguments in Java featured the Apache Commons CLI library. This…
Read More » -
Java Command-Line Interfaces (Part 23): Rop
The Rop library is described on its main page as “a lightweight command line option parser written in Java.” The…
Read More » -
Jackson JSON Parsing Error – UnrecognizedPropertyException: Unrecognized field, not marked as ignorable [Solved]
While parsing JSON string received from one of our RESTful web services, I was getting this error “Exception in thread…
Read More » -
Secure Spring Boot REST API using Basic Authentication
This is the third post of my Spring Boot Blog post series. In the very first post, I talked about…
Read More » -
Is Java Certification Worth It?
Gaining a certification in any profession always has its pros and cons, but it seems like in the world of…
Read More » -
Java Command-Line Interfaces (Part 22): argparser
John Lloyd‘s argparser is the library covered in this twenty-second post of the series on Java-based command line argument parsing.…
Read More » -
Integrate CloudWatch Logs with Cloudhub Mule
In this blog, i will explain how to enable AWS Cloudwatch Logs for your Mule CloudHub Application. Cloudwatch Logs Services are…
Read More »