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 "Scout/Overview/Screencasts"

(Video Tutorials)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Overview}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
This page lists the screencasts explaining how to use Eclipse Scout.
+
 
+
==Screencasts==
+
 
+
===Video Tutorials===
+
 
+
Tutorials are hosted on the youtube [http://www.youtube.com/user/eclipsescout Eclipse Scout channel].
+
 
+
# [http://www.youtube.com/watch?v=cDsKszUY56Q Create a new Scout Project (Part 1)]
+
# [http://www.youtube.com/watch?v=qpZby2q7QnM Start a Scout Application (Part 2)]
+
# [http://www.youtube.com/watch?v=v1Ahx2-2zgo Create a new Form (Part 3)]
+
# [http://www.youtube.com/watch?v=iME8AvquEZk Add Form Fields (Part 4)]
+
# [http://www.youtube.com/watch?v=CuxC05kh9uw Create the Server Code (Part 5)]
+
# [http://www.youtube.com/watch?v=hmx6FQMWmSk Link the Hello World Form to the Desktop (Part 6)]
+
# [http://www.youtube.com/watch?v=gY-W74ymns4 Deploy your Application to a Tomcat Webserver (Part 7)]
+
 
+
==See also==
+
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}
+
 
+
==Archive==
+
 
+
=== Videos from 2011===
+
====Scout Overview and Implementation of a Demo Application====
+
[http://live.eclipse.org/node/1020 Scout Webinar] of May 17, 2011 (total running time is 39:49 )
+
 
+
===Videos from 2010 ===
+
====Create a new scout project and a form====
+
[[Image:Video_HowToCreateAForm.png|border|250px|How to create a form]]
+
 
+
[http://www.youtube.com/watch?v=1iCKib1gTkk Eclipse Scout - How to create a form]
+
 
+
The video shows how a new Scout project and [[Scout/Concepts/Form|a form]] can be created using the Scout SDK.
+
 
+
====Adding fields to a form====
+
[[Image:Video_HowToCreateFields.png|border|250px|How to create fields]]
+
 
+
[http://www.youtube.com/watch?v=aUKVmZIRdV4 Eclipse Scout - How to create fields]
+
 
+
The video shows how to create [[Scout/Concepts/Field|fields]] on [[Scout/Concepts/Form|a form]] using the Scout SDK.
+
 
+
====Load data into a form====
+
[[Image:Video_HowToLoadData.png|border|250px|How to load data]]
+
 
+
[http://www.youtube.com/watch?v=AnZYptB7uIk Eclipse Scout - How to load data]
+
 
+
The video shows how to load data with a [[Scout/HowTo/Create_a_Process_Service | Scout Process Service]].
+

Latest revision as of 05:18, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top