jetty « Batch « Spring Q&A





1. Writing functional tests with server-side java application that isn't a j2ee app    stackoverflow.com

My company has a java-based batch application that's not implemented in J2EE which embeds jetty to handle some web service calls. Untill now, none of these endpoints had any functional tests(using something ...