Load testing

How much of a performance hit for https vs http for apache? http://httpd.apache.org/docs/2.0/programs/ab.html http://www.joedog.org/index/siege-home http://jakarta.apache.org/jmeter/

Read More →

Generics

package com.qbw.gen; public interface Stuff<T,K> { K getData(); void putData(T stuff); } package com.qbw.gen; public class IntStuff implements Stuff<Integer,String> […]

Read More →

Tag Cloud