Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Riena/Snippets"

m (Snippets)
(Snippets)
Line 13: Line 13:
 
== Snippets ==
 
== Snippets ==
  
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.riena/org.eclipse.riena.sample.app.server/src/org/eclipse/riena/internal/sample/app/server/Activator.java?root=RT_Project&view=markup '''Hello World''']
+
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.riena/org.eclipse.riena.sample.snippets/src/org/eclipse/riena/sample/snippets/SnippetHelloWorld.java?root=RT_Project&view=markup '''Hello World''']
  
 
* '''Text Ridget'''
 
* '''Text Ridget'''
** [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.riena/org.eclipse.riena.sample.app.server/src/org/eclipse/riena/internal/sample/app/server/Activator.java?root=RT_Project&view=markup Text field ridget with minimum length validation rule and direct writing]
+
** [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.riena/org.eclipse.riena.sample.snippets/src/org/eclipse/riena/sample/snippets/SnippetTextRidget001.java?root=RT_Project&view=markup Text field ridget with minimum length validation rule and direct writing]
 
+
'''TODO fix links to snippets'''
+
  
 
[[Category:Riena]]
 
[[Category:Riena]]

Revision as of 15:40, 19 August 2008

What are Snippets?

Riena Snippets are small stand-alone programs that demonstrate specific techniques or functionality. Often a small example is the easiest way to understand how to use a particular feature.

To run a snippet... TODO ...

Note that the snippets are edited for brevity rather than completeness. They are intended to guide the reader towards the correct solution, rather than be finished products. They are tested against the HEAD stream and may sometimes reference new API or require bug fixes from there.

Snippets also help isolate problems. The best way to report an Riena bug is to write your own snippet showing the problem and paste it into the bug report. For a snippet template, see the "Hello World" example.

To contribute a new snippet, create a snippet contribution in Bugzilla. Thanks in advance for your contribution!

Snippets

Back to the top