Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications easy. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler translates your Java application to browser-compliant JavaScript andContinue reading “Write AJAX applications in the Java language with Google Web Toolkit”
Author Archives: Lijin
Log4j levels
Using Log4J (http://logging.apache.org/log4j/docs/), which is generally accepted as the benchmark for all Java applications. This provides the following logging levels. FATAL ERROR WARN INFO DEBUG TRACE – from 1.2.12, latest is 1.2.13 A description for what handling should occur per logging level. FATAL. As the name suggests, all processing should stop. Should logging include aContinue reading “Log4j levels”
New Splash-Screen Functionality in Mustang
Splash screens are a standard part of any modern graphical user interface (GUI) application. Their primary purpose is to let the user know that the application is starting up. An application that displays a polished and professional-looking splash screen can occupy the user’s attention and gain the user’s confidence that the application is starting. InContinue reading “New Splash-Screen Functionality in Mustang”
Spring Season in IT
Introduction Officially the spring season might be over but spring still seems to be lingering around. If you did not get the smell of the Spring Framework this summer then you might be missing something. You might be having your fingers crossed skeptically about another run of the mill Framework system that we have beenContinue reading “Spring Season in IT”
