Dynamic Interaction with Your Web Application 23 Sep 2005 04:00 GMTYour web application is misbehaving, but since it's running, how do you figure out what's going on? Remote debugging (if you can get it configured) is one option, but is slow and difficult. Do you wish you could just throw some code in at runtime and figure out what's going on? Lorenzo Puccetti shows how: by embedding a scripting language interpreter like Rhino, you can do just that.
Source: Java.net Internationalization: Understanding Locale in the Java Platform 21 Sep 2005 11:33 GMTTo be effective, an application should respect the user's language and geographic region. Learn how to use locale-sensitive objects to customize your Java technology application with the use of language, country, and variant codes.
Source: Sun Creating and Using a Custom Render Kit 21 Sep 2005 11:33 GMTLearn how to use JavaServer Faces technology to create a custom render kit for the purpose of rendering markup to non-HTML clients.
Source: Sun Unified Expression Language 21 Sep 2005 11:33 GMTLearn about the new unified expression language for Java webtier technologes: why you need it, what you can do with it, and how you can customize it.
Source: Sun What Is Hibernate 21 Sep 2005 04:00 GMTHibernate is a free open source Java package that makes it easy to work with relational databases. James Elliott describes the "enlightened laziness" that resulted in the development of Hibernate, how it works, and when it makes good sense to use it in your projects. James is the author of
Hibernate: A Developer's Notebook.
Source: O'Reilly ONJava 2005 Reader Survey Results, Part 1 21 Sep 2005 04:00 GMTWe asked who you are and what you're doing, and 988 people replied in just 12 days. In this first article of a two-part series, we reveal the results of the 2005 ONJava Reader Survey.
Source: O'Reilly Using Java to Handle Custom WSDL Data Types 21 Sep 2005 03:58 GMTWhat happens when neither the default WSDL type system nor the default encoding meet your application's needs? Don't worry, you can use custom data types and encoding formats in conjunction with Java to solve the problem.
Source: DevX Handling Java Web Application Input, Part 2 20 Sep 2005 04:00 GMTCross-site scripting describes a variety of attacks against web applications, tricking them into executing code that compromises security. In this article, Stephen Enright shows how a combination of filtering and proper encoding can prevent such attacks.
Source: Java.net