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...
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...
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,...
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,...
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...
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 ...
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...
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....
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...
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...
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....
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 ...
... I like the self-documenting aspect of the specific class names. For example, I have classes names IsDataPool, UsesGlobalRegistry, and HasUdexElement....
... 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...
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...
... 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...
Most source control systems have migration tools for moving data from a competitor's system into theirs....
Barr Bill P
bill.p.barr@...
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...
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@...
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,...
... 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@...
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...