Wednesday, September 12, 2007

Simple Steps for Product Branding - Eclipse

Chk out the doc for achieving Eclipse Product Branding - an easy way to create executable for plugin project

http://docs.google.com/Doc?id=dhctpzz_33hjz243

Jaret Table

Jaret Table is a full functional SWT Table with Sorting, Flitering, Editable Functionalities. A doc introducing Jaret Table is uploaded in http://docs.google.com/Doc?id=dhctpzz_21g6thwp

How to go with Spring

A basic tutorial document to help anyone to start up with Spring is uploaded in
http://docs.google.com/Doc?id=dhctpzz_0dxpkvx

Thursday, September 6, 2007

MySQL Windows Instal Error

MySQL 4.1.22 installs itself, but fails to start MySQL service in Windows XP x86.

Download MySQL 5.0.45, install, this has no issues with Windows XP x86.

Create/Remove Service from Windows

To Create A Service
  • Start | Run and type cmd in the Open: line. Click OK.
  • Type: sc create
  • Reboot the system
To Delete A Service
  • Start | Run and type cmd in the Open: line. Click OK.
  • Type: sc delete
  • Reboot the system
f you prefer to work in the registry rather than through the command prompt to delete services;
  • Click Start | Run and type regedit in the Open: line. Click OK.

  • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

  • Scroll down the left pane, locate the service name, right click it and select Delete.

  • Reboot the system

Tuesday, September 4, 2007

Spring

The following link gives a basic understanding about Spring to startup with.

http://www.roseindia.net/search/showtutorials.php?id=6463

Issues:
1. NoClassDefFoundError thrown for commons-logging for the deployed war,
Place the commons-logging used by Spring.jar in the lib folder inside WEB-INF
2. Weblogic closing of becoz of Java HOTSPOT
Check in which java version all the classes have been compiled. compile in the same java version as of weblogic