<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to MainUserManual</title><link>https://sourceforge.net/p/rcpforms/doc/MainUserManual/</link><description>Recent changes to MainUserManual</description><atom:link href="https://sourceforge.net/p/rcpforms/doc/MainUserManual/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2014 09:13:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rcpforms/doc/MainUserManual/feed" rel="self" type="application/rss+xml"/><item><title>MainUserManual modified by Remo Loetscher</title><link>https://sourceforge.net/p/rcpforms/doc/MainUserManual/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="rcp-forms-user-manual-contents"&gt;RCP Forms User Manual Contents&lt;/h1&gt;
&lt;p&gt;This user manual is maintained in the Wiki, thus improvement contributions are welcome ! &lt;br /&gt;
RCPForms offers different layers which you can use independently to suite your specific needs. &lt;/p&gt;
&lt;p&gt;If you still don't know if you need RCPForms, these topics might give you a birds eye perspective on what you need and if and how rcpforms helps you in creating your rcp application. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Definition of the &lt;a class="" href="/p/rcpforms/doc/ManualRoles/"&gt;roles&lt;/a&gt; which are used during the development with RCP Forms. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../MainPreconditions"&gt;Preconditions&lt;/a&gt; defines which versions of Eclipse and Java you need to get started, which architectural constraints they place on your projects and which skills you need. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/p/rcpforms/doc/MainGettingStarted/"&gt;Getting started&lt;/a&gt; shows you how to get up and running fast. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../MainAdvantages"&gt;Why do I need this ?&lt;/a&gt; explains the main advantages of using RCPForms and gives you a quick view of the example application. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.mvmsoft.de/content/plugins/rcpforms/rcpforms.htm#features" rel="nofollow"&gt;Features&lt;/a&gt; shows you what RCPForms offers in an easy to read overview. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now lets dig into details. Essential for the understanding of RCPForms is the layering, thus most information is sorted by layer. &lt;br /&gt;
Of course it is recommended to use all layers of rcpforms, since this gives you the most benefit; but legacy code and other constraints &lt;br /&gt;
may let you choose to only take advantage e.g. of the widget wrapper layer or the table support. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a class="" href="/p/rcpforms/doc/ManualLayers/"&gt;Layers and Plugins Map&lt;/a&gt; defines the different layers and plugins and provides more usage details for each layer. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/p/rcpforms/doc/ManualCoreConcepts/"&gt;Core Concepts&lt;/a&gt; gives you an overview of the core architecture and the concepts used. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../ManualHowtos"&gt;Howtos&lt;/a&gt; defines a scenario-based quick start into solving your problems with RCPForms &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/p/rcpforms/doc/ManualCustomizingAndExtending/"&gt;Customizing and Extending RCPForms&lt;/a&gt; will give an idea where and how you can customize the appearance of Forms, Data Binding, and other behavior. It also describes how you can add custom composite controls, custom compounds and the internal mechanisms involved in creating and layouting controls, compounds and composites &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../MainFAQ"&gt;FAQ&lt;/a&gt; will contain a collection of frequently asked questions or frequently encountered problems &lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="emf"&gt;EMF?&lt;/h1&gt;
&lt;h2 id="using-emf-with-rcpforms"&gt;Using EMF with RCPForms&lt;/h2&gt;
&lt;p&gt;There is support for EMF available in the svn repository; this allows binding rcpforms to emf models using a model adapter. The code is alpha and expected to have breaking api changes in the future. &lt;br /&gt;
Anyway, the client form code should be mainly the same as for beans, thus only configuration code should change. &lt;/p&gt;
&lt;p&gt;To make EMF work with rcpforms currently some hooks have to be configured to replace data binding by emf bindings, replace converters and validators by emf converters and validators and so on. &lt;br /&gt;
This all is done in EMFFormFactory.configureForEMF(): &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;register EMFModelAdapter: ModelAdapter.registerAdapter(new EMFModelAdapter()); &lt;/li&gt;
&lt;li&gt;overwrite ValidationManager to create EMFUpdateValueStrategy instead of RCPFormsUpdateValueStrategy &lt;/li&gt;
&lt;li&gt;set default converter update strategy: ConverterRegistry.getInstance().setDefaultStrategy(new EMFDefaultConverterUpdateStrategy()); &lt;/li&gt;
&lt;li&gt;set default ObservableListContentProvider: TableUtil.setDefaultContentProviderClass(ObservableListEObjectContentProvider.class); &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is an example available in net.sf.rcpforms.examples.emf in class EMFExampleFormPart which you can start as java application. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Remo Loetscher</dc:creator><pubDate>Tue, 20 May 2014 09:13:19 -0000</pubDate><guid>https://sourceforge.netc771bac65d0a96481f3276b636db178434d4e27f</guid></item></channel></rss>