分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
Overview
The XFire Eclipse plugin provides Eclipse support for XFire's WSDL->Code generator. It requires Eclipse 3.2 and Java 5.
Installing the Plugin
To install the Eclipse XFire plugin:
- go to the Help menu, select "Software Updates" and then select "Find and Install."
- Select "Search for new features to install" and click Next.
- Select "Create New Remote Site" and enter "XFire" as the name and http://dist.codehaus.org/xfire/update/ as the eclipse update site.
- Select OK.
- Select Finish
Using the Plugin
The first step is to start the code generation wizard. Go to File->New->Other. Then select Code generation from WSDL document.
The plugin will then prompt you for the location of your WSDL, where to output the code, and also what package you would like the service in.
Once you're done you'll see the generated classes in your IDE!