Enterprise Java
-
Tomcat’s Default Connector(s)
Tomcat has a couple of connectors to choose from. I’ll leave aside the APR connector, and focus on the BIO…
Read More » -
Understanding Callable and Spring DeferredResult
1. Introduction Asynchronous support introduced in Servlet 3.0 offers the possibility to process an HTTP request in another thread. This…
Read More » -
RESTful timers in Java EE
In this post…. Whirlwind tour of EJB timers Working with EJB timers on the fly via simple REST interface with…
Read More » -
Sending JMS Messages From WildFly 8 To WebLogic 12 with Camel
System integration is a nice challenge. Especially, when you’re looking for communication standards and reliable solutions. In today’s microservices world,…
Read More » -
Using Camel Routes In Java EE Components
I’ve been working with Camel since a while now and I really like it’s simplicity. Using it on top of…
Read More » -
Writing a download server. Part VI: Describe what you send (Content-type, et.al.)
As far as HTTP is concerned, what client is downloading is just a bunch of bytes. However client would really…
Read More » -
Throttle methods with Spring AOP and Guava rate limiter
External services or APIs may have usage limits or they just cannot handle loads of requests without failing. This post…
Read More » -
Workshop in a Can: Setup a JBoss BPM Suite Full Day Workshop
Looking for an easy way to promote, present or demonstrate how easy it is to get started with JBoss Business…
Read More » -
Running OkHttpClient from within WildFly 9 (subsystem)
A few days ago WildFly 9 was released and one of the highlight for sure is the support of HTTP/2.0…
Read More »