blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Help Guide For Software Engineer

this site is developed to support java developers with their developments. Some solutions are made available here.Those are my experiences. Comment if u need further help.
Help Guide For Software Engineer Blog  
Related Blogs
previous blog next blog

1 Users are Following

7.7
very good
based on editor's review


recent postsrss feed

Use AXIS library to create web service and client

Nov 26, 2009
Download AXIS binary and extract it to your hard disk. Set up AXIS2_HOME and path environment veriables. Create service using WSDL file 1) Open terminal. 2) Go to the directory you want to create service. 3) Run the below command. wsdl2java -uri...

DNS Mapping in windows

Nov 18, 2009
Go to "C:\Windows\System32\drivers\etc". Edit hosts file in etc folder. Add your ip addres and the mapping name. Ex :- 192.168.4.7 name.domain.com Now, you can access your ip address using DNS set above. Ex :- http://name.domain.com/App

Embed document in html

Oct 29, 2009
embed a HTML document alt : test.html embed a pdf document alt : test.pdf embed a wav document alt : test.wav

Clear clipboad using java script

Oct 21, 2009
Call this java script method to clear your clipboard in IE6. Sorry, it doesn't work in Mozilla and other browsers. function clsClipsBrd(){ clipboardData.clearData(); }

Create web service clients in java

Oct 16, 2009
There is a tool to create web service clients called as "cxf". This is a free tool. You must have the wsdl file to create java clients. Download URL :- http://cxf.apache.org/download.html User guide :-...


Comments & Reviews:
Be the First to Review this Blog!