Re: [JPP-Devel] interacting with another application

2010-07-09 Thread Nils Kuhn
Hi Matthias, thanks for sharnig your code/plugin. Unfortunately I don't have the time for a deeper insight into it know. But in august/september I will have to implement my communication-bridge. So maybe I will contact you again. Nils Matthias Scholz schrieb: Hi, you can download my

Re: [JPP-Devel] interacting with another application

2010-07-08 Thread Matthias Scholz
Hi, you can download my plugin from here: http://www.jammerhund.de/downloads/CommunicationPlugin.zip or the JAR: http://www.jammerhund.de/downloads/CommunicationPlugIn.jar This is the complete NetBeans project folder. It's not realy ready for publishing, because I've some things to

[JPP-Devel] interacting with another application

2010-07-07 Thread Nils Kuhn
Hi Matthias, I opened another topic for the discussion inside the topic "Select shape by attribute" because things are mixing a bit, I think. I want to create an interface between OJ and an external application, too. I will have to use a xml-file for communication (because the other

Re: [JPP-Devel] interacting with another application

2010-07-07 Thread Matthias Scholz
Hi Nils! Hi Matthias, I opened another topic for the discussion inside the topic Select shape by attribute because things are mixing a bit, I think. I want to create an interface between OJ and an external application, too. I will have to use a xml-file for communication (because the other

Re: [JPP-Devel] interacting with another application

2010-07-07 Thread Nils Kuhn
Hi, I'm interested, too. My first approach was like the attached class. Nils Sunburned Surveyor schrieb: Matthias, Can you share your code with us? I'd be interested in seeing how the communication process you described was coded. The Sunburned Surveyor On Wed, Jul 7, 2010 at 5:11 AM,

Re: [JPP-Devel] interacting with another application

2010-07-07 Thread Benjamin Gudehus
Hi! That's interprocess communication. What about communicating between openjump and external applications via network sockets? I implemented a jsonrpc 2.0 server (http://en.wikipedia.org/wiki/JSON-RPC) and it works very well. Here some example code in groovy (placed in an extension class)