Enterprise Java
-
2 Ways of Passing Properties / Parameters in Java EE 7 Batch
When it comes to the Java EE 7 Batch Processing facility, there are 2 ways in passing properties / parameters…
Read More » -
Customizing HttpMessageConverters with Spring Boot and Spring MVC
Exposing a REST based endpoint for a Spring Boot application or for that matter a straight Spring MVC application is…
Read More » -
Using Infinispan as a persistency solution
Cross-posted from https://vaadin.com/blog/-/blogs/using-infinispan-as-a-persistency-solution. Thanks Fredrik and Matti for your permission! Various RDBMSs are the de-facto standard for persistency. Using them is…
Read More » -
API Management in WildFly 8.1 with Overlord
I gave a brief introduction about the Overlord project family yesterday. Today it’s time to test-drive a bit. The API…
Read More » -
Akka Notes – Introducing Actors
Anyone who has done multithreading in the past won’t deny how hard and painful it is to manage multithreaded applications.…
Read More » -
More metrics in Apache Camel 2.14
Apache Camel 2.14 is being released later this month. There is a slight holdup due some Apache infrastructure issue which…
Read More » -
How to Release to Maven Central, in One Click
When I release a new version of jcabi-aspects, a Java open source library, to Maven Central, it takes 30 seconds…
Read More » -
How JSF Works and how to Debug it – is polyglot an alternative?
JSF is not what we often think it is. It’s also a framework that can be somewhat tricky to debug,…
Read More » -
Overlord – The One Place To Rule And Manage your APIs
We’re living in a more and more distributed world today. Instead of having individual, departmental projects running on some hardware…
Read More »