blob: 12ecbeeb935f63dc131470bd4ae17bef7c302f3d [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# sample_3col.php
#
# Author: Denis Roy
# Date: 2005-11-07
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Rich client platform (RCP) applications";
$pageKeywords = "RCP, rich-client, rich, client, applications, java, thick, platform, plug-ins, catalogue";
$pageAuthor = "";
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="midcolumn">
<h1>Rich client platform (RCP) applications</h1>
<p>This page contains links to applications built on the <a href="http://wiki.eclipse.org/index.php/Rich_Client_Platform" target="_top">Eclipse
Rich Client Platform (RCP)</a>. The listings here are intended to get you started
in finding out more about products and projects that use the Eclipse RCP. You can also view a <a href="./example_rcp_applications_v2.pdf">pdf presentation</a> of RCP based applications. </p>
<p>We have also prepared some case studies of organizations that are using Eclipse RCP. Hopefully it will provide you a better understanding of the benefits from using Eclipse RCP for your application platform. </p>
<p>We'd like these pages to be useful to you - so please <a href="mailto:news@eclipse.org">email</a>
us your pointers and comments! </p>
<div class="homeitem3col">
<h3>RCP Applications</h3>
<ul>
<li><a href="rcpos.php">Open Source RCP Applications</a></li>
<li><a href="rcpcp.php">Commercial RCP Applications</a></li>
</ul>
</div>
<div class="homeitem3col">
<h3>RCP Case Studies</h3>
<ul>
<li><a href="./casestudies/compass_group.pdf">Compass Group Completes Planing Circle with RCP</a></li>
<li><a href="./casestudies/afp.pdf">Agence France Press Circles World with Eclipse</a></li>
<li><a href="./casestudies/imedic.pdf">Eclipse and iMEDIC Help the City of Stuttgart Streamline IT Activities</a></li>
<li><a href="./casestudies/Alterpointfinal.pdf">Eclipse RCP Helps AlterPoint Simplify Network Management </a></li>
<li><a href="./casestudies/NASAfinal.pdf">NASA Uses Eclipse for Interplanetary Operations</a></li>
<li><a href="./casestudies/RSSfinal.pdf">RSS Solutions Keeps Customers on Schedule with Eclipse RCP</a></li>
<li><a href="./casestudies/SASfinal.pdf">SAS Delivers Architectural and Aesthetic Consistency with Eclipse</a></li>
</ul>
</div>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="rcpos.php">Open Source RCP Applications</a></li>
<li><a href="rcpcp.php">Commercial RCP Applications</a></li>
<li><a href="pluginsites.php">Community Plug-in Sites</a></li>
<li><a href="../articles/">Articles</a></li>
</ul>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>