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...
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 4103 - 4132 of 13717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4103
David is on the money because, I just had a friend get sued on Christmas Eve for leaving the company to work for a competitor. They are claiming he stole...
jsmith@...
Send Email
Jan 1, 2003
3:24 pm
4104
I didn't have time to go into it last night, but 'whistling in the shower' would be considered your 'right to fair use'. It is this right that makes it legal...
David Bock
javaguy_98
Offline Send Email
Jan 1, 2003
4:38 pm
4105
Hell, I remember coding a computer in binary, using a 5-level tape to load my code... ... From: Thomas Eden [mailto:the@...] Sent: Tuesday, December 31,...
Michael R. Rogers, II
mrrogers2nd
Offline Send Email
Jan 1, 2003
7:48 pm
4106
It was in 1983, in Greece, working for the Air Force on the island of Crete... ... From: Michael R. Rogers, II [mailto:mrogers@...] Sent:...
Michael R. Rogers, II
mrrogers2nd
Offline Send Email
Jan 1, 2003
7:54 pm
4107
the trend seems to be to privatize scientific research in the U.S., particularly in biotech related areas. ... From: David Bock [mailto:dbock@...] Sent:...
Vago, Steve
SAV_3096
Offline Send Email
Jan 2, 2003
1:01 pm
4108
... companies are patenting genes. It's what's happening in the commercial labs. None of the university labs would patent genes, I believe. It's ridiculous....
Argyn.Kuketayev@...
Send Email
Jan 2, 2003
2:27 pm
4109
I see two different ways to lookup EJBs. Are the following equivalent? Is one better? If so, why? ... InitialContext namingContext = new InitialContext(); ...
David Medinets
medined
Offline Send Email
Jan 2, 2003
8:41 pm
4110
Its better to use ... because we use local JNDI tree instead of global JNDI tree. Its also sometimes called local context. ... ...
Ishtmeet Singh
ishtmeet_s
Offline Send Email
Jan 2, 2003
9:06 pm
4111
I agree. Usually, I prefer to use "comp/env". it's like global vs local variables....
argyn <akuketayev@...>
akuketayev
Offline Send Email
Jan 2, 2003
11:58 pm
4112
Thanks for the response. It would be great if we can have one session for SWT. ... --Walker "krbennettmd <krbennettmd@...>" <krbennettmd@...>...
walker zhang
coder088
Offline Send Email
Jan 3, 2003
2:26 am
4113
I saved my first BASIC program on the C64 High Speed Cassette tape system. Yeah!! r, Hugh ... From: Michael R. Rogers, II [mailto:mrogers@...]...
Hugh Brien
hughbrien
Offline Send Email
Jan 3, 2003
5:17 am
4114
I've been able to control the user's cache in ASP and Zope and feel that it should be easy to do in JSP as well, but so far have had no success. I'm using...
glively2 <george.live...
glively2
Offline Send Email
Jan 3, 2003
3:29 pm
4115
Google is your friend, Google is your friend... JGuru: http://www.jguru.com/faq/view.jsp?EID=377 Bear in mind the browser has an impact on this, especially if...
David A. Sisk
dasisk
Offline Send Email
Jan 3, 2003
3:47 pm
4116
I have two beans: ParentBean, and ChildBean which extends ParentBean. XDoclet is correctly creating the Data objects (ie, finding the attributes of the parent...
David Medinets
medined
Offline Send Email
Jan 3, 2003
8:03 pm
4117
Place the following at the top of your JSP file, (before <html>). <% response.setHeader("expires", "0"); response.setDateHeader("Expires", 0); //...
Brian <uublr@...>
uublr
Offline Send Email
Jan 3, 2003
8:27 pm
4118
I may have answered my own question by adding primkey-field="UUID" and and @ejb:pk generate="false" to my parent and child classes. I don't know if this was...
David Medinets
medined
Offline Send Email
Jan 3, 2003
8:34 pm
4119
While working with the JBoss example code, I noticed the following lines in the TestEntityBean.java file: public abstract class TestEntityBean implements...
David Medinets
medined
Offline Send Email
Jan 4, 2003
10:34 pm
4120
No real answer, just a related question. In C++, I code an egg.cpp class which contains a function "hatch", which returns a chicken object. Class chicken.cpp...
Ed James
lloydejames
Offline Send Email
Jan 5, 2003
12:23 am
4121
As far as I know (I'm also willing to be proven wrong) there is no forward declaration concept in Java - which implies that it is not needed. This issue is...
David Medinets
medined
Offline Send Email
Jan 5, 2003
2:14 am
4122
I think anyone who believes that IT development isn't going to all but disappear from the US workforce is naive. There will be niche work for businesses too ...
Peter Mosca
peter_mosca
Offline Send Email
Jan 6, 2003
10:09 pm
4123
I pretty much agree with most of the points made, and have some to add. I'm not making good/bad value judgments here, just trying to predict and analyze. 1 -...
Ed James
lloydejames
Offline Send Email
Jan 7, 2003
11:16 am
4124
There is a book I would recommend for anyone wanting to know what our future might hold. "After the Gold Rush - creating a true profession of software ...
David Bock
javaguy_98
Offline Send Email
Jan 7, 2003
1:53 pm
4125
you, guys, are very pessimistic :) Well, what do you think the poor programmer should do now? What should be the personal survival strategy of his? Someone...
Argyn.Kuketayev@...
Send Email
Jan 7, 2003
2:31 pm
4126
I don't think I'm pessimistic at all. My advice is to read the book. After reading it, I'm actually looking FORWARD to the day I can turn to my boss and say,...
David Bock
javaguy_98
Offline Send Email
Jan 7, 2003
2:41 pm
4127
Thanks for the help. Sadly I had already tried these options and had been unsuccessful. What I found out was that when I applied these solutions to a page...
glively2 <george.live...
glively2
Offline Send Email
Jan 8, 2003
3:01 pm
4128
I've a team of programmers to start a Web project. After hard thoughts about all the constraints, I decided to take Struts. Now I need THE best struts book to...
Argyn.Kuketayev@...
Send Email
Jan 8, 2003
3:54 pm
4129
I don't know if its the best or not but I like Wiley's "Mastering Jakarta Struts" by James Goodwill. It has quite a lot of sample code that you can try. -- C....
Harper, Charles D.
pearlvr_4
Offline Send Email
Jan 8, 2003
4:00 pm
4130
A somewhat biased opinion because Ted is a friend of mine, but its also objective in that I've read two other Struts books: Ted Husted's Struts in Action book...
Erik Hatcher
ErikHatcher
Offline Send Email
Jan 8, 2003
4:03 pm
4131
http://www.theserverside.com <http://www.theserverside.com/> about 3 months ago had an online review process of several chapters from the o'reiley Struts...
Jeff Cooper
jeffreyscoop...
Offline Send Email
Jan 8, 2003
4:04 pm
4132
we don't need no stinkin' book. Ready, set, code! ... From: Argyn.Kuketayev@... [mailto:Argyn.Kuketayev@...] Sent: Wednesday, January 08,...
Vago, Steve
SAV_3096
Offline Send Email
Jan 8, 2003
4:14 pm
Messages 4103 - 4132 of 13717   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