Java
Hudson main page
Submitted by luke on Thu, 2008-10-09 20:51Where to get hudson: https://hudson.dev.java.net/
If you have wget then you can do this:
/usr/local/bin/wget -N --no-check-certificate http://hudson.gotdns.com/latest/hudson.war
http://hudson.jboss.org/hudson/ is a real live Hudson site used by jboss.org
http://fisheye4.atlassian.com/browse/~raw,r=12517/hudson/trunk/hudson/pl... is not working for me because my cvs does not parse the huge string that I am using.
I logged into dev.java.net and review this program. It uses stringBuilder in a wasteful way. in arrayToString it creates a new stringBuilder for each line of the modules list. It should use append instead.
Also, since many CVS clients are old, the servers are old, it is prone to failure in many ways. It should not put the whole module list on one line. It should run cvs rtag for each module individually. Still, it still just use one stringBuilder object.
Java tools
Submitted by albert on Sat, 2007-02-10 14:39While Java is getting more advanced it is getting more complicated as well. Here are some links to products that may help.
Click here to read more...
Agile Development
Submitted by albert on Thu, 2007-02-01 22:00Here is an interesting tool: http://www.viewtier.com/products/devenv/index.htm
Eclipse is a great tool to develop Java applications. Take a look here for tips, tricks and tutorials. http://accessdataonline.com/node/java/eclipse
