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 →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 →This is a PDF. Better Builds With Maven2.zip (1.49 mb)
Read More →I did both of these, not sure which worked. If TARGET is already in SVN, you must delete it […]
Read More →Info based on: http://viralpatel.net/blogs/2010/07/generate-dynamic-web-project-maven-eclipse-wtp.html ================= Create a Simple Maven Project. -> File -> New ->Other -> Maven Project -> […]
Read More →Error: Classpath entry org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER will not be exported or published http://geertschuring.wordpress.com/2009/03/05/why-the-maven2_classpath_container-will-not-be-exported-or-published/ Posted by Geert Schuring on March 5, 2009 […]
Read More →http://www.parosproxy.org/ XSS our site.docx (139.90 kb)
Read More →Working with two different web-apps, with a common source base, often very similar web functionality and sometimes the need […]
Read More →http://thinkinginsoftware.blogspot.com/2010/11/xss-and-csrf-protection-in-spring-mvc.html
Read More →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 →interface Stuff<T> { T getData(); void putData(T stuff); } class IntStuff implements Stuff<Integer>{ private Integer stuff; public Integer getData() […]
Read More →