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...
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 226 - 255 of 648   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
226
DJUG, Chicago, I wanted to thank all of you who joined the Java Information Group. Also thank you to the moderators for letting me post about our group on this...
eric_boehme2002
Offline Send Email
Jan 7, 2005
2:01 am
227
University of Colorado at Denver and Health Sciences Center Downtown Denver Continuing Engineering Education Program New Certificate in Systems Engineering ...
Colleen Anderson
projectvalen...
Offline Send Email
Jan 13, 2005
7:43 pm
228
Does anyone know how to access an OLAP database from a Java application? Has anyone heard of a JOLAP implementation? I'm trying to access MS Analysis Services...
Allaman, George
gallaman1
Offline Send Email
Jan 21, 2005
3:39 pm
229
I'm assuming I'm not the only one without a clue about this - what's an OLAP database? FYI: I needed to access MS Project data for a project I'm working on and...
Greg Ostravich
gostrav
Offline Send Email
Jan 21, 2005
4:05 pm
230
Thanks for asking! OLAP (OnLine Analysis Processing) refers to multidimensional database technology. I'm pretty new to it, too, so I'm not qualified to...
Allaman, George
gallaman1
Offline Send Email
Jan 21, 2005
4:20 pm
231
Hi folks, Just wanted to issue a reminder that this coming Tuesday is the January meeting of Colorado Mobile Developers. Location: Microsoft offices in Denver...
David Beers
davidsvisor
Offline Send Email
Jan 21, 2005
7:55 pm
232
I am trying to tokenize records from a file using "|" as the delimiter. The records may have empty data in one of the columns. Something like "A|B|C" or it...
spenex
Offline Send Email
Jan 25, 2005
10:46 pm
233
The exception is being thrown not because the two "|" are together, but because you are trying to grab a token that doesn't exist. In the second case you only...
a.vasconcelos@...
sherlockk99
Offline Send Email
Jan 25, 2005
11:00 pm
234
Use String.split() method. http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#split(java.lang.String) James spenex <spenex@...> wrote: I am...
James Zhou
james_zhou80020
Offline Send Email
Jan 25, 2005
11:20 pm
235
University of Colorado at Denver and Health Sciences Center Downtown Denver Continuing Engineering Education Program Bullet Proof Project Management - A...
Colleen Anderson
projectvalen...
Offline Send Email
Jan 25, 2005
11:22 pm
236
... Hash: SHA1 You should look at String.split() instead of using a StringTokenizer. You can define - -- Jim McMaster mailto:jim.mcmaster@... ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Jan 26, 2005
12:18 am
237
I believe one of the options when you create a tokenizer allows for delimiters next to each other. -Pete...
Pete Haidinyak
phaidinyak
Offline Send Email
Jan 26, 2005
1:46 am
238
Who knows about SOAP? Just getting started, I thought all that is needed to be a SOAP client is to open a URLConnection and send a SOAP message (envelope)...
Allaman, George
gallaman1
Offline Send Email
Jan 28, 2005
1:06 am
239
... If you're using 1.4+, use String.split("\\|", -1) to achieve your desired effect. If you are using Java 1.3 or lower, use the "true" return tokens ...
Tom McQueeney
tom_djug
Offline Send Email
Jan 28, 2005
3:28 am
240
George, Check out the Apache Axis project at ws.apache.org. To write a client, teh easiest way it so start with the web service's WSDL document. Run the Axis...
Tom McQueeney
tom_djug
Offline Send Email
Jan 28, 2005
3:39 am
241
George, I hand-coded a super-light SOAP client in my Oct'03 BC presentation. That might get you started before you go down the path of autogenerating client...
Scott Davis
ScottDavis99
Offline Send Email
Jan 28, 2005
6:58 pm
242
Wah. Your presentation isn't there. Worse, I think I slept through that one, or more probably glazed over like I usually do when confronted with anything more...
Allaman, George
gallaman1
Offline Send Email
Jan 28, 2005
9:06 pm
243
George, Here's a direct link to the file. People had reported that the original tar.gz file in caps (AXIS) was corrupted. I put an alternative .zip file out...
Renee Dopplick
denver4renee
Offline Send Email
Jan 28, 2005
9:40 pm
244
Got it, thanks. Scott, don't disturb those CDs! ... Wah! You did a great job. G ... From: Renee Dopplick [mailto:renee@...] Sent: Friday, January...
Allaman, George
gallaman1
Offline Send Email
Jan 28, 2005
10:37 pm
245
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science and Health Sciences Center Continuing Engineering...
Colleen Anderson
projectvalen...
Offline Send Email
Feb 2, 2005
10:30 pm
246
I had the same issue but didn't want to write a load of exception code - my input strings could have varying numbers of tokens (actually, lines in a .csv file...
Gordon, Simon
Simon.Gordon@...
Send Email
Feb 3, 2005
8:57 pm
247
Is there going to be a Feb meeting? -- Sean LeBlanc:seanleblanc@......
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 3, 2005
10:29 pm
248
Maybe I'm tired or something, but I am unable to figure out how to get an enum from a value. Let's say I have an enum defined like so: enum Foo { VAL1(1),...
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 9, 2005
4:12 am
249
Take a look at the following link, it shows exactly what you're looking to do: http://java.sun.com/developer/JDCTechTips/2005/tt0208.html#2...
Ryan Graham
ryangraham54
Offline Send Email
Feb 9, 2005
5:46 am
250
See below. You shouldn't send HTML mail to email lists. It keeps me from replying properly from Outlook. -- Jim McMaster mailto:jim.mcmaster@... ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 9, 2005
3:54 pm
251
... Could you tell me which part shows what you are talking about? I don't see it. From what I gather from the other response is that I have to create my own...
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 9, 2005
5:19 pm
252
... Thanks for the response. If you are referring to my email having HTML, it must be your settings in yahoogroups. AFAICT, I'm not sending HTML, as I use mutt...
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 9, 2005
6:02 pm
253
I am running a report every day during a two week time period. Every report is an accumulation of each days data back to the previous period. So if the...
spenex
Offline Send Email
Feb 9, 2005
10:05 pm
254
... I'm not quite sure I understand the problem. Are you just trying to find the 2 week period that the current date resides within (to get start and end...
Derek Chen-Becker
dcb1877
Offline Send Email
Feb 9, 2005
10:29 pm
255
... Hash: SHA1 You can get the week of the year with calendar.get(Calendar.WEEK_OF_YEAR). If the two-week periods always run consecutively and don't overlap,...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 9, 2005
10:50 pm
Messages 226 - 255 of 648   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