Write Your First Google Wave Robot in Java Rating: Rocks Category: Article Rich Hein - Managing Editor,
Nov 25, 2009
Creating useful content and services is expensive and time consuming. Why not amortize your efforts by publishing those creations to multiple platforms? The Google Wave platform enables you to do just that.
JFileDownload - Java downloader
JFileDownload is a file and folder downloader applet working with either FTP or HTTP. It can resume broken transfer and skip/overwrite duplicate downloads. It allows selecting target folder before download, displaying a progress bar with transfer rate and optionally redirecting after successful download.
JNode JNode is a simple to use and install Java operating system for personal use on modern devices.
Maximizing Your Java Application Development While Java helps in fulfilling the promise of "write once, use anywhere," there are practical concerns developers need to address in developing their code.
Download DrJava DrJava is a lightweight development environment for writing Java programs. It is designed primarily for students, providing an intuitive interface and the ability to interactively evaluate Java code. It also includes powerful features for more advanced users. DrJava is available for free under the BSD License, and it is under active development by the JavaPLT group at Rice University.
JavaRebel Released JavaRebel is a JVM plugin (-javaagent) that enables you to see changes to your code immediately, without the need to redeploy an application or perform a container restart.
Implement Java Connection Pooling with JDBC Snooped: Nov 24, 2009 When you keep database connection pools initialized and ready to use, you effectively can grab an object from one, use the object to get your work/task executed, and then return the object to the pool.
IBM Skill Building: Smoothly Blending Java and SQL with pureQuery Snooped: Nov 24, 2009 Just like oil and water don't mix effectively without an emulsifier, so too is the problem with Java and SQL. With IBM's pureQuery data access platform, developers can more simply blend the two together.