We've cancelled our May JBUG meeting because our scheduled speakers will be at JavaOne, and we don't have a backup. We will resume our normal meetings in June....
This coming Monday, May 22nd, Agile Denver will host a panel discussion on Distributed Agile Development. The meeting will be held at the Blair Caldwell...
Hi, These technotes have been out for a while but Commerce Suite users and some other applications may not be aware of them. IBM has been busy today ...
May Monthly Meeting - Preview of Workshop 9.2 Date: Tuesday May 23, 2006 5:30 - 8:00 PM Location: Dave and Busters I-25 & Colorado Blvd Denver, CO 80222 (303)...
I need some information on how mock objects work and I remember seeing at least one presentation at BJUG on this topic. I think Scott Davis's presentation was...
... The nice thing about something like EasyMock is that you don't have to create a bunch of dummy objects that you set up in your spring file or otherwise. It...
... me ... create ... Can I do that if is burried 5 levels deep without editing my code? Let's say A calls B and B calls C and C is two expensive to call and I...
... I guess that depends on how easy it is to swap out D for C in your application. It seems that however you configure B, you'd need to replace it's...
... Hi, Siegfried: I have used EasyMock, but I assume other mock generators work the same way. You record the calls on the mock "D", then replace "C" with "D"...
... How do you do that? Do you have to edit the source code or is there some feature in EasyMock or MockRunner or JMock that will automatically instrument B to...
Excuse my complete newb response but I do have extensive experience in testing VoIP systems, and face this issue frequently in testing a PROD system without...
Keith Burns
keith@...
May 30, 2006 2:47 pm
1753
The presentation materials from the May, 2006 DJUG Meeting are available on the web site at: http://www.denverjug.org/meetings/meetings_06.jsp Sorry for the...
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...