Tips and Tricks

  • submit to reddit

Calling SOAP Web Service From (JavaScript) Jaggery

Here I am going to call web services in http://localhost:9765/services/BAMToolboxDepolyerService?wsdl from jaggery (javascripte code). This sample is testing...

0 replies - 2459 views - 02/20/13 by Madhuka Udantha in Articles

Clojure, Java, and Sleeping Barbers

My friend Matt wrote a pretty rad (yep, I used that word) implementation of the “sleeping barber” program in Clojure. Matt’s code had an almost...

0 replies - 2817 views - 02/20/13 by Mike Christianson in Articles

Algorithm of the Week: Bellman-Ford in Python Using Vectorization/Numpy

I recently wrote about an implementation of the Bellman Ford shortest path algorithm and concluded by saying that it took 27 seconds to calculate...

0 replies - 2104 views - 02/19/13 by Mark Needham in Articles

Replacing Standard Mule Transformer w/ Custom Implementation

Although there is a lot of documentation about Mule ESB the issue in this post still took me some time to get it right. In this post I give a complete example...

0 replies - 1508 views - 02/19/13 by Pascal Alma in Articles

SOA School: Service Orchestration

The SOA architecture stipulates the creation of a repository of standardised and reusable services which can be composed or integrated into an aggregate...

0 replies - 1524 views - 02/19/13 by Nial Darbey in Articles

5 Tips to Co-Create Reusable Components

Want to envision, design, and implement reusable software components that your development community will enthusiastically adopt? Co-create! Here are 5...

0 replies - 1378 views - 02/19/13 by Vijay Narayanan in Articles

Groovy Goodness: Combining Annotations with AnnotationCollector

Groovy 2.1 introduces a new annotation to group multiple annotations and define an alias for the group. The new @AnnotationCollector annotation is an AST...

1 replies - 2411 views - 02/19/13 by Hubert Klein Ikkink in Articles

java.util.concurrent.Future Basics

Hereby I am starting a series of articles about future concept in programming languages (also known as promises or delays) with a working title: Back to the...

2 replies - 8943 views - 02/18/13 by Tomasz Nurkiewicz in Articles

The 10 Intrinsic Desires

In Management 3.0 classes I let participants play an exercise called Moving Motivators, which uses the CHAMPFROGS model for intrinsic motivation....

1 replies - 2564 views - 02/18/13 by Jurgen Appelo in Articles

True Power of Java EE and JMS: Distributed Computations!

Back in 2011 I was writing a PhD about evaluating and measuring quality of Web Services compositions. I had a system where I focued on evaluating WS-BPEL...

0 replies - 3120 views - 02/18/13 by Łukasz Budnik in Articles

Sorting Rows and Columns in a Matrix (with Some Music, and Some Magic)

This morning, I was working on some paper on inequality measures, and for computational reasons, I had to sort elements in a matrix. To make it simple, I...

0 replies - 1594 views - 02/18/13 by Arthur Charpentier in Articles

Simulating a Line-Following Robot in R

I’ve been reading up on controlling mobile robots, and built a simple robotic movement simulator in R, using the graphing libraries. The model sets up a...

0 replies - 1518 views - 02/18/13 by Gary Sieling in Articles

Statistical Consulting with Zombal

This is a guest post by Bene­dict Noel of Zom­bal. Many sta­tis­ti­cians do a lit­tle bit of con­sult­ing in addi­tion to...

0 replies - 940 views - 02/18/13 by Rob J Hyndman in Articles

Calling a Web Service from Java Using Maven

For people in hurry get the latest code @ github and run “mvn test” Introduction Typically, when you call a Webservice from Java, you need to create a...

0 replies - 1381 views - 02/18/13 by Krishna Prasad in Articles

Switching AppFuse from MyFaces to PrimeFaces

When describing my bias against JSF back in November, I wrote: ... there's a lot of folks praising JSF 2 (and PrimeFaces moreso). That's why I'll be...

0 replies - 1356 views - 02/18/13 by Matt Raible in Articles