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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 207 - 236 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
207
hi all, I understand that the http GET has a limitation of 256 characters. Is there any limitation on http POST as well? if yes. what is it? thanks in advance ...
web dev
programming95
Offline Send Email
Dec 2, 2004
4:34 pm
208
The GET limitation should be regarded as a suggested limit, not a hard limit. Submitting an 80k document in the URL would hardly be considered a "best...
Scott Davis
ScottDavis99
Offline Send Email
Dec 2, 2004
5:33 pm
209
Hi All, While doing precompilation of JSP's we are getting the following error...how to resolve this... Help Appricaiated ! An exception was thrown:...
Vel
velmurugan0411
Offline Send Email
Dec 4, 2004
9:42 pm
210
Hi Vel, Somewhat ironically, someone posted the almost the exact same question a year ago this week. Here is a link to that discussion: ...
Ryan Graham
ryangraham54
Offline Send Email
Dec 4, 2004
11:14 pm
211
If there is anyone who has experience with Eclipse RCP application deployment, I have an urgent need for some help with what, I think, should be a simple...
David Beers
davidsvisor
Offline Send Email
Dec 7, 2004
6:54 pm
212
David, Have any takers yet? I'm very experienced in the Eclipse RCP and would like to see if I could help. Take care, Jeremy (303) 590-6075...
Jeremy Whitlock
jwhitlock81@...
Send Email
Dec 7, 2004
7:05 pm
213
Is there a way to programmatically detect if a file is an image file or a text file? I have a directory with 2 types of files in it. Both types have "." ...
spenex
Offline Send Email
Dec 7, 2004
10:19 pm
214
... Well, the "file" utility on unix also looks inside the file for patterns. IIRC the TIFF format has a fixed header at the start, you can see here for more...
Derek Chen-Becker
dcb1877
Offline Send Email
Dec 7, 2004
11:10 pm
215
Ed, You can determine the type of many non-text files by looking for a "magic number" at the start. E.g. Java .class files, if I recall correctly, begin with...
Tom McQueeney
tom_djug
Offline Send Email
Dec 8, 2004
1:55 am
216
You could look at the high bit and see if it is set. Usually text < 128 and a binary file will not. -Pete...
javamann@...
phaidinyak
Offline Send Email
Dec 8, 2004
2:02 am
217
I think quick an dirty solution would be to read a first few characters say 100 characters and see if you encounter any ascii non printable characters. If so...
Agarwal, Ashish
ashish2066
Offline Send Email
Dec 8, 2004
3:48 pm
218
... I guess no one saw my post earlier. A TIFF File will always start with one of two byte sequences at offset zero: 0x4D,0x4D,0x2A ("MM*") -or- 0x46,0x46,0x2A...
Derek Chen-Becker
dcb1877
Offline Send Email
Dec 8, 2004
4:00 pm
219
Hi All, We are developing a web based java application using MVC architecture and Tomcat as web container. In that some screens are especially used for...
Vel
velmurugan0411
Offline Send Email
Dec 9, 2004
2:55 pm
220
Hello All, At BJUG last night, the question came up as to whether EJB or Spring would "rule the world" in the coming years. The answer was EJB 3.0 was going...
Scott Davis
ScottDavis99
Offline Send Email
Dec 10, 2004
4:35 pm
221
I just finished taking an Oracle class on what Oracle calls "Oracle Business Components for Java", which are really (I think) an Oracle-specific variation on...
Allaman, George (Miss...
gallaman1
Offline Send Email
Dec 13, 2004
5:16 pm
222
hi all, does any of know if there are any issues with long file names for java classes. We are handed over a system that has classes with file names as long as...
web dev
programming95
Offline Send Email
Dec 16, 2004
6:26 pm
223
Yes, carpal tunnel syndrome: http://my.webmd.com/hw/arthritis/hw213311.asp ;) web dev wrote: hi all, does any of know if there are any issues with long file...
Brian Pontarelli
enotecha
Offline Send Email
Dec 16, 2004
8:08 pm
224
Hello, My partner and I have been developing in Java for years. Recently, we have formed the Java Information Group. It is a free group. We are not selling or...
eric_boehme2002
Offline Send Email
Dec 20, 2004
1:57 am
225
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
Dec 21, 2004
7:04 pm
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
Messages 207 - 236 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