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"

(Screencasts)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(5 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===
+
 
+
Scout Video Tutorials are hosted on the youtube [http://www.youtube.com/user/eclipsescout Eclipse Scout channel].
+
 
+
The video tutorial series below steps you through the creation of a simple client server application. The tutorial begins with starting up the Eclipse Scout package (Part 1) and ends with deploying and running the Scout application on a Tomcat webserver.
+
 
+
* [http://www.youtube.com/watch?v=cDsKszUY56Q Create a new Scout Project (Part 1)]
+
[[Image:2012_scout_videotutorial_1a.png|400px]] [[Image:2012_scout_videotutorial_1b.png|400px]]
+
 
+
Starting up Eclipse, selecting a workspace and creating a new Scout application project
+
 
+
* [http://www.youtube.com/watch?v=qpZby2q7QnM Start a Scout Application (Part 2)]
+
[[Image:2012_scout_videotutorial_2a.png|400px]] [[Image:2012_scout_videotutorial_2b.png|400px]]
+
 
+
Starting the scout server application and the scout client applications from within the Scout SDK
+
 
+
* [http://www.youtube.com/watch?v=v1Ahx2-2zgo Create a new Form (Part 3)]
+
[[Image:2012_scout_videotutorial_3a.png|400px]] [[Image:2012_scout_videotutorial_3b.png|400px]]
+
 
+
In the Scout Explorer, add a "Hello World" form (dialog) to the Scout application
+
 
+
* [http://www.youtube.com/watch?v=iME8AvquEZk Add Form Fields (Part 4)]
+
[[Image:2012_scout_videotutorial_4a.png|400px]] [[Image:2012_scout_videotutorial_4b.png|400px]]
+
 
+
Add fields to the newly created "Hello World" form, customize field properties in the Scout Object Properties
+
 
+
* [http://www.youtube.com/watch?v=CuxC05kh9uw Create the Server Code (Part 5)]
+
[[Image:2012_scout_videotutorial_5a.png|400px]] [[Image:2012_scout_videotutorial_5b.png|400px]]
+
 
+
Add the Scout server code to load and save data from the "Hello World" form
+
 
+
* [http://www.youtube.com/watch?v=hmx6FQMWmSk Link the Hello World Form to the Desktop (Part 6)]
+
[[Image:2012_scout_videotutorial_6a.png|400px]] [[Image:2012_scout_videotutorial_6b.png|400px]]
+
 
+
Add a button to the applications desktop to open the "Hello World" form
+
 
+
* [http://www.youtube.com/watch?v=gY-W74ymns4 Deploy your Application to a Tomcat Webserver (Part 7)]
+
[[Image:2012_scout_videotutorial_7a.png|400px]] [[Image:2012_scout_videotutorial_7b.png|400px]]
+
[[Image:2012_scout_videotutorial_7c.png|400px]] [[Image:2012_scout_videotutorial_7d.png|400px]]
+
 
+
Export the Scout application into two WAR files. One for the Scout server including a zipped SWT client and one WAR file for the web client
+
 
+
==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