Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona/Platform"

m (New page: ==Corona Platform== The Corona platform is the Eclipse server-side runtime platform.  It provides a non-UI environment to host OSGi bundles and Eclipse plugins.  The Corona pl...)
 
m
Line 6: Line 6:
 
''Eclipse core runtime'', and ''common 3rd party libraries''.
 
''Eclipse core runtime'', and ''common 3rd party libraries''.
  
 +
<table>
 +
 +
<tr>
 +
<td align="left" valign="top">
 
===Equinox/OSGi===
 
===Equinox/OSGi===
 
* org.eclipse.equinox.app
 
* org.eclipse.equinox.app
Line 35: Line 39:
 
* org.eclipse.equinox.useradmin
 
* org.eclipse.equinox.useradmin
 
* org.eclipse.equinox.util
 
* org.eclipse.equinox.util
 +
</td>
  
 +
<td align="left" valign="top">
 
===Eclipse Core Runtime===
 
===Eclipse Core Runtime===
 
* org.eclipse.core.boot
 
* org.eclipse.core.boot
Line 70: Line 76:
 
* org.eclipse.update.core.linux
 
* org.eclipse.update.core.linux
 
* org.eclipse.update.core.win32
 
* org.eclipse.update.core.win32
 +
</td>
  
 +
<td align="left" valign="top">
 
===3rd Party Libraries===
 
===3rd Party Libraries===
 
* com.ibm.icu
 
* com.ibm.icu
Line 86: Line 94:
 
* org.apache.xml.resolver
 
* org.apache.xml.resolver
 
* org.mortbay.jetty
 
* org.mortbay.jetty
 +
</td>
 +
</tr>
 +
</table>

Revision as of 12:15, 4 February 2008

Corona Platform

The Corona platform is the Eclipse server-side runtime platform.  It provides a non-UI environment to host OSGi bundles and Eclipse plugins.  The Corona platform consists 3 types of components: Equinox/OSGi, Eclipse core runtime, and common 3rd party libraries.

Equinox/OSGi

  • org.eclipse.equinox.app
  • org.eclipse.equinox.common
  • org.eclipse.equinox.device
  • org.eclipse.equinox.ds
  • org.eclipse.equinox.event
  • org.eclipse.equinox.http
  • org.eclipse.equinox.http.jetty
  • org.eclipse.equinox.http.registry
  • org.eclipse.equinox.http.servlet
  • org.eclipse.equinox.http.servletbridge
  • org.eclipse.equinox.jsp.jasper
  • org.eclipse.equinox.jsp.jasper.registry
  • org.eclipse.equinox.launcher
  • org.eclipse.equinox.launcher.carbon.macosx
  • org.eclipse.equinox.launcher.gtk.linux.ppc
  • org.eclipse.equinox.launcher.gtk.linux.x86
  • org.eclipse.equinox.launcher.gtk.linux.x86_64
  • org.eclipse.equinox.launcher.gtk.solaris.sparc
  • org.eclipse.equinox.launcher.motif.aix.ppc
  • org.eclipse.equinox.launcher.win32.win32.x86
  • org.eclipse.equinox.launcher.wpf.win32.x86
  • org.eclipse.equinox.log
  • org.eclipse.equinox.metatype
  • org.eclipse.equinox.preferences
  • org.eclipse.equinox.registry
  • org.eclipse.equinox.servletbridge
  • org.eclipse.equinox.useradmin
  • org.eclipse.equinox.util

Eclipse Core Runtime

  • org.eclipse.core.boot
  • org.eclipse.core.commands
  • org.eclipse.core.contenttype
  • org.eclipse.core.databinding
  • org.eclipse.core.databinding.beans
  • org.eclipse.core.expressions
  • org.eclipse.core.filebuffers
  • org.eclipse.core.filesystem
  • org.eclipse.core.filesystem.linux.ppc
  • org.eclipse.core.filesystem.linux.x86
  • org.eclipse.core.filesystem.linux.x86_64
  • org.eclipse.core.filesystem.macosx
  • org.eclipse.core.filesystem.solaris.sparc
  • org.eclipse.core.filesystem.win32.x86
  • org.eclipse.core.jobs
  • org.eclipse.core.net
  • org.eclipse.core.resources
  • org.eclipse.core.resources.compatibility
  • org.eclipse.core.resources.win32
  • org.eclipse.core.runtime
  • org.eclipse.core.runtime.compatibility
  • org.eclipse.core.runtime.compatibility.auth
  • org.eclipse.core.runtime.compatibility.registry
  • org.eclipse.core.variables
  • org.eclipse.jsch.core
  • org.eclipse.osgi
  • org.eclipse.osgi.services
  • org.eclipse.osgi.util
  • org.eclipse.text
  • org.eclipse.update.configurator
  • org.eclipse.update.core
  • org.eclipse.update.core.linux
  • org.eclipse.update.core.win32

3rd Party Libraries

  • com.ibm.icu
  • com.jcraft.jsch
  • javax.servlet
  • javax.servlet.jsp
  • org.apache.ant
  • org.apache.commons.el
  • org.apache.commons.logging
  • org.apache.jasper
  • org.apache.log4j
  • org.apache.lucene
  • org.apache.lucene.analysis
  • org.apache.xerces
  • org.apache.xml.resolver
  • org.mortbay.jetty

Back to the top