carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/background.htm
changeset 0 fb279309251b
child 12 6b79ffb176c5
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <title>Background information</title>
       
     7 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
       
     8 </head>
       
     9 <body bgcolor="#FFFFFF">
       
    10 <h2>Background information</h2>
       
    11 
       
    12 <p>Carbide.c++ is built on the <a href="http://www.eclipse.org">Eclipse</a> platform. The Eclipse components used are:</p>
       
    13 <ul>
       
    14 <li>Eclipse 3.4</li>
       
    15 <li>A slightly modified version of CDT 5.0.0</li>
       
    16 <li>EMF 2.4.1</li>
       
    17 <li>GEF 3.4.1</li>
       
    18 </ul>
       
    19 <p>The APIs published by these components are available for use in your plugins.</p>
       
    20 <p>Carbide.c++ itself publishes a set of APIs which are documented in this guide.</p>
       
    21 <p>Carbide.c++ requires Java 5 and a Java 5 JRE is part of the Carbide.c++ installation. 
       
    22 Your plugins can use Java 5 features. The included version of CDT was built with Java 1.4 language compliance.</p>
       
    23 
       
    24 <p>Developing plugins for Carbide.c++ requires knowledge of Java and Eclipse plugin development practices.
       
    25 There are a number of good references in this area. Some  are:</p>
       
    26 <ul>
       
    27 <li>The Eclipse online help, <i>Platform Plug-in Developers Guide</i></li>
       
    28 <li>Eclipse.org <a href="http://www.eclipse.org/resources/index.php?type=article">articles</a></li>
       
    29 <li>The book <i>Java Developer's Guide to Eclipse, (2nd Edition</i> ISBN 0321305027</li>
       
    30 <li>The book <i>Eclipse: Building Commercial-Quality Plug-ins (2nd Edition)</i> ISBN 032142672X</li>
       
    31 <li><a href="http://wiki.eclipse.org/index.php/Eclipse_FAQs">The Official Eclipse FAQs</a></li>
       
    32 </ul>
       
    33 
       
    34 <div id="footer">Copyright &copy; 2009 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>
       
    35 </div>
       
    36 </body>
       
    37 </html>