platform-ui-home/rcp-proposal/rich_client_platform_facilities.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15, Fri May 21 15:37:36 2004 UTC revision 1.16, Fri Jun 11 20:44:02 2004 UTC
# Line 40  Line 40 
40  </ul>  </ul>
41  These changes are covered in the <a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.platform.doc.isv/porting/eclipse_3_0_porting_guide.html">Eclipse  These changes are covered in the <a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.platform.doc.isv/porting/eclipse_3_0_porting_guide.html">Eclipse
42  3.0 Porting Guide</a>. The original porting for the generic workbench is <a href="generic_workbench_porting_guide.html">here</a>.  3.0 Porting Guide</a>. The original porting for the generic workbench is <a href="generic_workbench_porting_guide.html">here</a>.
43  <p>FAQ:  <h4>FAQs</h4>
44  <ul>  <ul>
45    <li><a href="faq.html">Rich Client Platform FAQ</a></li>    <li><a href="faq.html">Rich Client Platform FAQ</a></li>
46  </ul>  </ul>
47  <p>Articles:  <h4>Articles</h4>
48  <ul>  <ul>
49    <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7echeckout%7e/org.eclipse.ui.tutorials.rcp.part1/html/tutorial1.html">Rich Client Platform Tutorial - Part 1</a></li>    <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7echeckout%7e/org.eclipse.ui.tutorials.rcp.part1/html/tutorial1.html">Rich Client Platform Tutorial - Part 1</a></li>
50    <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7echeckout%7e/org.eclipse.ui.tutorials.rcp.part2/html/tutorial2.html">Rich Client Platform Tutorial - Part 2</a></li>    <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7echeckout%7e/org.eclipse.ui.tutorials.rcp.part2/html/tutorial2.html">Rich Client Platform Tutorial - Part 2</a></li>
51    <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7echeckout%7e/org.eclipse.ui.tutorials.rcp.part3/html/tutorial3.html">Rich Client Platform Tutorial - Part 3</a></li>    <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7echeckout%7e/org.eclipse.ui.tutorials.rcp.part3/html/tutorial3.html">Rich Client Platform Tutorial - Part 3</a></li>
52  </ul>  </ul>
53  <p>Design documents:</p>  <h4>Design documents</h4>
54  <ul>  <ul>
55    <li><a href="generic_workbench_direction.html">Statement of Direction for the    <li><a href="generic_workbench_direction.html">Statement of Direction for the
56      Eclipse Rich Client Platform UI</a></li>      Eclipse Rich Client Platform UI</a></li>
# Line 61  Line 61 
61    <li><a href="generic_workbench_structure.html">Generic Workbench Plug-in    <li><a href="generic_workbench_structure.html">Generic Workbench Plug-in
62      Structure</a></li>      Structure</a></li>
63  </ul>  </ul>
64  <p>Examples:</p>  <h4>Example</h4>
65  <ul>    The RCP Browser Example is an example of a simple RCP app.
   <li>RCP Browser Example in project  
     <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser">  
     org.eclipse.ui.examples.rcp.browser</a> in the Eclipse repository.  
66      <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser/readme.html">      <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser/readme.html">
67      Click here for the readme file.</a></li>    Click here for the readme file.</a>
68  </ul>    <p>
69      To run the example (last updated June 11, 2004 for the 3.0 RC2 build):
70      <ol>
71        <li>Download the RCP SDK build from the <a href="http://eclipse.org/downloads/index.php">Downloads</a> page, and extract it to a folder such as <em>c:\browser-example</em>.
72        <li>Download the <a href="org.eclipse.ui.examples.rcp.browser_3.0.0.zip">browser plugin zip</a> and extract it to the eclipse/plugins folder.
73        <li>Replace the eclipse/configuration/config.ini file with the appropriate config file from the browser plugin.  For example, on Windows,
74                copy eclipse/plugins/org.eclipse.ui.examples.rcp.browser_3.0.0/config_win32.ini to eclipse/configuration/config.ini .
75        <li>Run: <code>eclipse.exe</code>.
76      </ol>
77      </p>
78      <p>
79      The browser example's source is available in the Eclipse CVS repository, in project <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ui.examples.rcp.browser">org.eclipse.ui.examples.rcp.browser</a>.
80      </p>
81      <p>
82      </p>
83  </body>  </body>
84    
85  </html>  </html>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16