This post originated from an RSS feed registered with Java Buzz
by Erik C. Thauvin.
Original Post: [May 31, 2006 15:22 PDT] 12 Links
Feed Title: Erik's Linkblog
Feed URL: http://erik.thauvin.net/blog/xml.jsp?cat=Java
Feed Description: The Link is Out There!
Funambol 3.0 beta 4 provides push email, PIM synchronization, and device management for mobile devices, with all the advantages of open source software.
Working with the Google Web Toolkit. The Google Web Toolkit was the talk of JavaOne 2006, offering developers a way to create Ajax applications by writing Java and having the toolkit generate the client-side JavaScript, which can call back to Java servlets through an RPC-like call. Robert Cooper offers an initial tutorial to get you up and running with GWT.
PMD 3.7 is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more.Three new rules were added: DuplicateJspImport, PreserveStackTrace, and UseProperClassLoader.