JXTA Implementation

  • Thread starter Thread starter andreas christensen
  • Start date Start date
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/d...guide/html/cpconwritingservicedcomponents.asp

It should be noted that the functionality does not map exactly to JXTA.

Hope this helps.
 
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

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,

Oops, I'm sorry about that. Like I said, I wasn't sure. In this case
there is nothing implemented in the framework for this.


--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldino=at=exisconsulting<dot>com

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

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

Hi, does anybody knows a JXTA Implementation under C#??
Thx AC
 
Back
Top