Tips and Tricks

  • submit to reddit

How One Startup Uses Scala to Handle Exponential Growth

Lucidchart is a startup with an interesting story to tell about migrating from a PHP framework to Scala, and dealing with the growing pains of scaling to...

0 replies - 4441 views - 02/21/13 by Allen Coin in Articles

Comparing Job Development in Quartz and Obsidian

Getting your program code to the point that it satisfies the functional requirements provided is a milestone for developers, one that hopefully brings...

0 replies - 1598 views - 02/21/13 by Craig Flichel in Articles

When to use Aspect Oriented Architecture (AOA/AOD)

When is it appropriate to use aspect oriented architecture? I think the only honest answer to this question is that it depends on the context for which the...

0 replies - 2139 views - 02/21/13 by Todd Merritt in Articles

Facet Over The Same Field Multiple Times With Different Filters in Solr

Did you know that you can facet over the same field more than once? Did you know that you can rename the facet field? Did you know that you have display the...

0 replies - 1455 views - 02/21/13 by John Berryman in Articles

Agile’s Secret Ingredient

I’m a big fan of Manager Tools. I’ve been listening to the podcast and recommending it to anyone, manager or not, for the last five years. A recurring...

0 replies - 1108 views - 02/21/13 by Gil Zilberfeld in Articles

Retrieve Values From XML in Config Registry with WSO2 ESB

The following configuration can retrieve the values in a config registry using the WSO2 ESB. <proxy xmlns="http://ws.apache.org/ns/synapse"...

0 replies - 1089 views - 02/21/13 by Achala Chathura... in Articles

Spring-Test-MVC Junit Testing Spring Security Layer with Method Level Security

For people in hurry get the code from Github. In continuation of my earlier blog on spring-test-mvc junit testing Spring Security layer with InMemoryDaoImpl,...

0 replies - 2024 views - 02/21/13 by Krishna Prasad in Articles

Proxying a Request to Localhost in Java

It can be very convenient when developing to server based application to run them using "localhost" in order to maintain consistency between developer...

1 replies - 2405 views - 02/21/13 by Gerard Davison in Articles

Performance Java Training

 I am looking to provide "Master Class" Java training for developers of high throughput and low latency systems based on my experience in designing and...

0 replies - 5974 views - 02/20/13 by Peter Lawrey in Articles

API Categories

Quick: name some APIs! Which ones come to mind? Amazon? Twitter? Google Maps? Chances are, the APIs which came to mind are APIs which are open to any developer...

0 replies - 2836 views - 02/20/13 by Mark O'neill in Articles

Duck Typing in Scala: Structural Typing.

Scala offers a functionality known as Structural Types which allows to set a behaviour very similar to what dynamic languages allow to do when they support...

2 replies - 3547 views - 02/20/13 by Carlo Scarioni in Articles

Simple Camel Configuration of a Twitter Endpoint

I was asked just how my got the Twitter Stream working in my new Camel based project and how I managed the credentials. The Twitter...

0 replies - 1873 views - 02/20/13 by Col Wilson in Articles

Don't Rely on Unit Tests Alone

When you are building a complex system, barely testing components in isolation is not enough. It's crucial, but not enough. Imagine a car factory that...

0 replies - 1653 views - 02/20/13 by Tomasz Nurkiewicz in Articles

ActiveMQ: How to Start/Stop Camel Routes on an ActiveMQ Slave

Do you have a business requirement in which you need ActiveMQ to deploy your Camel routes but you have come to realize that in a Master/Slave configuration...

1 replies - 2489 views - 02/20/13 by Jason Sherman in Articles

Scala 2.10 – Macros Hands-on With "Method Alias"

Where? Last week I was presenting at JFokus (cool conference, give it a try), a really nice JVM-focused conference. Obviously I love the conference I...

0 replies - 2450 views - 02/20/13 by Konrad Malawski in Articles