Friday, October 31, 2008

Can't open disc C and D etc by doble clicking

If you encounterd the above problem , solution is the following

go to command prompt and write this command
c:\> attrib -r -s -h autorun.inf
c:\> del autorun.inf
d:\> attrib -r -s -h autorun.inf
d:\> del autorun.inf
restart the pc

:)

Wednesday, October 29, 2008

Setting Path in Debian GNU Linux

When we are developing using java we need to set path in our environment. Not only for this some other applications will also need the path to be set manually. There are 2 ways of setting path permenently in Debian GNU linux.

1. Setting path using \etc\env file.
First of all we need to find the current path for normal users and root users.

using shell we can find it as
echo $PATH
then copy the path and past it to the 'env' file in the \etc folder. (Here you need Root privileges)
Then append the path for your java installation .
I'll post an example sooner for this.

Monday, October 20, 2008

Project Developed With NetBeans IDE

Project : Dynamic User Interface Creation for Web Services.

This is my final year project for the graduation in University Of Peradeniya Sri Lanka. For the Entire project NetBeans helped me a lot ( from coding to building the project) . I used Axis2 for my project. In my project User Interfaces for both web services having simple and complex data type argument addressed. Steps involved are:
1. parse the wsdl file (jaxp is used )
2. based on the parsed output html dynamic interface creation
3. invocation of the remote web service
4. getting the result
5. displaying the result

As this is a web based JSP is extensively used throughout the project. NetBeans took big burden away with its glue with jsp technology and ability to build the project from the source without allowing us to manullay ANT build it. Thanks NetBeans for it. HAPPY 10th BirthDay !!!