Re: .Net is awesome

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 12/29/04


Date: Wed, 29 Dec 2004 22:39:18 -0000

For Your Eyes Only <bad.007@films> wrote:
> > Eclipse with an appropriate free plug-in?
>
> Ok, I'll bite.
>
> I've used Eclipse, and I like it.
>
> But when ever I go to find these /plugins/ it takes a bunch of arm
> twisting to find out what's what.

I've usually found it pretty easy, personally.

> Have *you* personally, used a plugin in Eclipse to create a web service
> and is it as easy as in studio ?

No - but then I've never needed to write a web service in Java. A quick
search on the web found a number of plugins related to web services,
however, including one which claimed to write the stub code for you.
 
> > (There aren't many free .NET IDEs with refactoring, as far as I'm aware
> > - something I'd use much more often than web service creation. I'm glad
> > that VS.NET 2005 finally has refactoring - it should have been in
> > VS.NET 2002.)
>
> What is /refactoring/ ?

Automated code generation and manipulation. For instance, renaming a
class, a variable or a method and all references to it; extracting code
from one method to form another one called by the original one, etc.
It's an incredibly powerful tool for creating maintainable software.

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Relevant Pages

  • Re: .Net is awesome
    ... Jon Skeet [C# MVP] wrote: ... Ok, I'll bite. ... I've used Eclipse, and I like it. ... used a plugin in Eclipse to create a web service ...
    (microsoft.public.dotnet.general)
  • Re: working ide for web service development
    ... I have Eclipse 3.1.1 installed, but when I try to create a Web Service ... Unexpected exception occured. ... I read I should use WTP 0.7.1 instead of WTP 1.0, ...
    (comp.lang.java.programmer)
  • Web Services over SSL with Eclipse WTP
    ... I've developed a web service with Java, Eclipse, Web Tools Platform, ... Everything works fine but now I want to use SSL. ... HTTP-Connector in the Tomcat config file I get an error from Eclipse ...
    (comp.lang.java.softwaretools)
  • Web Services over SSL with Eclipse WTP
    ... I've developed a web service with Java, Eclipse, Web Tools Platform, ... Everything works fine but now I want to use SSL. ... HTTP-Connector in the Tomcat config file I get an error from Eclipse ...
    (comp.lang.java.programmer)
  • Re: Develop Web Service with Eclipse
    ... > I want to know how to config environment for jsp call my web service. ... I'm delighted to present to you the Eclipse newsserver ... Seriously, to me it's not clear if you have an Eclipse specific question, or a webservices question. ... For Eclipse specific issues you might find more support at the Eclipse newsserver. ...
    (comp.lang.java.programmer)