Weblogs |
 |
Dealing with Command Line Parameters
One of the things that keep popping up often is a need to write batch programs that is started from command line. Every single time it's always been either reinvent the wheel or copy/paste from old code. So I recently decided to put an end to this practice by looking at a professioanal CLI solution from Apache. —
Krishnan Viswanath
Safety is Freedom
One of the slogans that was brought up in the commentary to my previous blog entry was "freedom vs. safety" [...] But a lot of the time, the truth is actually that safety is freedom (eg. a good safety harness and rope give you the freedom to climb a mountain). —
James Gosling
JPasswordField with an empty echo character: the fix
Learn why my last attempt at a password field with an empty space echo character failed and how to fix it. And of course a demo is thrown in for good measure. —
Scott Violet
Forums |
 |
Java(TM) Update is getting on my nerves
Since recently whenever I send my WinXP box into hibernation and then start it again, there is an error message displayed from "Java(TM) Update" saying something like "The Java update cannot be continued with the current system settings for the internet connection. Please check in windows system control under internet settings -> connections if the settings and proxy information is correct." (my translation from German). I do not remember this happening before I installed Mustang build 63. Is this supposed to be a new feature to make the user's life easier? It is just getting on my nerves to see this message every morning. —
Re: GlassFish needs useful exception messages
I just discovered the "log viewer" in the admin console. Well, that's certainly nicer than reading the raw server log. Here is a suggestion. When an error message with a stack trace is displayed, why not include a link to the log viewer? "Click here for more detail" is a lot better than "Find the logs yourself to prove that you are a Real Programmer". I realize that the feature needs to be turned off in a production server. But if we can keep a few more budding developers from giving up in frustration, it will be worth it. —
Also in Java Today |
 |
Computer Visions: A Conversation with David Gelernter
David Gelernter's "Linda" programming language and his book Mirror Worlds have been cited by Java technology luminaries as key inspirations. In the interview Computer Visions: A Conversation with David Gelernter talks with him about these inspirations, as well as his recently-articulated "vision of information technology that goes beyond the Web and our current world of files and folders to one centered around what he variously calls 'life beams' or 'information beams'."
Six Steps to Faster J2EE Apps: Performance Tuning with JSP and Servlets
"Can your J2EE application sustain a large number of client requests simultaneously? Or does it become sluggish, with painfully slow response times? There are many reasons for such performance bottlenecks and many ways to prevent them. However, sometimes it's just a matter of following some simple best practices that can make all the difference." In Six Steps to Faster J2EE Apps: Performance Tuning with JSP and Servlets, Sridhar M S offers design and coding practices to help speed things up.
Java News Headlines |
 |
