Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF an EObject over EJB
EMF an EObject over EJB [message #416263] Wed, 23 January 2008 23:22 Go to next message
Jason Henriksen is currently offline Jason HenriksenFriend
Messages: 231
Registered: July 2009
Senior Member
Hi All,

We've built a bunch of EMF stuff and one of our teams is thinking about
using our work. However they have to send the objects over EJB to an
iLog rules engine.

Has anyone out there done anything like this? How did it work out?
We're using the -sdo option for our generation so our objects implement
Serializable, but no one here has tried it and we'd love to hear some
success stories or warnings.

Thanks!

Jason Henriksen
Re: EMF an EObject over EJB [message #416266 is a reply to message #416263] Thu, 24 January 2008 10:22 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Jason,

A word of warning about the serializable support on EDataObject is that
it relies on the the objects being contained by a EDataGraph. If that's
in place, it should work very nicely and there are quite a few people in
IBM relying on that. I've always wanted to find some time to
investigate supporting java.io.Serializeable directly for EObject but
it's always a bit tricky to deal with the fact that the closure of an
object in a resource within a resource set is so large. I can still
imagine that it would not be all that difficult to use the same type of
tricks as used in the SDO implement, i.e., use write replacements to
serialize to XML and to deserialize from that...


jason henriksen wrote:
> Hi All,
>
> We've built a bunch of EMF stuff and one of our teams is thinking
> about using our work. However they have to send the objects over EJB
> to an iLog rules engine.
>
> Has anyone out there done anything like this? How did it work out?
> We're using the -sdo option for our generation so our objects
> implement Serializable, but no one here has tried it and we'd love to
> hear some success stories or warnings.
>
> Thanks!
>
> Jason Henriksen


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:How to retrieve a shiny model element icon from its meta element ?
Next Topic:Unexpected behavior with dynamic EMF
Goto Forum:
  


Current Time: Fri Apr 26 20:58:39 GMT 2024

Powered by FUDForum. Page generated in 0.02827 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top