THE AJAX EXPERIENCE 2006 (www.theajaxexperience.com) ************************************************** Event: The Ajax Experience Dates: May 10-12, 2006 ...
I will be out of the office starting 02/03/2006 and will not return until 02/13/2006. I will respond to your message when I return. This message contains...
David.Schleppenbach@...
Feb 3, 2006 5:01 pm
1681
Wednesday February 8th, DENVER JAVA USERS GROUP Meeting ======================================================= <http://www.denverjug.org> *** Free Pizza @...
Coming to Denver February 22, 2006... WebSphere Live for SOA Grand Hyatt Denver 1750 Welton Street Denver, CO 80202 Phone: 303-295-1234 Reserve your seat at...
Join us in the DTC this Thursday (02/16) for our monthly meeting in the DTC where we will cover EJB 3.0 vs. Spring/Hibernate and J2EE Security/JAAS. Location: ...
We've had a change of plans - the Basic Concepts topic is now "Introduction to Hibernate". Join us in the DTC this Thursday (02/16) for our monthly meeting in...
Our next meeting is coming right up. Hope to see everyone there: (more info and directions at: http://www.denverbug.org). Remember the meeting is free, and...
I’m using the Java keytool utility to generate an SSL certificate, but the people who develop the server I’m connecting to now want to change to a very...
Tom I have used OpenSSL also .. it seems to work pretty well. Not sure the answers to the JDK 1.5 questions Thanx Joe _____ From: djug@yahoogroups.com...
Tom (and others correct me if I'm wrong here), 1) Keytool doesn't really use SSL to generate the certificate. It uses a keypair generation algorithm (RSA or...
Brian Campbell
bdc_016@...
Feb 24, 2006 4:28 am
1691
Thanks to everyone who attended the presentations at last week's Denver JBoss Users Group. In response to numerous emails, I'm posting the links to the DJBUG...
Fellow DJUG members, I am researching alternative tools for automated regression testing of messaging components (message driven beans, etc.). Does anyone...
(More info and directions at: http://www.denverbug.org). Remember the meeting is free, and food is served! ... Date: Tuesday February 28, 2006 5:30 - 8:00 PM ...
Just a quick question about JUnit. What do you think is the penetration of JUnit, or any other unit testing framework is in the Java community? Is it...
Hi, My client wants to serialize InputStream and OutputStream inside a JMS Object Message. But if you can't serialize an Input/OutputStream, then it won't...
Tom You are right .. it is not .. here is something I used in the past to get around it: http://www.onjava.com/pub/a/onjava/excerpt/JavaRMI_10/?page=4 _____ ...
"Serialization" requires capturing the state of the object so it can be completely recreated at one or more other locations and/or times. How could you...
No, you have not missed anything. These classes are not serializable. You need to create a Serializable wrapper class that contains enough information to...
Thanks to those who responded. Your responses really surprised me. I thought that my company is the only one left that does java but doesn't do unit testing...
... Hash: RIPEMD160 Personally, I prefer TestNG over JUnit even with the recent release of JUnit4. I wrote an article on it last year for TSS (it can now be...
Fear is certainly a factor, but inertia is probably just as big a factor for many projects. I would suggest that the best way to introduce a new technology or ...
Those are really good tips and I'll keep these in mind. I already have started coding unit tests on code I am introducing into the ongoing project I am...
I have started using cobertura for test coverage reporting. It is a good tool. It's just worth remembering that coverage reports only show how much of your...
You certainly can expect resistance from TDD non-believers. I use TDD, and when I started doing it, a co-worker suggested I should stop writing tests to save...