Java

FacebookTwitter
The version number of Mule ESB refers to the version of the runtime product. Note that MuleStudio, Mule ESB's designtime GUI interface, releases versions independent of Mule ESB, thus does not accurately reflect the version of the core product. The following procedures outline the steps to take in both Mule Studio and Mule Standalone to determine the version number of the runtime product.

Lesson One - Mule 3.x Getting Started Guide - mulesoft.org

http://www.mulesoft.org/documentation/display/current/Installation+Guide

Adzic » Mockito in six easy examples

http://gojko.net/2009/10/23/mockito-in-six-easy-examples/ Mockito is a fantastic mock library for Java. I’m fascinated by how easy it is to use, compared to other things out there both in the Java and .NET world. Here is everything you need to know to get started in six really easy examples. First of all, get mockito from http://mockito.org/ . Almost everything really interesting can be imported with the org.mockito.Mockito class (or a static import of its methods, which I’ll use in this post).

JMeter to test robustness of system exposing REST APIs

UPDATE : code moved here: http://github.com/smartrics/JMeterRestSampler I have been involved on continuously testing systems for robustness . One of my toy projects is the JMeterRestSampler , a plugin for JMeter to ease creation of such tests and automate their execution on a continuous integration server. Robustness testing In this context, a robust system is such that if it is subject to a constant load for a given amount of time, its response is correct and its throughput is constant. The aim of a robustness test is to identify design or development issues such as memory leaks or random/unfrequent bugs that over time may degrade or crash the system. http://smartrics.blogspot.com/2009/04/jmeter-to-test-robustness-of-system.html
06-10-2012 : Mockito 1.9.5 released! See the release notes . Should appear in maven central shortly. http://code.google.com/p/mockito/

mockito.org

Android

http://www.particle.kth.se/~lindsey/JavaCourse/Book/courseMap.html This table maps the Java materials presented on this website. The rows represent chapters in the course. The columns, or tracks as we will often refer to them, represent the particular types of material presented. You should refer to this table frequently to monitor your progress through the course. Part I: Introduction to Java

Java Tech - Course Map

Tutorials

External

JBoss.org Community Documentation JBoss Application Server Installation And Getting Started Guide by JBoss Community Introduction 1.

Application Server

http://docs.jboss.org/jbossas/docs/Installation_And_Getting_Started_Guide/5/html/index.html
Misc