Archive for October, 2005

Problems and Fix’ with Tomcat 5.5, Eclipse, and Sysdeo Tomcat Plugin

Tuesday, October 18th, 2005

This tip helped me after 2 days of running around.
Also notice that we would want to use Java 1.5 ( JDK 5.0 Update 5).
Solution to Tomcat 5.5 (Windows Executable) not showing up in Eclipse 3.1 with Sysdeo beta plugin.
Run eclipse once from command line as shown below:
java -jar startup.jar -clean

JS Links of the Day

Monday, October 17th, 2005

These are 3 links that we are bound to find very useful.

Bindows a “The leading object-oriented platform for developing AJAX applications”. Please try out the demo, did you ever think anything like this can be done on the web?
prototype.js is a super cool lib for JavaScript, making so much so easy, including AJAX. […]

Relational Persistence For Idiomatic Java

Thursday, October 13th, 2005

I think this might help us A LOT, will need to read more about it though.
Hibernate is a powerful, ultra-high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition, and the Java collections framework. Hibernate allows you to express queries […]

CSS Opacity in Mozilla and IE

Wednesday, October 12th, 2005

How can you get cross-browser CSS alpha transparency?
http://www.mandarindesign.com/opacity.html
Well, less Opera and Safari, and …

Javadoc Tutorial

Tuesday, October 11th, 2005

Here