Blog: Stephan Knitelius |
241 blogs
updated: 31 min. ago
|
||
I have always preferred explicitly typed languages, saving a couple of characters by simply declaring a variable as [crayon-587fe645de37e854...
|
||
As you may have gathered, I have found an interest in Swift. I have always found it easier to pick up new languages by comparing it to the o...
|
||
A large open source community has grown around Swift, since Apple open sourced it along with a Linux Port back in Dezember 2015. Certain par...
|
||
So far this series has covered simple IoC dependency injection as well as bean initialization with @PostConstruct and constructor injection....
|
||
In the first part of this series I introduced basic IoC functionality. In this part we will cover @PostConstruct methods and Constructor Inj...
|
||
Dependency Injection, be it Spring IoC, CDI or Google GUICE is often seen as hard to understand or even referred to as "black magic". As wit...
|
||
Frequently there is confusion about passivation of contextual instances with CDI, especially when non-passivating scopes such as request sco...
|
||
JSR-236 has only been a half-hearted attempt at bringing asynchronous operations to the wider Java EE context, leaving many gaps or even spe...
|
||
The first part covered adapting and packaging extensible Java EE applications. Introducing Plug-ins This part will demonstrate how Java EE a...
|
||
With the advent of Java EE 6 it has become easier to build extensible applications. In this first post we will briefly explore how core comp...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler