-
Scala
Scala Days: 6 of the Best Talks You Probably Missed
Highlights from Scala Days @ San Francisco New Post: Scala…
Read More » -
Core Java
Validating XML Against XSD(s) in Java
There are numerous tools available for validating an XML document against an XSD. These include operating system scripts and tools…
Read More » -
Core Java
One Year After Java 8’s Release, IDEs and Compilers are not Fully Ready Yet
One year ago, on March 18, 2014, Java SE 8 was released, and with it, the bliss of functional programming…
Read More » -
Core Java
Creating Millions of Objects with Zero Garbage
As noted in First rule of performance optimisation, garbage is the enemy of fast code. Not only can it destroy any sort…
Read More » -
Enterprise Java
Netty: A Different Kind of Web(Socket) Server
Netty is used today in all kinds of applications, all over the Internet, to handle thousands (if not millions) of chat…
Read More » -
Software Development
The End of Google Code
In the 21 January 2014 post Google Code is dead, Evert Pot referenced the post A Change to Google Code…
Read More » -
Software Development
The 10 Things Everyone does Wrong when Committing Pull Requests
So, you’ve found a nice Open Source project that has added great value to your own work and you want…
Read More » -
Enterprise Java
Using rx-java Observable in a Spring MVC flow
Spring MVC has supported asynchronous request processing flow for sometime now and this support internally utilizes the Servlet 3 async…
Read More » -
Enterprise Java
Apache Camel Eclipse Tooling with Debugger
About 2 months ago Lars Heineman blogged about improved Apache Camel Eclipse tooling on the way as part of the…
Read More »