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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 7236 - 7265 of 13717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7236
JavaHelp is good and it's free. Only Issue I've had with it is setting the image icon requires significantly more coding than if you can live with the default...
Dave Mabe
avaramis
Offline Send Email
Jul 1, 2004
12:59 pm
7237
I've posted a blog entry about using small 'Flag' classes to replace boolean class attributes and why I am using the technique. The URL is ...
David Medinets
medined
Offline Send Email
Jul 1, 2004
3:17 pm
7238
Wouldn't the Boolean wrapper class have achieved the same affect? ... http://affy.blogspot.com/2004_06_27_affy_archive.html#108869412332350105...
David A. Sisk
dasisk
Offline Send Email
Jul 1, 2004
3:42 pm
7239
Hello Group, I’m starting to work on a maintenance contract and I was hoping to institute switching them to use Javadoc comments in their coding practices. I...
Brad Cooper
coobr01
Offline Send Email
Jul 1, 2004
5:50 pm
7240
We actually have a practice that forbids these kinds of comments in the source file... These kinds of comments are best stored in a revision control system,...
David Bock
javaguy_98
Offline Send Email
Jul 1, 2004
5:59 pm
7241
agreed. CVS' $Revision:$ and $Log:$ tags work great. ... the ... revision ... any...
jawabean
Offline Send Email
Jul 1, 2004
6:22 pm
7242
Actually, We prefer to go to the version control system when we need this information, and not have it in the source code at all. Here's why: On my project,...
David Bock
javaguy_98
Offline Send Email
Jul 1, 2004
6:34 pm
7243
Does anyone have recommendations for webpage testing tools? I need to automate the testing of web pages, which were designed using JSP and javascript. What is...
ckrupesha
Offline Send Email
Jul 1, 2004
7:12 pm
7244
HttpUnit http://httpunit.sourceforge.net/...
David A. Sisk
dasisk
Offline Send Email
Jul 1, 2004
7:18 pm
7245
Check out: http://jwebunit.sourceforge.net/...
jeff.gunther@...
jgunther_int...
Offline Send Email
Jul 1, 2004
7:28 pm
7246
grinder is a opensource tool that has capability to test https requests as well. The only unfortunate thing is that you will have to deal with test scripts ...
krishna kuchibhotla
adazis@...
Send Email
Jul 1, 2004
7:29 pm
7247
jmeter, but its GUI is rather confusing, imho...
jawabean
Offline Send Email
Jul 1, 2004
7:31 pm
7248
We are hardly into phase 2 and we are already getting bogged down trying to use MS word for architectural documentation. any recomendation on tools for...
Kiran Ramineni
kiranramineni
Offline Send Email
Jul 1, 2004
7:32 pm
7249
I prefer HTML/XML docs. CVS diff works on them well, unlike word/excel....
argyn
akuketayev
Offline Send Email
Jul 1, 2004
7:38 pm
7250
Plone is a zope, i.e. python, "WCM" (web content managment) application. I think that plone's security constraints aren't granular enough and flacky at times....
Travis Wissink
traviswissink
Offline Send Email
Jul 1, 2004
8:05 pm
7251
I worked on a project that made heavy use of HttpUnit - http://httpunit.sourceforge.net/doc/cookbook.html It was reasonably straightforward, although it got a...
Chris Gerrard
chris_gerrard
Offline Send Email
Jul 1, 2004
8:10 pm
7252
If you're trying to test the JSP and Javascript, the only automated tools designed to operate that high on the chain are functional tools, like JWebUnit and...
Jim Van Fleet
xman
Offline Send Email
Jul 1, 2004
8:44 pm
7253
I've used jwebunit successfully on my current project. It is actually built on top of httpunit, so you can access all the httpunit functionality as well....
Andrew Semprebon
semprebon
Offline Send Email
Jul 1, 2004
9:25 pm
7254
Dear Colleagues, I have published on my web site an article about JTable handling in Swing, with an especially useful (IMHO) description of the TableSorter ...
Keith Bennett
krbennettmd
Offline Send Email
Jul 1, 2004
11:44 pm
7255
... I like the self-documenting aspect of the specific class names. For example, I have classes names IsDataPool, UsesGlobalRegistry, and HasUdexElement....
David Medinets
medined
Offline Send Email
Jul 1, 2004
11:51 pm
7256
... This is the technique that I use. Before I check any file in I compare it to the latest version in CVS and then enter a short comment why I changed the...
David Medinets
medined
Offline Send Email
Jul 1, 2004
11:53 pm
7257
They already put comments in both places (SCC comments during check in and at the top of each file) apparently they have switched SCC software a couple times...
Brad Cooper
coobr01
Offline Send Email
Jul 2, 2004
11:37 am
7258
... I'm afraid it's not very uncommon. People move their sources to different source control systems, therefeore having the revision history inside the source...
jawabean
Offline Send Email
Jul 2, 2004
1:25 pm
7259
Most source control systems have migration tools for moving data from a competitor's system into theirs....
Barr Bill P
bill.p.barr@...
Send Email
Jul 2, 2004
2:06 pm
7260
Same kind of topic, How about placing Peer Review/Code Review Comments in the code. On some systems we've tracked peer review (CMM Level 2/3 stuff) in external...
Brad Cooper
coobr01
Offline Send Email
Jul 2, 2004
3:50 pm
7261
That's best put into the defect tracking system. ... http://promotions.yahoo.com/new_mail Visit our web page at http://www.novajug.com To unsubscribe from this...
Barr Bill P
bill.p.barr@...
Send Email
Jul 2, 2004
4:01 pm
7262
David - Couldn't you achieve that effect by naming the Booleans appropriately?: Boolean isDataPool; Boolean usesGlobalRegistry; Boolean hasUdexElement; IMO,...
krbennettmd
Offline Send Email
Jul 2, 2004
4:20 pm
7263
... doesn't sound good. Maybe CMM auditors would get excited, but not developers. I'm against formal peer reviews. they spoil team spirit...
argyn
akuketayev
Offline Send Email
Jul 2, 2004
4:36 pm
7264
... I have always found properly conducted code reviews to be quite the opposite. Sure, when I started coding I hated them. I have both participated in and...
Barr Bill P
bill.p.barr@...
Send Email
Jul 6, 2004
12:54 pm
7265
Bill, That was an excellent response. I couldn't agree with you more. Mike ... ===== May the Force be with you. __________________________________ Do you...
Michael F. Aube
feel_the_force
Offline Send Email
Jul 6, 2004
1:21 pm
Messages 7236 - 7265 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