July 2025 S M T W T F S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
My playlist
Category Archives: Web Site Stuff
IBM WebSphere Developer Technical Journal: The Ideal WebSphere Development Environment
IBM WebSphere Developer Technical Journal: The Ideal WebSphere Development Environment
Posted in Web Site Stuff
Comments Off
Implementing notifications in Web applications using Lotus Sametime
Implementing notifications in Web applications using Lotus Sametime
Posted in Web Site Stuff
Comments Off
JavaServer Pages, The Include Directive
JavaServer Pages, The Include Directive
Posted in Web Site Stuff
Comments Off
Getting around JSF: The role of JSP
Getting around JSF: The role of JSP
Posted in Web Site Stuff
Comments Off
Enabling JSF logging by setting 3 JVM properties (also how-to do this in WSAD)
developerWorks : WebSphere : Forums : Enabling JSF logging by setting 3 JVM properties (also how-to do this in WSAD)
Posted in Web Site Stuff
Comments Off
Design a Reference Data Service in J2EE Application Server Clusters (SYS-CON)
Design a Reference Data Service in J2EE Application Server Clusters (SYS-CON)
Posted in Web Site Stuff
Comments Off
java ternary operator
Keep it brief with java’s ternary operator.
Posted in Web Site Stuff
Comments Off
Dealing with java Exceptions
The powerful and sometimes misused try/catch construct has been part of the Java language since its beginning. Below are several popular, potentially harmful uses of the try/catch mechanism. Continue reading
Posted in Web Site Stuff
Comments Off
Overriding a Java application’s time zone
Your application’s time zone is usually determined by the machine’s time zone on which the app is running. Sometimes, however, you may need to override the time zone the application thinks it’s in. Continue reading
Posted in Web Site Stuff
Comments Off
Working with Assertions
The Java 2 Platform, Standard Edition (J2SE) provides an assertion facility. Introduced with the 1.4 version of J2SE, one can think of the assertion facility as an advanced form of exception handling. Assertions represent are boolean expressions that a programmer believes to be true at specific points in the program. Is variable anInt greater than 2, for instance. The facility to check an assertion can be enabled or disabled at any time, so you might test the application with them enabled, and deploy with them disabled.
Assertion checking is like exception handling, but no exceptions are thrown if assertions fail. Instead, an AssertionError is thrown, and no try-catch block is necessary.
Continue reading
Posted in Web Site Stuff
Comments Off
cursor styles
for Internet Explorer 6 the cursor property supports progress, not-allowed, no-drop, vertical-text, all-scroll, col-resize, row-resize, and url(uri) as new cursor styles. Other styles hand, default, help, move, auto, pointer, text, wait Microsoft documentation
Posted in Web Site Stuff
Comments Off
javascript to set focus
SCRIPT LANGUAGE=”JavaScript” TYPE=”text/javascript”>
Posted in Web Site Stuff
Comments Off