Just wanted to remind everyone about the meeting this week. We will be discussing various technologies/topics from the recent EWorld conference. The meeting...
hi all, has anyone worked on websphere installed on Sun solaris servers. Was there any problem with the performance or stability of this combination? I d...
Due to unforseen circumstances with the speaker, we are cancelling the meeting this evening. Some members will still be at the Tatterred Cover (and probably...
DENVER JAVA USERS GROUP http://www.denverjug.org Joshua Bloch will be giving the lectures for both the Basic Concepts talk and will be our featured speaker. He...
All, A reminder that the Denver Java Users Group meeting is Wednesday. We have two big-hitters in the Java world flying in to tell us what's coming in the new...
Calen - Have a look at Visual Paradigm http://www.visual-paradigm.com/index.php I have not used it myself, but the guys who built it presented to the Hong ...
DJUGers - Can anybody recommend a really good book on domain modeling using UML? I'm looking for a book that addresses not just the syntax of UML, like "UML...
Check out Applying UML and Patterns by Craig Larman. Best wishes, Bob Runstein Microsoft Certified Professional Sun Certified Developer for the Java 2 Platform...
... I really like Bob Martin's "UML for Java Programmers": http://www.amazon.com/exec/obidos/ASIN/0131428489 I blogged a mini-review of the book a while back...
XP Denver's August meeting is scheduled for Monday, August 30th with guest speaker Franz Garsombke presenting "How to automate yourself out of a job and still...
Rocky Mountain Software Symposium 2004: Fall Edition November 12-14, 2004 A "No Fluff, Just Stuff" Conference www.nofluffjuststuff.com/2004-11-denver/index.jsp...
I'm having trouble downloading Bugzilla. Does anybody have a copy that they can email to me? Much appreciated! If you know better alternatives to Bugzilla,...
Good evening, everyone. In case you haven't visited the Denver JUG web site in the past couple of days, I thought I'd point out the newly revamped web design...
Has anyone else had problems with "javax.activation.UnsupportedDataTypeException: no object DCH for MIME type xxx/xxx" errors when trying to mail a MIME...
I attended the Java 1.5 meeting at the Boulder JUG, I assume the DJUG received a similar presentation. Since I regret I did not have more opportunities ask...
... Be careful talking about "templates" because they're really very different from C++ templates, which are much more powerful. I believe the term for Tiger's...
... True, but the original poster was concerned with using boxing with the container classes. In this case, you have to instantiate a container of objects: ...
Siegfried, Regarding your question about container classes that will hold primitives, you might want to look at the Apache Commons Primitives project. They've...
hi all, what are different ways of designing the UI validations in a J2EE app in the presentation tier. - DHTML - Javascript - Applets Is there any other way...
DENVER JAVA USERS GROUP http://www.denverjug.org Java Data Objects offers a standard model for transparent persistence (or close to it). The 2.0 version of the...
All, Two Denver JUG members recently wrote reviews of the books "Pragmatic Project Automation" by Mike Clark (a Denver JUG member!) and "UML for Java...
All, Sorry, forgot to mention the DJUG members who reviewed the books. I want to thank Alex and Raj for writing these reviews to let us know what these books...
Summer is over and we are beginning our regular monthly meetings. Tuesday September 7th 2004 5:30 - 6:00 Networking and registration 6:00 - 8:00 Main...
Hello all! Could you guys recommend alternatives to JAAS? I will be integrating this with our application that has both web and swing interfaces. Thanks in...
... Why do you need an alternative to JAAS? You'll need to use a different LoginModule for your web and swing interfaces, but they can produce the same...