← All Articles

Google Web Toolkit: Develop and Test in Java, Deploy as AJAX

I'm building a pull-down-menu navigation for the rajiv.com site using the Google Web Toolkit (GWT) and I'm impressed by this Google product. It allows you ...

· 2 min read

Web site hosting provider and technologies change

/ now has a new hosting provider: Kattare Internet Services. The web site is now powered by Java and related technologies. My previous I...

· 2 min read

Java Progammer? Use BeanShell

BeanShell is a fully Java compatible scripting language, capable of interpreting ordinary Java source files. You can also use it for working with Java inte...

· 1 min read

A Tour Guide Applet for Web Sites

A Java applet that guides visitors through a web site by reading a configurable list of links from a text file.

· 5 min read

A toHex Function for Java

A Java function to convert integers to hexadecimal strings, written when java.lang.Integer lacked toHexString().

· 3 min read