473,396 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

JXTA Implementation

Hi, does anybody knows a JXTA Implementation under C#??
Thx AC
Nov 15 '05 #1
4 2765
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/de...components.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" <an*****************@niceplace.de> wrote in message
news:3f********@news.arcor-ip.de...
Hi, does anybody knows a JXTA Implementation under C#??
Thx AC

Nov 15 '05 #2
Nicholas Paldino [.NET/C# MVP] <ni**************@exisconsulting.com>
wrote:
I believe that JXTA is transactioning in Java.


Nope (that's JTA and JTS) - JXTA is about P2P. See
http://www.jxta.org/

However, I can't see anything on there suggesting that there's a .NET
implementation.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #3
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 [.NET/C# MVP]" <ni**************@exisconsulting.com>
schrieb im Newsbeitrag news:eJ**************@tk2msftngp13.phx.gbl...
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/de...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" <an*****************@niceplace.de> wrote in message
news:3f********@news.arcor-ip.de...
Hi, does anybody knows a JXTA Implementation under C#??
Thx AC


Nov 15 '05 #4
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" <an*****************@niceplace.de> wrote in message
news:3f********@news.arcor-ip.de...
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 [.NET/C# MVP]" <ni**************@exisconsulting.com>
schrieb im Newsbeitrag news:eJ**************@tk2msftngp13.phx.gbl...
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/de...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" <an*****************@niceplace.de> wrote in message news:3f********@news.arcor-ip.de...
Hi, does anybody knows a JXTA Implementation under C#??
Thx AC



Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: monkey | last post by:
Hi all, just read from the jxta.org that a python implemention of jxta framework is being developed. But its project page doesn't state whether it can be use now.. I am interested to learn to...
9
by: Anon Email | last post by:
Hi people, I'm learning about header files in C++. The following is code from Bartosz Milewski: // Code const int maxStack = 16; class IStack
29
by: Enrico `Trippo' Porreca | last post by:
Both K&R book and Steve Summit's tutorial define a getline() function correctly testing the return value of getchar() against EOF. I know that getchar() returns EOF or the character value cast to...
52
by: lovecreatesbeauty | last post by:
Why the C standard committee doesn't provide a standard implementation including the C compiler and library when the language standard document is published? C works on the abstract model of low...
20
by: Luc Kumps | last post by:
(Sorry about the previous post, it got transmitted before it was complete) We try to separate implementation and interface defintions, but we run into a problem. I hope the guru's can solve this,...
7
by: desktop | last post by:
I the C++ standard page 472 it says that an associative container can be constructed like X(i,j,c) where i and j are input iterators to elements. But in the implementation there is no constructor...
0
by: anto.anish | last post by:
Hi , Since, i did not want to write instantiations in Source file of all template methods for various different datatypes that my client might use, i choose to write implementation of template...
1
by: anto.anish | last post by:
Hi , Since, i did not want to write explicit instantiations in Source file of all template methods for various different datatypes that my client might use, i choose to write implementation of...
173
by: Ron Ford | last post by:
I'm looking for a freeware c99 compiler for windows. I had intended to use MS's Visual C++ Express and use its C capability. In the past with my MS products, I've simply needed to make .c the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.