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
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
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 »
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 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
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 Framework 4.0 Milestone 1 Now Available
Juergen Hoeller announces the first milestone for Spring Framework 4.0, which includes the first wave of Java SE 8 / OpenJDK 8 support,... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
Riaktor - Promise-based async API for Riak based on the Reactor framework
Riaktor uses the official Riak Java client to provide efficient asynchronous task execution and coordination using the Reactor framework.... more »
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
Thoughts on Google I/O 2013
Google I/O 2013 has ended and while we saw a few new things on the Android front, this year's event was much more dialed back than 2012... more »
Tweet 0 Comments Save Tags: java , mobile , opinion , reviews
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
Java EE 7 and JAX-RS 2.0
Java EE 7 with JAX-RS 2.0 brings several useful features, which further simplify development and lead to the creation of even... more »
Tweet 0 Comments Save Tags: how-to , java
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
R.I.P. JavaBlogs
Atlassian shut down JavaBlogs the original go-to blog aggregator for 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
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
Fixing Java production problems with New Relic
Originally appearing in JAX Magazine, Dan Delany goes hunting in the haystack with New Relic, and tells us why application performance... more »
Tweet 1 Comments Save Tags: how-to , java , opinion
Spring BeanDefinitionStoreException
Spring BeanDefinitionStoreException - Causes, Solutions, IOException, FileNotFoundException
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
Horizontal Scroll View in Android
Hello Friends, It's a simple demo for Horizontal Scroll View in Android.
Tweet 1 Comments Save Tags: eclipse , how-to , java , mobile