Search the web
Sign In
New User? Sign Up
jaxjug · Jacksonville Java Users Group (JAXJUG)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1993 - 2022 of 3456   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1993
Is there a room number yet for the meeting next week? ... From: jaxjug@yahoogroups.com [mailto:jaxjug@yahoogroups.com] On Behalf Of Bridget Hillyer Sent:...
Webb, Travis (112)
traweb03
Offline Send Email
Jan 4, 2007
1:42 pm
1994
Yes. We have Room 219 on the second floor of the Main Library downtown (info below) from 6:30-8pm Wed the 10th. If you come through the main entrance, walk...
Bridget Hillyer
bridget.hillyer
Offline Send Email
Jan 7, 2007
9:01 pm
1995
Folks, We have a bit of a problem. I dropped my laptop this morning, and now it's not booting up. I think I damaged the hard-disk. Though I did lose the ...
Jitesh Doshi
jitesh_doshi
Offline Send Email
Jan 8, 2007
1:55 am
1996
... Hash: SHA1 I can loan you a laptop for the preso. I have 2 linux laptops available. What software will you need? I will make sure to install it. Cheers,...
Matt Young
solid904
Offline Send Email
Jan 8, 2007
2:44 am
1997
Folks, Attached (PDF 390kB) is the presentation I have prepared for the JAXJUG meeting (after losing it yesterday). I might send an updated version on ...
Jitesh Doshi
jitesh_doshi
Offline Send Email
Jan 8, 2007
10:00 pm
1998
I will be bringing my laptop as well. So between Matt and I, we should have a machine available for presentation. Now monitor might be another story. No...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Jan 9, 2007
12:27 am
1999
Jitesh, I was hoping to be there this month but last minute trip out of town is preventing me. I hope there is a good turnout tomorrow. Thanks for being the...
shediiwork
Offline Send Email
Jan 10, 2007
1:37 am
2000
I'll attend. Glad I checked my email today. ... ____________________________________________________________________________________ Do you Yahoo!? Everyone...
Quintin Kerby
qkerby_jug
Offline Send Email
Jan 10, 2007
6:09 pm
2001
... Hash: SHA1 I want to start playing with JSF. I already have a tomcat server deployed on gentoo. What packages do I need to start working on jsf? - -- ...
Matt Young
solid904
Offline Send Email
Jan 11, 2007
3:16 am
2002
How was it? How'd it go?...
Kurt Guenther
kurt_guenther
Offline Send Email
Jan 11, 2007
7:36 pm
2003
... Hash: SHA1 actually this problem is related somehow to the fact that I was using dev-java/gnu-javamail. I replaced this implementation with Sun's ...
Matt Young
solid904
Offline Send Email
Jan 11, 2007
8:10 pm
2004
I think it went quite well. The only problem was that we ran out of time and couldn't cover all the slides. But still the main objective, meeting other ...
Jitesh Doshi
jitesh_doshi
Offline Send Email
Jan 11, 2007
8:35 pm
2005
If you want to start *playing* with JSF, I suggest the MyFaces flavor of JSF. See http://myfaces.apache.org/gettingstarted.html My favorite book was Manning's...
Quintin Kerby
qkerby_jug
Offline Send Email
Jan 11, 2007
9:18 pm
2006
... That makes sense. JavaMail is absolutely loaded with logging code. If the source code used to build the gnu javamail is at all related to the Sun source,...
Tim Holloway
timh@...
Send Email
Jan 12, 2007
12:22 am
2007
If you're looking for something w/ SAX and find it, is there a graceful way to abort SAX. I'm currently throwing an exception and then checking state...
Kurt Guenther
kurt_guenther
Offline Send Email
Jan 12, 2007
5:27 pm
2008
... "graceful" and "abort" don't go well together. Seriously, XML is an all-or-nothing proposition, so a SAX exception is the appropriate way to cut the...
Tim Holloway
timh@...
Send Email
Jan 12, 2007
10:14 pm
2009
Hello all, I would like to create a search where user could enter their address and the database address results would appear let's say from a 10 mile radius...
Mirek Chowaniok
mirchow
Online Now Send Email
Jan 12, 2007
11:32 pm
2010
... Hash: SHA1 I have seen this done by applications using Rand McNally and PC Miler. The apps (webapps) I have seen do this by calling the api of the third ...
Matt Young
solid904
Offline Send Email
Jan 13, 2007
12:15 am
2011
You'll have to get a zip code (plus 4) database. I recommend something like zipcodedownloads.com. Then, depending on your toolset and database engine, you just...
Paul Tiseo
alphadog4
Offline Send Email
Jan 13, 2007
12:33 am
2012
... There are a number of "business locator" websites that do exactly this kind of thing. And, for that matter, I'm doing something quite similar to that at...
Tim Holloway
timh@...
Send Email
Jan 13, 2007
4:27 am
2013
Hi Everyone, For multiple reasons, I couldn't get to the meeting last week. If possible and not inconvenient for others, Tuesday or Thursday would be a better...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Jan 15, 2007
12:37 pm
2014
... Hash: SHA1 I have the following line in a program I am writing: import org.apache.xerces.parsers.SAXParser; My problem is that I don't know where to get...
Matt Young
solid904
Offline Send Email
Jan 16, 2007
3:41 am
2015
... Hash: SHA1 nevermind I found it. I found it. Cheers, Matt Young solid@... GPG Public Key: http://youngdev.net/?page=gpg GPG Fingerprint: 980C...
Matt Young
solid904
Offline Send Email
Jan 16, 2007
3:43 am
2016
... It depends a bit on the clients. If they are all the same, and say Thunderbird, you might be able to use Sync Kolab ...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Jan 16, 2007
4:28 pm
2017
... IMAP itself doesn't support address books. All it is is a mail exchange protocol. Sync Kolab appears to harvest and publish vCards as near as I can tell,...
Tim Holloway
timh@...
Send Email
Jan 16, 2007
5:39 pm
2018
... When in doubt, work out URLs based on the package name. :) For xerces, xerces.apache.org works, though some apache.org packages are a little bit more...
Tim Holloway
timh@...
Send Email
Jan 16, 2007
5:43 pm
2019
Hi, One of my clients needs to access MS Exchange-based calendar from Java. Specifically, their Java-based agent program needs to query user's (accounts in...
Jitesh Doshi
jitesh_doshi
Offline Send Email
Jan 16, 2007
6:14 pm
2020
Hi, I have an opening for a mid-senior level Java Developer for a large company here in the Jacksonville area. This is a perm salary position with full...
job4u07
Offline Send Email
Jan 17, 2007
3:28 pm
2021
Hi everyone. It seems like there was enough interest to justify organizing another meeting. Would someone else like to present? Or, Jitesh, would you like to...
Bridget Hillyer
bridget.hillyer
Offline Send Email
Jan 17, 2007
6:11 pm
2022
... Either works for me, and the room was quite nice. ... Either works for me. If I had a choice, I would likely say Tuesday. But not for any real reasons :) ...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Jan 17, 2007
8:48 pm
Messages 1993 - 2022 of 3456   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