Performance

  • submit to reddit

How I Learned to Stop Worrying and Love TestNG

Think back to your early 20′s. Remember going out on Halloween or New Year’s Eve? No sooner do you walk into a bar than someone in your group starts...

4 replies - 2223 views - 03/02/13 by Sarah Goff-dupont in Articles

How to Execute Something Multiple Times in Java

When writing unit / integration tests, you often want to execute something multiple times, with different configurations / parameters / arguments every...

6 replies - 6000 views - 02/28/13 by Lukas Eder in Articles

Performance Java Training Details

I have created a group for announcements and discussions regarding Higher Frequency Trading's Java Training. HFT Java Training discussion group This...

0 replies - 2715 views - 02/26/13 by Peter Lawrey in Articles

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 266 views - 02/22/13 by Kelley Gemma in Uncategorized

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 - 4378 views - 02/21/13 by Allen Coin 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 - 5880 views - 02/20/13 by Peter Lawrey in Articles

Introduction to JCache JSR 107

Resin has supported caching, session replication (another form of caching), and http proxy caching in cluster environments for over ten years. When you use...

2 replies - 3988 views - 02/13/13 by Bill Digman in Articles

Building and Scaling PDFTribute

It’s probably easiest to see how PDFTribute.net started from the storify shown below. My good friend, Patrick Socha, so moved by the outpouring of data...

0 replies - 6348 views - 02/08/13 by Tom O'connor in Articles

10 Groups of Software Quality Factors That Should Always Be Remembered

  Flexibility and Extensibility:  Flexibility is the ability of software to add/modify/remove functionality without damaging current system....

0 replies - 5565 views - 02/07/13 by Cagdas Basaraner in Articles

How to compress and uncompress a Java byte array using deflater/inflater

If you ever came across the requirement to store binary data somewhere (e.g. filesystem or database) it might be handy to compress those data. Besides the...

2 replies - 3940 views - 02/06/13 by Ralf Quebbemann in Articles

Sending Email With Java (Beware)

I turn on debugging to trace what’s going on. All looks good but one email bounces back after a day and some hotmail and gmails just vanish. To test a...

3 replies - 3134 views - 02/02/13 by Tim Spann in Articles

10 Web Peformance Tuning Tricks

Richard Campbell - Ten Web Performance Tuning Tricks in 60 Minutes from NDCOslo on Vimeo. Join Richard Campbell as he opens up his web performance tuning...

0 replies - 4681 views - 02/01/13 by Mitch Pronschinske in Articles

The Days of Shell and Rational Roses

This post  reminded me of why UNIX and combining simple single function programs together made UNIX (and Linux) so amazing. My first college CGI and my...

2 replies - 2257 views - 01/29/13 by Tim Spann in Articles

Lean distribution of ActiveMQ

I saw a question on the mailing list asking for a simple, stripped-down, version of ActiveMQ. The default distribution and all of its runtime dependencies come...

0 replies - 1575 views - 01/29/13 by Christian Posta in Articles

How aggressive is method inlining in JVM?

Ctrl + Alt + M is used in IntelliJ IDEA to extract method. Ctrl + Alt + M. It's as simple as selecting a piece of code and hitting this combination. Eclipse...

1 replies - 2793 views - 01/28/13 by Tomasz Nurkiewicz in Articles