facebook

Importing a wbeservice developed in Netbeans to myeclipse6.5

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290775 Reply

    Sreeram
    Member

    I have some projects, which are developed using Netbeans 6.1 IDE to be imported to MyEclipse 6.5 IDE. One major change I noticed is that, code generated using netbeans ide does not have a delegate class, instead the public methods that are to be exposed need to have the notation @WebMethod before the method definition and the class itself will have the notation @WebService before the class definition. An example is given below.


    @WebService

    public class SimpleWS {

    @WebMethod
    public someMethodname throws RemoteException {
    some code here
    }

    }

    Thanks
    Sreeram

    #290782 Reply

    Loyal Water
    Member

    Sreeram,
    Are you reporting this as a bug or are you just pointing out the difference?

    #290783 Reply

    Sreeram
    Member

    I want to know what the procedure to import a webservice developed in NetBeans IDE to MyEclipseIDE. I just mentioned the differences I noticed.

    #290797 Reply

    Loyal Water
    Member

    sjayanti,
    Im afraid you cannot directly import a NetBean project into MyEclipse. You will have to create the project in MyEclipse from scratch.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Importing a wbeservice developed in Netbeans to myeclipse6.5

You must be logged in to post in the forum log in