Setting up VisualVM in under 5 minutes
Ever used VisualVM? This quick guide will quickly get you working with VisualVM in Eclipse or IntelliJ IDEA.
Tweet 0 Comments Save Tags: how-to , java , tools
Setting up Static and Dynamic (LACP) Link Aggregation (802.3ad) on D-LINK DES-3526/DES-3550 using the CLI.
Setting up Static and Dynamic (LACP) Link Aggregation (802.3ad) on D-LINK DES-3526/DES-3550 using the CLI.
Tweet 0 Comments Save Tags: java
Analysing REST Web Services with Squid and AWStats
A walkthrough of how I set up AWStats to monitor my Squid Server cache logs. My environment is on Amazon EC2 - running Squid as a reverse... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , web services
Backward Chaining and Reactive Transitive Closures with Drools
I've made a small tutorial on Backward Chaining and Reactive Transitive Closures with Drools. Don't forget to turn on Youtube HD settings:
Tweet 0 Comments Save Tags: java , open source , other languages
How to read a XHTML form data using EJB
This article will help us to learn about the procedure of reading the XHTML form data and also will explain the process of using EJB... more »
Tweet 0 Comments Save Tags: how-to , java , xml
How to create a Calculator App for Android
In this article, we will learn about the creation of Quick Calculator application in android that is useful to get quick mathematical results.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
Reading a Java Method's Parameter Names
Sometimes there is a benefit in knowing the parameter names of a method at runtime without doing anything special about it, i.e. without... more »
Tweet 0 Comments Save Tags: java
JBoss BRMS Customer Evaluation Demo Updated with EAP 6.1.0
Demo project updated with newest version of JBoss EAP.
Tweet 0 Comments Save Tags: how-to , java , open source
Java Developer and Training Consultant in Java And Java EE technology
This tutorial is one of the certification exam topics which gives attention into Java Servlet Technology . This will help your... more »
Tweet 0 Comments Save Tags: how-to , java , server , web services
Hosting Your Java Server Side Code
App42 platform gives you the power to host your custom server side code in our cloud. Below are the listed features and advantages for the same.
Tweet 0 Comments Save Tags: cloud , java
Drools and Guvnor Beta3 Video
I've made a small video to show the UI improvements for Drools and Guvnor. It's recorded in 1024x768, so it's slightly more cramped,... more »
Tweet 0 Comments Save Tags: java , open source
TextMate Bundles in PhpStorm
Tutorial - TextMate Bundles in PhpStorm and other IntelliJ IDEA-based IDEs
Item 5: Avoid Creating Unnecessary Objects
A quick go through of item 5 of Effective Java (The Book). Avoid creating unnecessary objects.
Tweet 0 Comments Save Tags: java
Logging to Syslog From Java Using Logback
A brief tutorial on how to log to Syslog from a Java application over UDP using Logback. It guides readers through everything from... more »
Tweet 0 Comments Save Tags: how-to , java , unix-linux
Java SE 7 Features Part - 2
Tried to cover Java SE 7 features
Tweet 0 Comments Save Tags: java , open source
Spring from the Trenches: Adding Validation to a REST API
This blog post describes how we use the @Valid annotation for adding validation to a REST API which is implemented by using either Spring... more »
Tweet 0 Comments Save Tags: java
Spring Integration File Polling and Tests
An approach to testing a File polling based message flow in Spring Integration
Tweet 0 Comments Save Tags: how-to , java , tools
jvmtop - a top-like console tool to monitor your JVMs
jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine. It's like top but is able to provide... more »
Tweet 0 Comments Save Tags: java , server , tools , unix-linux
Facial Features Recognition in Java
An explanation of two techniques (Haar cascades and the FaceSDK API) for recognizing facial features such as the eyes, nose, mouth,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Auditing entities in Spring Data MongoDB
Spring Data MongoDB 1.2.0 introduced support for basic auditing. Post covers how to configure Spring and your entities to use it.
Tweet 0 Comments Save Tags: java , open source , tools
How to detect loop in linked list in Java
Loop or cycle detection on singly linked list is a good data structure exercise in Java. This article shows one way to solve this problem.
Tweet 0 Comments Save Tags: how-to , java , open source , opinion
Introducing Flowee, a Framework for Building Workflow-based Services in Java
Flowee is a framework for building Java services backed by one or more workflows. Its primary purpose is to provide groundwork for... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , tools
Testing void methods with mockito
An interesting miscellaneous post that shows how to use mockito verify() method to pinpoint an exact method call from a mocked dependency.
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Communication in Spring Web Flow 2
This article explores different ways of sharing data during a flow execution, sub flows included.
Tweet 0 Comments Save Tags: frameworks , java , open source
Android ExpandableListview Example
With this tutorial we are going to see how to use Android ExpandableListView
Tweet 0 Comments Save Tags: java , mobile