e not trying to distribute transactions or anything?
You're just after the value yeah?
my 2c.
cheers
dim
- Original Message -
From: "Josh Rehman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 11:45 AM
Subject: [Hibernate] Moving
Title: RE: [Hibernate] Moving Hibernate objects with SOAP
Hi Josh,
I needed to send my objects over SOAP as well (though using GLUE, not Axis). What I ended up doing was write a custom serializer/deserializer that would write my hibernate data objects to and from XML. When I want to send
n, I'd like to get this into the XDoclet source tree sooner than later,
and focused on Hibernate instead of VOs. Any input/concerns/etc appreciated.
brian
> -----Original Message-
> From: Josh Rehman [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 08, 2003 11:03 AM
> T
Hello all,
I'd like to move Hibernate generated objects (generated with hbm2java,
of course) across the wire with SOAP.
There are two problems:
First, Hibernate generates collection accessors. This is great, but
these are, by necessity, untyped. The Axis serializer cannot handle this.
Second,
so on?
I'm assuming you're not trying to distribute transactions or anything?
You're just after the value yeah?
my 2c.
cheers
dim
- Original Message -
From: "Josh Rehman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 11:45 A
> [Dmitri]
> I haven't done this, nor needed to give it any thought
> before, but would it be possible to write an Axis
> serializer that utilized the hibernate codebase,
> specifically the meta-data about the classes, to
> serialize them to soap friendly collections and so on?
That is possi
Title: RE: [Hibernate] Moving Hibernate objects with SOAP
Hi
Jon,
One of
the things that I currently do is use XDoclet to generate inline transforms for
going back and forth from XML to entity. You end up with hardcoded
serializers, which are very fast, but I don't have enough exper