Someone sent me this URL to a song about software developers and I thought I'd share it with you: http://www.jonathancoulton.com/lyrics/code-monkey Just click...
Join us in the DTC tomorrow night Thursday (6/15) for our monthly meeting in the DTC where we will cover Content Management plus an AJAX Intro. ... Microsoft ...
On Monday, June 26th, Agile Denver will host guest speaker Alex Pukinskis. Alex will explore Agile Organizational Transitions, or "Even the Best Get Stuck...
I am trying to avoid the regeneration of the webservice client each time time I am provided a new wsdl. Does anyone have any ideas how you would bo about this?...
Maybe I'm answering the wrong question...but check out www.castor.org. And there are other good projects out there too. I know that IBM's tools come with the...
Batky-Howell is local and does a very good job. http://batky-howell.com/ I am a bit biased, however, since I used to be an instructor there. But, they are...
Another way is to use Duck Typing (http://en.wikipedia.org/wiki/Duck_Typing) and dynamic proxy. Spring has offered such capability. Spring looks at the Service...
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...