Hello, Is it possible to implement Test Driven Development in a traditional, waterfalls organization? Does anybody here have experience doing (or attempting)...
Can anyone recommend a good tool/framework/approach for unit testing Servlets? I'm looking for a tool that can isolate a servlet, allowing you to pass in mock...
I guess it depends on what it is you want to test. Do you want to test that the request and response have the correct attributes set on them? If so, using...
I've had some good success with HttpUnit. http://httpunit.org/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
It's been a while, but I've used HttpUnit: http://httpunit.sourceforge.net/ <http://httpunit.sourceforge.net/> Alper ... From: Calen Martin D. Legaspi...
Alper Akture
alper.akture@...
Aug 1, 2006 7:32 pm
1772
On Monday, August 14th, Agile Denver will host a special event on the eve of our six year anniversary. Please mark your calendars for "Preparation versus...
I'm creating a servlet that receives Japanese characters in Shift_JIS character encoding. When I pull a parameter out of the request object, the bytes look...
I previously used Grinder. It is more oriented to Stress testing, but allows you to use a proxy to intercept HTTP traffic, and play it back in a variety of...
... It means "Meeting room" :) ... The SJIS looks right, that POST data looks bizarre. Have you confirmed that the client is actually posting the correct...
... Forgot to send my last reply to everyone, but I ran a quick test with a SJIS web page on my home server. Both times the test data is sent URL encoded. I...
Is it true that the post body is encoded based on the header encoding field and that the GET URL is always UTF-8? w3.org is having connection issues today so I...
If you want AJAX apps without the pain of Javascript programming, this is the meeting for you. Wednesday August 9th, DENVER JAVA USERS GROUP Meeting ...
If you want AJAX apps without the pain of Javascript programming, this is the meeting for you. Wednesday August 9th, DENVER JAVA USERS GROUP Meeting ...
This coming Monday, August 14th, Agile Denver will host a special event on the eve of our six year anniversary. Please mark your calendars for "Preparation...
Are there any disadvantages to testing outside the container? Standard practice is to use some combination of in container (like cactus?) and mock object...
Alper Akture
alper.akture@...
Aug 11, 2006 2:38 pm
1785
The main disadvantage to testing outside of the container is that you're not testing under the exact conditions that the application will be running in....
I'm studying http://java-source.net/open-source/installer-generators and was surprised to find so many installers. Does anyone have any recommendations or...
Join us in the DTC this Thursday (8/17) for our monthly meeting in the DTC where we will cover Eclipse Tips plus Exposing Java Via AJAX based Web Pages. ... ...
The Best Technically focused Java/Agility Event, the Rocky Mountain Software Symposium returns to Denver on November 3-5th bigger and better - SIX (6)...
You've heard the hype about Ruby on Rails, and perhaps you're even a bit skeptical. Learn what the fuss is all about from folks who've been in your shoes....
I’m currently working on a project where I'm adding Java code analysis and testing tools to our environment, such as: JTest JProbe JCSC Jalopy PMD Checkstyle...
I've had success with JProfiler, EMMA, Cobertura (with maven 2) and CruiseControl. I like CruiseControl b/c I (think) I've mastered it, but plan to learn...
We run a Maven 1.1 and 2.0 environment and have had good luck with JTest/SOAtest, Jalopy , PMD, JLINT, Findbugs, Checkstyle, Jprobe, The Eclipse profiling...
This should be a great presentation about BEA's ALBPM (formerly Fuego) product. ALBPM is important to your solution if you are concerned with rapid development...