Search the web
Sign In
New User? Sign Up
djug-discuss · Denver JUG Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 388 - 417 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
388
Wednesday March 8th, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30 *** ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Mar 3, 2006
12:22 am
389
Wednesday March 8th, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30 *** ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Mar 6, 2006
6:48 pm
390
I'm doing a project where I was using ColdFusion to run a CGI and convert data from one system to another using XML data files. I'm converting it from...
Greg Ostravich
gostrav
Offline Send Email
Mar 6, 2006
10:56 pm
391
I haven't used JDK native XML handling. I've used JDOM for XML processing for years for its ease of use: SAXBuilder builder = new SAXBuilder(); Document doc =...
Scott Davis
ScottDavis99
Offline Send Email
Mar 6, 2006
11:43 pm
392
... Thanks Scott - this worked like a champ. I used your code almost verbatim. SAXBuilder builder = new SAXBuilder(); Document doc =...
Greg Ostravich
gostrav
Offline Send Email
Mar 7, 2006
3:27 am
393
... Hash: RIPEMD160 Depending on how intense you intend to get with your DOM and XPath work, jdom has a much nicer API than the W3C's API and supports XPath ...
Justin Lee
evanchooly
Online Now Send Email
Mar 7, 2006
2:59 pm
394
Wednesday March 8th, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30 *** ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Mar 8, 2006
4:17 pm
395
Denver, CO. March 28th - 31st, 2006. Hibernate Fundamentals is a 4-day public workshop that will assist developers with relational/object-mapping technology...
ejbearden
Offline Send Email
Mar 14, 2006
2:48 pm
396
Hello, this is just a friendly reminder that my company Rally Software is offering several two-day Certified ScrumMaster Training and Advanced Certified...
JamiSchweitzer
Offline Send Email
Mar 15, 2006
10:16 pm
397
Hello, my company Rally Software is offering a free seminar on "Scaling Agile Development" on March 24, 2006 from 8:30am-12pm at the Westin Westminster. This...
JamiSchweitzer
Offline Send Email
Mar 15, 2006
10:16 pm
398
I was using a TreeSet for a collection of custom objects yesterday and ran into a strange thing. When I added an item to a different collection, then tried to...
Greg Ostravich
gostrav
Offline Send Email
Mar 18, 2006
4:09 pm
399
When you say that you are removing or adding to another collection, are you referring to the exact same instance or an new instance with the exact same values...
Brian Pontarelli
brokenwren
Offline Send Email
Mar 18, 2006
5:07 pm
400
... It was the same instance. I copied that instance into a new collection and tried to delete it from the old collection. The idea was that I was culling...
Greg Ostravich
gostrav
Offline Send Email
Mar 18, 2006
8:05 pm
401
... Hmm, that's really strange. I just wrote up a couple of quick tests and the TreeSet was fine deleting the same instance of an arbitrary object I made...
Derek Chen-Becker
dcb1877
Offline Send Email
Mar 18, 2006
8:56 pm
402
... Not dumb at all. That's exactly what it was. I had never over-ridden equals, but when I had over-ridden the compareTo method I had a situation where I...
Greg Ostravich
gostrav
Offline Send Email
Mar 18, 2006
11:35 pm
403
I am trying to calculate the age of a person when specific events happened in a persons life. Something like: static int calculateAge(Date DateOfBirth, Date...
spenex
Offline Send Email
Mar 20, 2006
6:57 am
404
... Hash: RIPEMD160 Look at joda time: http://joda-time.sourceforge.net. It has classes for time ranges and the like. ... - -- Justin Lee ...
Justin Lee
evanchooly
Online Now Send Email
Mar 20, 2006
7:01 am
405
The key to doing this without a third-party library is to use java.util.Calendar. Look at the setTime(Date) method, the get(int) method and the YEAR const....
Bob Fejes
bobfejes
Offline Send Email
Mar 20, 2006
2:52 pm
406
... Hash: RIPEMD160 The bummer about that route is you have to worry about things like leap years and the like. Not to mention that years aren't exactly 365...
Justin Lee
evanchooly
Online Now Send Email
Mar 20, 2006
3:04 pm
407
I think I figured out my problem. Here is the code: age = String.valueOf(EventYear - DOBYear ); if((EventMonth < DOBMonth) || ((EventMonth == DOBMonth) &&...
Edward Spencer
spenex
Offline Send Email
Mar 20, 2006
3:25 pm
408
List, I want to access a remote stateless session facade bean on a remote jvm. I would like to know the correct syntax in for the ejb-fef section of the...
gascott_80209
Offline Send Email
Mar 20, 2006
11:57 pm
409
I recieve the following error from bea weblogic 8.1: rror message <Mar 21, 2006 10:22:28 AM EST> <Warning> <Net> <BEA-000905> <Could not open conn ection with...
gascott_80209
Offline Send Email
Mar 21, 2006
4:45 pm
410
I'm trying to figure out if I actually have to resort to creating a full-blown custom dialog to do what I want. Basically, I want an input dialog that...
Sean LeBlanc
seanleblanca...
Offline Send Email
Mar 23, 2006
4:49 pm
411
I wrote a Java app that opens a connection to a web CGI, posts to the form, and gets the results. I went to run against the production box and found out it's...
Greg Ostravich
gostrav
Offline Send Email
Mar 30, 2006
6:33 am
412
The client doesn't need a certificate unless the server demands it. Most HTTPS connections are configured so that only the server certificate is used. ...
Simon Roberts
thorpflyer@...
Send Email
Mar 30, 2006
2:55 pm
413
... Thanks for the assistance. In my case, I found out the server does demand it and figured out what I was doing wrong. Here's what I did. There's a few...
Greg Ostravich
gostrav
Offline Send Email
Mar 31, 2006
2:05 am
414
Wednesday April 12, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30 *** ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Apr 6, 2006
3:26 am
415
I posted before that I added an HTTPS connection using certificates to a program I'm working on. It works fine, but I'm seeing one strange thing and wanted to...
Greg Ostravich
gostrav
Offline Send Email
Apr 11, 2006
3:23 pm
416
Wednesday April 12, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30 *** ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Apr 11, 2006
4:06 pm
417
Wednesday April 12, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30 *** ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Apr 12, 2006
6:49 pm
Messages 388 - 417 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help