Implement a Fixed Login Form in Spring Rating: Rocks Category: Article Rich Hein - Managing Editor,
Nov 4, 2009
A fixed login form highlights the fact that a web site supports user registrations and logins, while allowing the user to log in with one fewer click.
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.
Java Print Dialog Framework version 2.1 released Soft Frame Works has recently released the Java Print Dialog Framework version 2.1. The JPDF provides a comprehensive printing capability for Java.
Using Tree(Map,Set) in Collections Snooped: Oct 16, 2009 Here's the problem: You can't put objects that don't implement the Comparable interface inside a Tree(Map/Set); if you do, your code won't even compile. The underlying cause is simple; TreeMap attempts to sort the objects you add. Many common...
JAX-RS: The Java API for RESTful Web Services Snooped: Oct 16, 2009 This article reviews two popular JAX-RS frameworks, Jersey and Apache CXF, and provides some basic examples that illustrate how to build, deploy, and execute RESTful web services.