carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/background.htm
author fturovic <frank.turovich@nokia.com>
Tue, 27 Jul 2010 15:28:19 -0500
changeset 1704 24ac5a5cf80c
parent 12 6b79ffb176c5
permissions -rw-r--r--
updated copyright dates and fixed some css issues

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Background information</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Background information</h2>

<p>Carbide.c++ is built on the <a href="http://www.eclipse.org">Eclipse</a> platform. The Eclipse components used are:</p>
<ul>
<li>Eclipse 3.6</li>
<li>A slightly modified version of CDT 7.0</li>
<li>EMF 2.5</li>
<li>GEF 3.5</li>
</ul>
<p>The APIs published by these components are available for use in your plugins.</p>
<p>Carbide.c++ itself publishes a set of APIs which are documented in this guide.</p>
<p>Carbide.c++ requires Java 5 and a Java 5 JRE is part of the Carbide.c++ installation. 
Your plugins can use Java 5 features. The included version of CDT was built with Java 1.4 language compliance.</p>

<p>Developing plugins for Carbide.c++ requires knowledge of Java and Eclipse plugin development practices.
There are a number of good references in this area. Some  are:</p>
<ul>
<li>The Eclipse online help, <i>Platform Plug-in Developers Guide</i></li>
<li>Eclipse.org <a href="http://www.eclipse.org/resources/index.php?type=article">articles</a></li>
<li>The book <i>Java Developer's Guide to Eclipse, (2nd Edition</i> ISBN 0321305027</li>
<li>The book <i>Eclipse: Building Commercial-Quality Plug-ins (2nd Edition)</i> ISBN 032142672X</li>
<li><a href="http://wiki.eclipse.org/index.php/Eclipse_FAQs">The Official Eclipse FAQs</a></li>
</ul>

<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</div>
</body>
</html>