Video Tutorial: Getting Started with Kii Cloud mobile backend
Kii Cloud is a mobile backend as a service (MBAAS) which takes commonly-used functionality on the server side and makes it easily... more »
Tweet 0 Comments Save Tags: cloud , how-to , mobile
Top 10 Causes of Java EE Enterprise Performance Problems
Please note that this article is in-depth but I'm confident that this substantial read will be worth your time.
Tweet 1 Comments Save Tags: how-to , java , methodology , research
Git Explained: For Beginners
I’m working with Git now for about two years but only for my personal projects and those I have on GitHub. At work we still use TFS and... more »
Tweet 1 Comments Save Tags: how-to , open source , tools
Top 10 Tips on how to be more productive with the Eclipse IDE
Top 10 recommendations that will make your programming life easier and make you more productive with the Eclipse IDE.
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 »
Modular JavaScript for Portals Done Right
JavaScript has become more and more popular over the last few years, and without any doubt its usage continues to increase every day. A... more »
Tweet 0 Comments Save Tags: how-to , javascript , research
SwitchYard Order Demo with JBoss EAP 6 on OpenShift
This video will show you how to setup an OpenShift instance (a.k.a. Gear) based on JBoss EAP6, add a SwitchYard cartridge, pull in my... more »
Tweet 0 Comments Save Tags: cloud , how-to , java , open source
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 8 lambdas
Scheduled for release in 2013, Java 8 will include language support for lambda functions. Although the specification is still in flux,... more »
Tweet 0 Comments Save Tags: how-to , java , tools
What's New In Spring Integration 2.2 - Retry and More
Part 4 in a series of blogs about new Spring Integration features. This one talks about adding retry and other behavior to individual... more »
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Consistent shadows in JavaFX
JavaFX provides a simple-to-use drop-shadow effect but when your object is rotated, the shadow also rotates, which results in an... more »
Tweet 0 Comments Save Tags: gui , how-to , java
Your Next Java Web App: Less XML, No Long Restarts, Fewer Hassles
Heads up: Building your next Java web app doesn't have to suck. You no longer need three miles of XML to stitch your application... more »
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 »
Native packaging for JavaFX
JavaFX 2.2 adds new packaging option for JavaFX applications, allowing you to package your application as a "native bundle". This gives... more »
Tweet 0 Comments Save Tags: gui , how-to , java , open source
Java Development in the Cloud: How to Build, Debug, and Deploy Apps to Google App Engine in 3 Minutes
As a start, we’ve focused on building a strong IDE that includes all the features a Java developer would expect. That includes... more »
Productivity Spotlight: JBoss Forge, JRebel and the Golden Days of Java Development
When I’m not fighting crime in the dark hours of the morning, I frequently need to create a small demo application or enhance an existing... more »
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Caution! - www.tuicool.com Steals Content from DZone Links - just google for: www.tuicool.com dzone
I discovered that www.tuicool.com systematically copies content of my site - in cases I submitted the link to DZone. A short check showed... more »
Tweet 3 Comments Save Tags: announcement , how-to , opinion
How I manage 40 people remotely
I’ve been running Treehouse since August 2010 from my home in the United Kingdom. We started with just three people (me, Nick Pettit and... more »
Tweet 1 Comments Save Tags: how-to , reviews , trends
10 Object Oriented Design principles Java programmer should know
Object Oriented Design Principles are core of OOPS programming but I have seen most of Java programmer chasing design patterns like... more »
Tweet 0 Comments Save Tags: books , how-to , java
Working Efficiently with JUnit in Eclipse
Recently I was dragged into a discussion1 with some test infected2 fellows about how we use JUnit within the Eclipse IDE. Surprisingly... 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
OpenShift PaaS Week in Review - Dec 7, 2012
Check out all the Red Hat OpenShift PaaS blogs, videos, quickstarts, how-to's and presentations from last week in the Week in Review.
Tweet 0 Comments Save Tags: cloud , how-to , open source
15 Command Line Tools to Monitor Linux Performance
It’s really very tough job for every System or Network administrator to monitor and debug Linux System Performance problems every day.... more »
Tweet 0 Comments Save Tags: how-to , open source , unix-linux
XA Transactions (2 Phase Commit): A Simple Guide
In the early days of computing, there was no need for distributed transactions. As number of applications increased, synchronization of... more »
Tweet 1 Comments Save Tags: database , how-to
7 Things Your Project Manager Wishes Developers Knew
Project managers take the heat from both management and from the development staff they aim to inspire. Here’s the information your team... more »
Tweet 0 Comments Save Tags: how-to , opinion