Wednesday, October 6, Vikas Lamba will present "Architecture Patterns" at the Denver Java User Group Object Oriented Architecture Special Interest Group...
Fellow members, As I mentioned at the meeting last month, the nomination period for running for a 2005 Denver JUG board seat will close about a week after this...
DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is on October 13th. The featured speaker will be Mike Clark discussing his book on Pragmatic...
Thanks to Vikas Lamba for his excellent presentation on Architecture Patterns last night. His presentation is posted on the Yahoo! groups site here: ...
The No Fluff Just Stuff 2004 Java Symposium Tour presents the.... Rocky Mountain Software Symposium 2004: Fall Edition Coming to Denver (Newly Remodeled Denver...
J2SE Programmer Experts Needed Be a part of the industry leading Java Programmer Certification and set the skill standards for the J2SE Programmer 5.0...
Is anybody aware of, or has anybody done, a study of the long term pros and cons (probably this means costs) of the use of open source software for projects as...
All, Just a quick reminder of tomorrow's (Wednesday) meeting and the latest book reviews. We have two great presentations on tap: one on the Apache Beehive...
The No Fluff Just Stuff 2004 Java Symposium Tour presents the.... Rocky Mountain Software Symposium 2004: Fall Edition Coming November 12-14, 2004 A "No Fluff,...
Next Wednesday, November 3rd, Matt Raible will present "Open Source MVC Options" at the DJUG Object Oriented Architecture SIG meeting. The meeting starts at...
How Agile is your Code Base? Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? If the answer to any of these...
Just a reminder that we are scheduling our monthly meeting one week later than usual this month to accommodate Election Day. Our next meeting is Tues Nov 9th....
A clarification for new members: Mike's email below pertains to the Denver BEA User Group. The Denver JUG will meet on its regular date (2nd Weds of every...
hello all, we have an application where we have an entity called Customer. This entity is very frequently accessed by many users at the same time and gets ...
Denver -->BEA<-- (Sorry about the arbitrary nature of my last post) User Group announcement: Date: November 9 Tattered Cover - LODO 1628 16th Street Denver, CO...
DJUGers - Last night the OOA SIG was treated to an exciting and highly informative web application frameworks shoot-out by Matt Raible. Matt compared and...
You might want to look at SDO (Service Data Objects) if you don't mind adding another "layer" to your application. As for using JDBC calls....is the intent to...
DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is on November 10th The featured speaker will be Bruce Snyder discussing the Apache Geronimo...
hi all, I have a question on clustering and failover. consider a scenario where there are two web servers (IBM HTTP Servers) and two app servers (Websphere ...
Everyone's heard about the recent release of J2SE 1.5, and I'd like to start using it. I've read that J2EE 1.5 will use J2SE 1.5, but what about J2EE 1.4? Is...
Hello, I'm using JBoss 3.2.5. I'm getting a ClassCastException when I do a JNDI lookup (using J2EE-style JNDI ENC names) of a JavaMail Session from an external...
OK, I can answer my own question. I set everything up correctly (that’s why I could use the Environment Variable and URL with J2EE-style JNDI ENC names) on...
Hi, I am not sure if you can use the JavaMain outside of the java process. Usually any JNDI lookup the starts out java: is for the container only. But I could...
Dear DJUG'ers, This is an open invitation to anyone that might be interested: This could be an extraordinary opportunity to make a community contribution if...
Hi Sue, This is a great idea. I lost a good friend to cancer a year ago and my wife's good friend and collegue has recently overcome breast cancer. It's been a...
Tim Pinkowski
tim@...
Nov 20, 2004 8:35 pm
1404
I just recently (within the last two weeks) began looking at java3d to possibly improve the quality of the playback applet that's on my site (url below). The...
My application needs to digitally sign email using the server's certificate from within WebLogic Server 8.1. The encryption algorithm implementations need to...