Fetch entities via RMI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Fetch entities via RMI

Rene Scheibe
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If I have an app that is not having an OFBiz delegator because it is
communicating with OFBiz via RMI, is there a service one can expose to
fetch OFBiz GenericEntities remotely?

Cheers,
René
- --
René Scheibe * [hidden email]
TNG Technology Consulting GmbH, Betastr. 13a, 85774 Unterföhring
Geschäftsführer: Henrik Klagges, Gerhard Müller, Christoph Stock
Sitz: Unterföhring * Amtsgericht München * HRB 135082
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzIZoMACgkQUXs9EHvIuCp/FgCfZFtXyPM7bv0VJSlZZYt2SX+H
T/YAn1mwgmHc/Mhf5cGpeQOGhedCy6p8
=yEyu
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Fetch entities via RMI

Shi Jinghai
Use getFields().get("yourfield").


在 2010-10-27三的 19:50 +0200,Rene Scheibe写道:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> If I have an app that is not having an OFBiz delegator because it is
> communicating with OFBiz via RMI, is there a service one can expose to
> fetch OFBiz GenericEntities remotely?
>
> Cheers,
> René
> - --
> René Scheibe * [hidden email]
> TNG Technology Consulting GmbH, Betastr. 13a, 85774 Unterföhring
> Geschäftsführer: Henrik Klagges, Gerhard Müller, Christoph Stock
> Sitz: Unterföhring * Amtsgericht München * HRB 135082
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkzIZoMACgkQUXs9EHvIuCp/FgCfZFtXyPM7bv0VJSlZZYt2SX+H
> T/YAn1mwgmHc/Mhf5cGpeQOGhedCy6p8
> =yEyu
> -----END PGP SIGNATURE-----

Reply | Threaded
Open this post in threaded view
|

Re: Fetch entities via RMI

Shi Jinghai
Sorry, should be yourentity.getAllFields().get("yourfield").

在 2010-10-29五的 00:22 +0800,Shi Jinghai写道:

> Use getFields().get("yourfield").
>
>
> 在 2010-10-27三的 19:50 +0200,Rene Scheibe写道:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > If I have an app that is not having an OFBiz delegator because it is
> > communicating with OFBiz via RMI, is there a service one can expose to
> > fetch OFBiz GenericEntities remotely?
> >
> > Cheers,
> > René
> > - --
> > René Scheibe * [hidden email]
> > TNG Technology Consulting GmbH, Betastr. 13a, 85774 Unterföhring
> > Geschäftsführer: Henrik Klagges, Gerhard Müller, Christoph Stock
> > Sitz: Unterföhring * Amtsgericht München * HRB 135082
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.10 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> >
> > iEYEARECAAYFAkzIZoMACgkQUXs9EHvIuCp/FgCfZFtXyPM7bv0VJSlZZYt2SX+H
> > T/YAn1mwgmHc/Mhf5cGpeQOGhedCy6p8
> > =yEyu
> > -----END PGP SIGNATURE-----