A
andreas christensen
Hi, does anybody knows a JXTA Implementation under C#??
Thx AC
Thx AC
Nicholas Paldino said:I believe that JXTA is transactioning in Java.
Nicholas Paldino said:Andreas,
I believe that JXTA is transactioning in Java. If this is the case,
then you can get the same functionality by deriving from ServicedComponent
and setting your component to use transactioning in COM+.
Check out the section of the .NET framework titled "Writing Serviced
Components", located at (watch for line wrap):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconwritingservicedcomponents.asp
It should be noted that the functionality does not map exactly to JXTA.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldino=at=exisconsulting<dot>com
andreas christensen said:Hi, does anybody knows a JXTA Implementation under C#??
Thx AC
andreas christensen said:hi Nicholas,
what I have read so far about JXTA, it should be a rather new Protocol
Specification, language-independent. There exists already a Java reference
implementation, but there are also some other languages, like C,
Objective-C, Ruby and Perl 5 under way. (have a look at
@book{JXTA,
note = {ISBN 0-73571-234-4},
address = {Boston},
month = {Juni},
publisher = {New Riders},
year = {2002},
title = {JXTA},
author = {Brendon J. Wilson}
} )
I have got the feeling, it is just a question of time, when other languages
implements the protocol. That is, why I asked for C# ;-)
thx for your help,
andreas
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htmNicholas Paldino said:Andreas,
I believe that JXTA is transactioning in Java. If this is the case,
then you can get the same functionality by deriving from ServicedComponent
and setting your component to use transactioning in COM+.
Check out the section of the .NET framework titled "Writing Serviced
Components", located at (watch for line wrap):l/cpconwritingservicedcomponents.asp
It should be noted that the functionality does not map exactly to JXTA.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldino=at=exisconsulting<dot>com
Hi, does anybody knows a JXTA Implementation under C#??
Thx AC