Introducing Spring XD
The Spring team is kicking off a new initiative called Spring XD whose theme is tackling Big Data complexity.
Tweet 0 Comments Save Tags: announcement , java , news , open source
Implementing API Façade with WSO2 API Management Platform
This blog post provides the implementation details of the previous blog... more »
Tweet 0 Comments Save Tags: java , open source , web 2.0 , web services
Reactor - a foundation for asynchronous applications on the JVM
We’re pleased to announce that, after a long period internal incubation, we’re releasing a foundational framework for asynchronous... more »
Tweet 0 Comments Save Tags: cloud , frameworks , groovy , java
Effective Unit Testing: Patterns and Suggestions to ensure truly unit oriented test code
Unit testing can be fairly simple to implement with immeasurable value for both the customer and the implementing team. Unfortunately... more »
Core Spring Data
This Refcard serves as a must-have reference for the Spring Data project. Spring Data, which is part of the Spring Framework ecosystem,... more »
Tweet 0 Comments Save Tags: database , frameworks , how-to , java
Java EE 7 Approved!
Java EE 7 is officially done as of this week. Linda DeMichiel just announced on the Oracle blog that the Java EE 7 Platform JSR, as well... more »
Tweet 1 Comments Save Tags: java , news , standards
Java 1.8 (JDK8): What's new? Code examples and performance
In a previous post, I talked about new features and performance of java 1.7. Java 7 has now been released a while ago and Java 8 is... more »
Tweet 0 Comments Save Tags: java , reviews
Understanding Density Independence in Android
A comprehensive explanation of how Android handles devices of varying screen densities, and how to optimize an application to best... more »
Java Code To Byte Code - Part One
Explains how Java code get compiled to byte code in simple terms describing each instruction and how memory is updated during execution.
Tweet 0 Comments Save Tags: groovy , hardware , how-to , java
Inside the JVM
This article explains the internal architecture of the Java Virtual Machine (JVM) in simple terms. Diagrams are used to illustrate how... more »
Tweet 0 Comments Save Tags: java , other languages
Play! Framework Basics
You will have a hard time finding any framework that is more productive than Play!. How much time have you spent recycling a container?... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , standards
Spring Data Arora SR1 released
Announcement of the service release of the Spring Data Arora release train
Tweet 0 Comments Save Tags: announcement , database , java , open source
5 Best Free Scala Books
Scala is a modern, object-functional, multi-paradigm, Java-based programming and scripting language that is released under the BSD license.
Tweet 0 Comments Save Tags: books , java , open source , reviews
XStream – XStreamely easy way to work with XML data in Java
From time to time there is a moment when we have to deal with XML data. And most of the time it is not the happiest day in our life.... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Java EE 7 (JSR-342) is final!
With some lateness, the specification for Java EE 7 (JSR 342) went final today, about three years after the release of Java EE 6.
Tweet 0 Comments Save Tags: java , news , server , standards
Concurrent Garbage Collection in Java
This GC Blog Post covers the Concurrent-Mark-Sweep collector which is a "low pause" collector implemented in the hotspot Garbage Collector.
Tweet 0 Comments Save Tags: java , open source , research , server
The Great Java Application Server Debate: Tomcat
t’s important that the first experiences with a product is clean, clear and easy. OK, it’s really hard to have a first impression with... more »
Tweet 0 Comments Save Tags: java
IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers
JetBrains Company Blog provides details on new Android Studio, an IDE being developed by Google in cooperation with JetBrains.
Tweet 1 Comments Save Tags: announcement , java , open source , tools
Monitoring Spring Batch with AppDynamics
When running Spring Batch in production it’s always good to keep an eye on performance. And in pre-production it’s helpful to have a tool... more »
Tweet 0 Comments Save Tags: java
Android ExpandableListView Magic
An explanation on customizing Android's ExpanableListView to imitate the combination of an ExpandableListView and a ListView.
Tweet 0 Comments Save Tags: how-to , java , mobile
How we customized Eclipse Infocenter for the new eXo documentation website
Eclipse offers plugin developers the ability to add help documentation for their plugins locally or online. Opening that help will give... more »
Tweet 0 Comments Save Tags: eclipse , java , open source
Cool Eclipse IDE Plugins You Should Check Out
The Eclipse IDE from the non-profit Eclipse Foundation is known for its plugins ecosystem and the Eclipse Marketplace hosts a huge amount... more »
Tweet 0 Comments Save Tags: eclipse , java , tools
Fix Memory Leaks in Java Production Applications in 5 Steps
Adding more memory to your JVMs (Java Virtual Machines) might be a temporary solution to fixing memory leaks in Java applications, but it... more »
Tweet 0 Comments Save Tags: how-to , java , server
How to create a memory leak
We present two code samples demonstrating how easy it is to accidentally introduce a memory leak to your application. And how hard it... more »
Tweet 0 Comments Save Tags: java
How to write less code with JMS 2.0
Here are ten simple examples that demonstrate how JMS 2.0 requires less code than JMS 1.1.
Tweet 0 Comments Save Tags: how-to , java , news , standards