Java
-

JUnit in a Nutshell: Unit Test Assertion
This chapter of JUnit in a Nutshell covers various unit test assertion techniques. It elaborates on the pros and cons…
Read More » -

Garbage Collection: increasing the throughput
The inspiration for this post came after stumbling upon âPig in the Pythonâ definition in the memory management glossary. Apparently,…
Read More » -

Brand new JSF components in PrimeFaces Extensions
The PrimeFaces Extensions team is glad to announce several new components for the upcoming 3.0.0 main release. Our new committer…
Read More » -

5 Error Tracking Tools Java Developers Should Know
Raygun, Stack Hunter, Sentry, Takipi and Airbrake: Modern developer tools to help you crush bugs before bugs crush your app! …
Read More » -

3 Examples of Parsing HTML File in Java using Jsoup
HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…
Read More » -

WildFly 9 – Don’t cha wish your console was hawt like this!
Everybody heard the news probably. The first WildFly 9.0.0.Alpha1 release came out Monday. You can download it from the wildfly.org…
Read More » -

lambdas and side effects
Overview Java 8 has added features such as lambdas and type inference. This makes the language less verbose and cleaner,…
Read More » -

How to Safely Use SWTâs Display asyncExec
Most user interface (UI) toolkits are single-threaded and SWT is no exception. This means that UI objects must be accessed…
Read More » -

This is the Final Discussion!
Pun intended⊠Letâs discuss Java final. Recently, our popular blog post â10 Subtle Best Practices when Coding Javaâ had a…
Read More »



