Re: Hessian PHP implementation

From: Christian Campo <christian.campo@xxx.com>
Date: Thu Jan 13 2005 - 07:44:22 PST

Hi everyone,

Maybe that's a little off topic but I think Hessian has a lot of
interest in the community. However I wonder what the progress, the
status of a next version of Hessian is.

I mean Hessian is great and I simply love it. :-) However......
I remember reading a bug fix from Scott from several month ago, where
he promised a certain bug fix (that I need back then) for a version
3.0.10, which hasn't surfaced yet.

Since I needed it I fixed the bug myself, and added several small but
nice things to the Java implementation. (Gzip of Hessian streams, a
bug fix for Arrays where a webservice call would return an Object[]
instead of the array of the correct type, and some improvements in
HessianRuntimeException where it stores the cause of the exception in
the rootCause and not the cause with the result that the cause of a
HessianRuntimeException is not shown in the stacktrace)

I have more ideas on what could be improved. Anybody willing to say
something about the future timeline ?

thanks very much

christian campo

On Wed, 12 Jan 2005 18:58:35 +0200, Radu-Adrian Popescu
<radu.popescu@xxx.com> wrote:
> Scott Ferguson wrote:
> >
> > This is awesome! As soon as you have a place we can link to, it's easy
> > to add a link on the Hessian page. Great work.
> >
> > -- Scott
> >
> >
>
> Looks like Manolo set up the project & website but forgot to come back here and
> post the link.
> Here it is: http://hessianphp.sourceforge.net
>
> Congratulations Manolo !
>
> Looks like Hessian is picking up interest in the community and probably at
> large; there's now three independent client and/or server implementations for
> C++, C# and PHP !
>
> We also have a working Flash client implementation. Unfortunately the wire
> format needed some tweaking, as Flash stops reading from the socket stream upon
> receiving a \0 character... I've implemented the required escaping
> transformation just like the C++/gzip extension: reply is buffered into a
> ByteArrayOutputStream, processed(gzip, flash-escape) and rendered to the client.
> Now if only Flash had native gzip routines...
>
> Cheers,
> --
> Radu-Adrian Popescu
> CSA, DBA, Developer
> Aldrapay MD
> Aldratech Ltd.
> +40213212243
>
>
>

-- 
christian campo (gmail.com)
Received on Thu 13 Jan 2005 07:44:22 -0800

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:40 PDT