Thursday, February 5, 2009

How to Rank high on google

You can get a good idea on how to rank high on Google by following this link

Firebug plug-in for Mozilla

Hi friends,

Firebug is a plug-in for Mozilla, which helps us to debug javascripts, edit html and CSS codes dynamically. Not only that we can change and test html and JavaScript values, like a normal programming IDE. I think it will be very useful for you.You can download the plug-in using this link https://addons.mozilla.org/en-US/firefox/addon/1843

Best regards,
Charith

Monday, February 2, 2009

A grate way to improve your English faster and more Easily

Hi all,
English is an important language because it is spoken through out the world.So this reference will helpful to improve your english knowledge.Follow the link bellow. learn english Then join to the free email course.

An error occured while completing process -java.lang.reflect.InvocationTargetException

Hi friends,
When I’m trying to build a java client to access a web service using apache axis 2 Code Generator eclipse plug-in I got an error at the point where I clicked the finish button to complete the code Generator plug-in Wizard. Finally I could find a solution to this error from the web. So I hope to share it with you. I think it will be helpfull to you too.

Solution
Simply you can solve this error by adding following jar files to eclipse plug-in directroy. These jar files can be downloaded from http://www.findjar.com/

1. backport-util-concurrent-3.1.jar

2. stax-api-1.0.1.jar

Developing a web service using Apache axis 2 eclipse plug-in

If you want to know, how to build a web service using apache axis 2 follow this link. I think this will helpfull to the people who are interested in java.