From: George T. <geo...@fr...> - 2005-05-10 18:30:13
|
Hello all Are there any thought on passing TMAPI through RMI or... web servicess? Is anybody else things it would be a nice thing? Greetings Yorgos ____________________________________________________________________ http://www.freemail.gr - δωρεάν υπηρεσία ηλεκτρονικού ταχυδρομείου. http://www.freemail.gr - free email service for the Greek-speaking. |
From: Christoph F. <cf...@fo...> - 2005-05-11 06:50:24
|
Hi Yorgos there is a subproject of tm4j, called Kamal, with the goal to implement a WebService-Wrapper around tm4j. It was maintained by Martin Stockhammer and it's quite a while that he was activily working on it. At least, there was no cvs activity over the last months. Maritn never did a release but I think he was pretty close to it. Maybe this could be a starting point for you. bye c Am Dienstag, den 10.05.2005, 21:32 +0300 schrieb George Tryfon: > Hello all > > Are there any thought on passing TMAPI through RMI or... web servicess? > Is anybody else things it would be a nice thing? > > Greetings > Yorgos > > > ____________________________________________________________________ > http://www.freemail.gr - δωρεάν υπηρεσία ηλεκτρονικού ταχυδρομείου. > http://www.freemail.gr - free email service for the Greek-speaking. > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click > _______________________________________________ > Tm4j-users mailing list > Tm4...@li... > https://lists.sourceforge.net/lists/listinfo/tm4j-users -- Christoph Froehlich <cf...@fo...> |
From: George T. <geo...@fr...> - 2005-05-11 19:09:21
|
Hello Christoph, (I posted this before in wrong address, sory) Thank you for your notice I looked at Kamal and it seems to me that Kamal is exporting "panckouche" I would prefer TMAPI (I suppose there was no TMAPI when Kamal started) Cheers Yorgos > Hi Yorgos > > there is a subproject of tm4j, called Kamal, with the goal to implement > a WebService-Wrapper around tm4j. > > It was maintained by Martin Stockhammer and it's quite a while that he > was activily working on it. At least, there was no cvs activity over th= e > last months. Maritn never did a release but I think he was pretty close > to it. > > Maybe this could be a starting point for you. > > bye > c > > > > Am Dienstag, den 10.05.2005, 21:32 +0300 schrieb George Tryfon: > > Hello all > > > > Are there any thought on passing TMAPI through RMI or... web services= s? > > Is anybody else things it would be a nice thing? > > > > Greetings > > Yorgos > > > > > > ____________________________________________________________________ > > http://www.freemail.gr - =E4=F9=F1=E5=DC=ED =F5=F0=E7=F1=E5=F3=DF=E1 = =E7=EB=E5=EA=F4=F1=EF=ED=E9=EA=EF=FD =F4=E1=F7=F5=E4=F1=EF=EC=E5=DF=EF=F5= . > > http://www.freemail.gr - free email service for the Greek-speaking. > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by Oracle Space Sweepstakes > > Want to be the first software developer in space? > > Enter now for the Oracle Space Sweepstakes! > > http://ads.osdn.com/?ad_id=3D7393&alloc_id=3D16281&op=3Dclick > > _______________________________________________ > > Tm4j-users mailing list > > Tm4...@li... > > https://lists.sourceforge.net/lists/listinfo/tm4j-users > -- > Christoph Froehlich <cf...@fo...> > ____________________________________________________________________ http://www.freemail.gr - =E4=F9=F1=E5=DC=ED =F5=F0=E7=F1=E5=F3=DF=E1 =E7=EB= =E5=EA=F4=F1=EF=ED=E9=EA=EF=FD =F4=E1=F7=F5=E4=F1=EF=EC=E5=DF=EF=F5. http://www.freemail.gr - free email service for the Greek-speaking. |
From: Lars H. <he...@se...> - 2005-05-12 13:54:36
|
Hi George, > Are there any thought on passing TMAPI through RMI or... web servicess? > Is anybody else things it would be a nice thing? I wouldn't go the way to pass TMAPI through RMI. I think it's better to exchange Topic Map Fragments in some dialect. A begin might be Ontopias TMRAP or SNAPI <http://sf.net/projects/snapi/>. SNAPI's approach is nice, but the development seems to be stalled. TMRAP is very simple and should be easily translatable from the TM4J API to TMAPI. <http://cvs.sourceforge.net/viewcvs.py/tm4j/tm4web/tmrap/> Another, more advanced way would be adapting the NetworkedPlanet WS. <http://www.networkedplanet.com/technology/webservices/intro.html> The service interface is very similiar to TMAPI methods so it would be easily translatable to TMAPI. BTW: If you translate TMRAP to TMAPI, the TMAPI-Utils <http://sf.net/projects/tmapi-utils/> project would be glad if you contribute your code to the project. :) Best regards, Lars -- http://semagia.com |
From: George T. <geo...@fr...> - 2005-05-12 19:37:18
|
Thank you Lars Definitely I'll take a look in these Cheers ----- Original Message ----- From: "Lars Heuer" <he...@se...> To: "George Tryfon" <geo...@fr...> Cc: <tm4...@li...> Sent: Thursday, May 12, 2005 4:56 PM Subject: Re: [TM4J-users] use of rmi? > Hi George, > > > Are there any thought on passing TMAPI through RMI or... web servicess? > > Is anybody else things it would be a nice thing? > > I wouldn't go the way to pass TMAPI through RMI. > > I think it's better to exchange Topic Map Fragments in some dialect. > A begin might be Ontopias TMRAP or SNAPI > <http://sf.net/projects/snapi/>. > SNAPI's approach is nice, but the development seems to be stalled. > TMRAP is very simple and should be easily translatable from the TM4J > API to TMAPI. > <http://cvs.sourceforge.net/viewcvs.py/tm4j/tm4web/tmrap/> > > Another, more advanced way would be adapting the NetworkedPlanet WS. > <http://www.networkedplanet.com/technology/webservices/intro.html> > > The service interface is very similiar to TMAPI methods so it would be > easily translatable to TMAPI. > > BTW: If you translate TMRAP to TMAPI, the TMAPI-Utils > <http://sf.net/projects/tmapi-utils/> project would be glad if you > contribute your code to the project. :) > > Best regards, > Lars > -- > http://semagia.com > ____________________________________________________________________ http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking. |