Re: [Axis2]Two HTTP server?

2006-10-09 Thread Chuck Williams
-1 as described.

Renaming the super class is an upward incompatibility that will break
every application that uses the built-in http support.  If a rename is
to be done, it should be of the subclass.

The naming problem isn't quite as bad as it might otherwise seem since
the two classes are at least in different packages.  SimpleHTTPServer is
in org.apache.axis2.transport.http while SimpleHttpServer is in the
implementation subpackage org.apache.axis2.transport.http.server.

Chuck


Srinath Perera wrote on 10/09/2006 12:23 AM:
> +1
>
> On 10/8/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote:
>> Can we rename one? (The super class.)
>>
>> Sanjiva.
>>
>> On Sat, 2006-10-07 at 23:27 -0400, Srinath Perera wrote:
>> > apprently a naming issue :)
>> >
>> > On 10/7/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
>> > > org.apache.axis2.transport.http.SimpleHTTPServer extends the
>> other one
>> > >
>> > > -- dims
>> > >
>> > > On 10/7/06, Srinath Perera <[EMAIL PROTECTED]> wrote:
>> > > > Hi All;
>> > > >
>> > > > Axis2 source have two SimpleHTTPServer 's . Is  it beocue one is
>> > > > outdated, but not removed or is there a reson for having both?
>> > > >
>> > > > org.apache.axis2.transport.http.server.SimpleHttpServer
>> > > > org.apache.axis2.transport.http.SimpleHTTPServer
>> > > >
>> > > > Thanks
>> > > > Srinath
>> > > >
>> > > > --
>> > > > 
>> > > > Srinath Perera:
>> > > >http://www.cs.indiana.edu/~hperera/
>> > > >http://www.bloglines.com/blog/hemapani
>> > > >
>> > > >
>> -
>> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > > > For additional commands, e-mail: [EMAIL PROTECTED]
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service
>> Developers)
>> > >
>> > >
>> -
>> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > > For additional commands, e-mail: [EMAIL PROTECTED]
>> > >
>> > >
>> >
>> >
>>
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2]Two HTTP server?

2006-10-09 Thread Srinath Perera

+1

On 10/8/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote:

Can we rename one? (The super class.)

Sanjiva.

On Sat, 2006-10-07 at 23:27 -0400, Srinath Perera wrote:
> apprently a naming issue :)
>
> On 10/7/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> > org.apache.axis2.transport.http.SimpleHTTPServer extends the other one
> >
> > -- dims
> >
> > On 10/7/06, Srinath Perera <[EMAIL PROTECTED]> wrote:
> > > Hi All;
> > >
> > > Axis2 source have two SimpleHTTPServer 's . Is  it beocue one is
> > > outdated, but not removed or is there a reson for having both?
> > >
> > > org.apache.axis2.transport.http.server.SimpleHttpServer
> > > org.apache.axis2.transport.http.SimpleHTTPServer
> > >
> > > Thanks
> > > Srinath
> > >
> > > --
> > > 
> > > Srinath Perera:
> > >http://www.cs.indiana.edu/~hperera/
> > >http://www.bloglines.com/blog/hemapani
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--

Srinath Perera:
  Indiana University, Bloomington
  http://www.cs.indiana.edu/~hperera/
  http://www.bloglines.com/blog/hemapani

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2]Two HTTP server?

2006-10-08 Thread Sanjiva Weerawarana
Can we rename one? (The super class.)

Sanjiva.

On Sat, 2006-10-07 at 23:27 -0400, Srinath Perera wrote:
> apprently a naming issue :)
> 
> On 10/7/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> > org.apache.axis2.transport.http.SimpleHTTPServer extends the other one
> >
> > -- dims
> >
> > On 10/7/06, Srinath Perera <[EMAIL PROTECTED]> wrote:
> > > Hi All;
> > >
> > > Axis2 source have two SimpleHTTPServer 's . Is  it beocue one is
> > > outdated, but not removed or is there a reson for having both?
> > >
> > > org.apache.axis2.transport.http.server.SimpleHttpServer
> > > org.apache.axis2.transport.http.SimpleHTTPServer
> > >
> > > Thanks
> > > Srinath
> > >
> > > --
> > > 
> > > Srinath Perera:
> > >http://www.cs.indiana.edu/~hperera/
> > >http://www.bloglines.com/blog/hemapani
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2]Two HTTP server?

2006-10-07 Thread Srinath Perera

apprently a naming issue :)

On 10/7/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:

org.apache.axis2.transport.http.SimpleHTTPServer extends the other one

-- dims

On 10/7/06, Srinath Perera <[EMAIL PROTECTED]> wrote:
> Hi All;
>
> Axis2 source have two SimpleHTTPServer 's . Is  it beocue one is
> outdated, but not removed or is there a reson for having both?
>
> org.apache.axis2.transport.http.server.SimpleHttpServer
> org.apache.axis2.transport.http.SimpleHTTPServer
>
> Thanks
> Srinath
>
> --
> 
> Srinath Perera:
>http://www.cs.indiana.edu/~hperera/
>http://www.bloglines.com/blog/hemapani
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--

Srinath Perera:
  http://www.cs.indiana.edu/~hperera/
  http://www.bloglines.com/blog/hemapani

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2]Two HTTP server?

2006-10-07 Thread Davanum Srinivas

org.apache.axis2.transport.http.SimpleHTTPServer extends the other one

-- dims

On 10/7/06, Srinath Perera <[EMAIL PROTECTED]> wrote:

Hi All;

Axis2 source have two SimpleHTTPServer 's . Is  it beocue one is
outdated, but not removed or is there a reson for having both?

org.apache.axis2.transport.http.server.SimpleHttpServer
org.apache.axis2.transport.http.SimpleHTTPServer

Thanks
Srinath

--

Srinath Perera:
   http://www.cs.indiana.edu/~hperera/
   http://www.bloglines.com/blog/hemapani

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2]Two HTTP server?

2006-10-07 Thread Srinath Perera

Hi All;

Axis2 source have two SimpleHTTPServer 's . Is  it beocue one is
outdated, but not removed or is there a reson for having both?

org.apache.axis2.transport.http.server.SimpleHttpServer
org.apache.axis2.transport.http.SimpleHTTPServer

Thanks
Srinath

--

Srinath Perera:
  http://www.cs.indiana.edu/~hperera/
  http://www.bloglines.com/blog/hemapani

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]