Search the web
Sign In
New User? Sign Up
novajug · Northern Virginia Java Users Group (NOVA
? 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.

Messages

  Messages Help
Advanced
Messages 2251 - 2280 of 12259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2251
Young apprentices it seem you are losing the knowledge of what once was no more uncommon than a simple wand to any magician. Way back, oh..., in the 80's! we...
Gregory Stafford
arthur265
Offline Send Email
Feb 1, 2002
2:33 pm
2252
In your example is the benefit adding the "static final" to the isValid() method purely for performance? What would be the effect of leaving those two...
Gregory Stafford
arthur265
Offline Send Email
Feb 1, 2002
2:38 pm
2253
Since no one has replied yet - I'll hit the stick in the ground. How about 15Feb @ 6pm ? Venue - your pick (or your office is fine with me). This distant date...
imsakar
Offline Send Email
Feb 1, 2002
2:42 pm
2254
... Besides the patterns you described, I like to use static methods to break large instance methods into digestible parts. If a particular portion of a ...
Andy Miller
pulazzo@...
Send Email
Feb 1, 2002
5:22 pm
2255
Hi All, I work for a company called Global Science & Technology. We currently have two senior positions available (J2EE Senior Software Engineer) in DC. If you...
imekrez
Offline Send Email
Feb 1, 2002
8:09 pm
2256
... Shoot, I was using that technique as recently as 1999 when I was still doing C++. I wouldn't even call it a trick; as long as you remember Computer...
bundyville
Offline Send Email
Feb 1, 2002
8:32 pm
2257
That trick is based on ASCII. Will that work in other locales? put another way, is a 30% gain on something that is not executed often* worth making your code...
David Bock
javaguy_98
Offline Send Email
Feb 1, 2002
9:25 pm
2258
Yes it will work on EBCDIC ... __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! ...
David A. Sisk
dasisk
Offline Send Email
Feb 1, 2002
9:50 pm
2259
It appears the intended point of my post was lost in the stampede of egos. My intent was to add something useful to the general knowledge of the Java...
David A. Sisk
dasisk
Offline Send Email
Feb 1, 2002
10:04 pm
2260
How about UTF-16 encoded unicode?...
David Bock
javaguy_98
Offline Send Email
Feb 1, 2002
10:30 pm
2261
I want to add some animation to the about box of an application we are working on... basically, I want a series of images to fade in, fade out, and the next...
David Bock
javaguy_98
Offline Send Email
Feb 1, 2002
10:49 pm
2262
It should work on any character set that has 0-9 in sequential order. Which I think they all do. You might have to "subtract" '\u00??' from the number in...
David A. Sisk
dasisk
Offline Send Email
Feb 1, 2002
11:12 pm
2263
... Hash: SHA1 David, I am not going to point you to any pre-written code but I will tell you what I have done in the past to get this type of effect... Say I...
Frederick J. Ingham
fingham@...
Send Email
Feb 2, 2002
1:45 am
2264
Thanks for the tip. If I can get something 'not too ugly' working, I'll put it up in the 'files' section if people would like it... -db...
David Bock
javaguy_98
Offline Send Email
Feb 2, 2002
2:24 am
2265
The performance benefit is certainly significant, but I think another real benefit of those keywords is their declaration that only static class variables and...
Andy Miller
pulazzo@...
Send Email
Feb 2, 2002
6:31 am
2266
All, It works for some *cough* BASIC versions too. BTW, since you add the value to a running total, how about something like: iRunningTotal += accountNum[i] -...
lloyd.e.james@...
Send Email
Feb 4, 2002
12:52 pm
2267
db, Note that Fred mentioned "sleep" - this is important, and may need to be tweaked - without it, I find that browsers end up going bonkers and locking up my...
lloyd.e.james@...
Send Email
Feb 4, 2002
12:57 pm
2268
I have a question regarding J2EE persistence and data synchronization. The environment is set up as follows: a J2EE server (JBOSS) sits on top of a...
eghchang_99
Offline Send Email
Feb 4, 2002
3:51 pm
2269
Mekrez, Thank you for sending out this posting about job opportunities with GST. I'm very interested in either position in apply J2EE technology for improving...
Lee Angelelli
laangelelli@...
Send Email
Feb 4, 2002
4:26 pm
2270
Sorry about sending that email to everyone. I thought I had imekrez email address only for recipients. Lee ... ...
Lee Angelelli
laangelelli@...
Send Email
Feb 4, 2002
4:30 pm
2271
Lee, Some of us are curious how well Java Job-hunting is going in this area now, so not all of us mind the extra spam - ESPECIALLY if I don't survive if my...
lloyd.e.james@...
Send Email
Feb 4, 2002
4:33 pm
2272
I would be curious as well. I've heard it is a very tight market. ... <HR> <html><body> <tt> Lee,<BR> <BR> &nbsp;&nbsp; Some of us are curious how well Java ...
Peter Mosca
peter_mosca
Offline Send Email
Feb 4, 2002
6:07 pm
2273
A word of advice, if you suspect you might not surivive the next round or upcomming round, hit the pavement now. Test the waters. Get to know the recruiters...
jsmith@...
Send Email
Feb 4, 2002
6:41 pm
2274
Just to amend this. Top Secret or preferably TS/SCI+. Secret doesn't count so much. But for the first two, you'll absolutely get a bidding war -- mainly...
Joel Patterson
joel.patterson@...
Send Email
Feb 4, 2002
6:59 pm
2275
I am still a bit unclear on the security clearences thing. I have been seing them all over the place in job listings. I used to work for a company on an FDA ...
Kirk
synchrophoto
Online Now Send Email
Feb 4, 2002
7:10 pm
2276
You should know what clearance that you were submitted for. There is a difference between background check and a clearance. The level of clearance should be on...
jsmith@...
Send Email
Feb 4, 2002
7:26 pm
2277
The trick reminds me of programming in C. The trick will break if the standard ASCII representation for integer "chars" is not used. Hardly portable code. ... ...
V K
objviv
Offline Send Email
Feb 4, 2002
7:49 pm
2278
I remember the number swapping trick A= A+ B; B = A - B; A= A - B; I think I learnt this doing 8085 long time ago. Raghu ... === message truncated === ...
Raghuveer Rao
Raghuveer_Rao
Offline Send Email
Feb 4, 2002
8:40 pm
2279
The Java Language and JVM Specifications state that Java char's are 16-bit unsigned integers representing the Unicode character set. I don't understand the...
bundyville
Offline Send Email
Feb 4, 2002
8:59 pm
2280
Eric, You need to set properly the Commit options on your container (See section 9.1.10 Commit options in the EJB 1.1 specs. For your case you shall use option...
Baskine, Ilia
ibaskine
Offline Send Email
Feb 4, 2002
9:00 pm
Messages 2251 - 2280 of 12259   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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