1
vote
How much a tester should know about internal details of code?
A tester does not need to know internal details.
The application should be tested without any knowledge of interal structure, development problems, externals depenedncies.
If you en …
0
votes
Use AJAX instead of TagLib?
When i see your topic title i thought:
You cant use Ajax in stead of a taglib. AJAX is javascript on the client and the taglib is java code on the server.
After reading your post i …
0
votes
Where to look to get started with making an animated clock with Swing in Java?
http://www.jhlabs.com/java/layout/index.html
provides a ClockLayout layoutmanager
…
