Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Net4j"

Line 4: Line 4:
  
 
Net4j is an extensible client-server communications platform based on OSGi but also executable stand alone. You can easily extend the protocol stack with Eclipse plugins that provide new transport or application protocols. Net4j's focus on performance and scalability is featured by non-blocking I/O, zero-copy signals and multiplexed binary protocols. Net4j was originally developed to support the [[CDO]] technology for distributed shared and persistent EMF models but can also multiplex your own user-supplied application protocols through the same socket connection.
 
Net4j is an extensible client-server communications platform based on OSGi but also executable stand alone. You can easily extend the protocol stack with Eclipse plugins that provide new transport or application protocols. Net4j's focus on performance and scalability is featured by non-blocking I/O, zero-copy signals and multiplexed binary protocols. Net4j was originally developed to support the [[CDO]] technology for distributed shared and persistent EMF models but can also multiplex your own user-supplied application protocols through the same socket connection.
 +
 +
 +
==Features==
 +
 +
TBD.
 +
 +
 +
==Project Resources==
 +
 +
* [http://www.eclipse.org/modeling/emft/downloads/index.php?project=net4j&showAll=0&showMax=5 Net4j Downloads] and [http://www.eclipse.org/modeling/emft/news/relnotes.php?project=net4j&version=HEAD Release notes]
 +
* [http://www.eclipse.org/modeling/emft/updates/ EMFT Update Manager]
 +
* [http://www.ohloh.net/projects/8907?p=Net4j Net4j at Ohloh]
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.net4j/?root=Modeling_Project CVS Web Viewer]
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/develop/psf/pserver/?root=Modeling_Project PSF Folder] or [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_Project&view=co All.psf]
 +
* [http://download.eclipse.org/modeling/emft/net4j/javadoc/0.8.0/ JavaDoc for Net4j 0.8.0]
 +
* [http://bugs.eclipse.org/bugs/buglist.cgi?product=EMFT&component=NET4J&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced Browse Open Bugs] or [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT Submit a Bug]
 +
* [http://www.eclipse.org/modeling/emft/newsgroup-mailing-list.php Newsgroups & Mailing Lists]
 +
 +
==Further Reading==
 +
* [[Net4j Architecture]]
 +
* [[Net4j User Interface]]
 +
* [[Net4j Transports]]
 +
* [[Net4j Protocols]]
 +
* [[Net4j Utilities]]
 +
* [[CDO]]
 +
  
  
 
----
 
----
 
Wikis: [[CDO]] | [[Eclipse]] | [http://en.wikipedia.org/wiki/OSGi OSGi] | [http://en.wikipedia.org/wiki/Nio NIO] | [http://en.wikipedia.org/wiki/New_I/O New I/O]
 
Wikis: [[CDO]] | [[Eclipse]] | [http://en.wikipedia.org/wiki/OSGi OSGi] | [http://en.wikipedia.org/wiki/Nio NIO] | [http://en.wikipedia.org/wiki/New_I/O New I/O]

Revision as of 03:16, 21 October 2007

Introduction

Net4j is an extensible client-server communications platform based on OSGi but also executable stand alone. You can easily extend the protocol stack with Eclipse plugins that provide new transport or application protocols. Net4j's focus on performance and scalability is featured by non-blocking I/O, zero-copy signals and multiplexed binary protocols. Net4j was originally developed to support the CDO technology for distributed shared and persistent EMF models but can also multiplex your own user-supplied application protocols through the same socket connection.


Features

TBD.


Project Resources

Further Reading



Wikis: CDO | Eclipse | OSGi | NIO | New I/O

Copyright © Eclipse Foundation, Inc. All Rights Reserved.