| View previous topic :: View next topic |
| Author |
Message |
edv Power User

Joined: 20 Sep 2005 Posts: 73 Location: Germany
|
Posted: Thu Sep 29, 2005 12:14 am Post subject: PHP-> Java-Bridge -> OO-API |
|
|
For a project I need to use php to connect to the OO-Api. The access shall be done by Java Threads. To do so, I have two choices:
1. Spawn the Java Threads by the php-java-bridge
2. Via Webservices (SOAP)
Has anybody done one of these things before? |
|
| Back to top |
|
 |
Cybb20 Super User


Joined: 02 Mar 2004 Posts: 1569 Location: Frankfurt, Germany
|
Posted: Sun Oct 09, 2005 8:27 am Post subject: |
|
|
So what if I say no or yes now?
I guess you just want to know if it's possible, and I do think so. At least the second is perfectly doable (I did see a pure SOAP remotebridge implementation by the way, it's just if you are able to code it or not ).
Christian _________________ - Knowledge is Power - |
|
| Back to top |
|
 |
edv Power User

Joined: 20 Sep 2005 Posts: 73 Location: Germany
|
Posted: Sun Oct 09, 2005 11:10 pm Post subject: |
|
|
I know these things are possible, because I tested them both. My intention is to get some advices and field reports, as I need this solution for an extensive project, and I have to make my decision before implementing.
Tobias |
|
| Back to top |
|
 |
Cybb20 Super User


Joined: 02 Mar 2004 Posts: 1569 Location: Frankfurt, Germany
|
Posted: Tue Oct 11, 2005 6:46 am Post subject: |
|
|
edv: Then you better talk to Sun developers in Hamburg. A simple post at the udk or api mailinglist should be enough to get some feedback from them.
The important thing you have to note is that you should describe your problems in detail and not like you asked here.
Christian _________________ - Knowledge is Power - |
|
| Back to top |
|
 |
|