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"

(reorganize the page for Kepler videos)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ScoutPage|cat=Overview}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
__NOTOC__
+
 
+
== Videos ==
+
We host and recommend videos about Eclipse Scout on YouTube. See: [http://www.youtube.com/user/eclipsescout Eclipse Scout channel].
+
 
+
=== Video Tutorials Kepler ===
+
The video tutorial series steps you through the creation of a simple client server application. The tutorial begins with starting up the Eclipse Scout package and ends with a simple application presenting a form to change a password. With the same code, you have an application working on Desktop (SWT and Swing), in a webbroser and in a mobile webbrowser.
+
 
+
* [http://www.youtube.com/watch?v=SgbKrZHseTQ&list=PLM9RhoqzsT4Xvkf1lo4ry57JdneEGUJaC Parts 1 & 2: create a new Scout Project & start the Application from the Scout SDK]
+
* [http://www.youtube.com/watch?v=Es3u30NeV6c&list=PLM9RhoqzsT4Xvkf1lo4ry57JdneEGUJaC Part 3: Create a new Form: change password]
+
* [http://www.youtube.com/watch?v=zLfy7ZjF0z0&list=PLM9RhoqzsT4Xvkf1lo4ry57JdneEGUJaC Part 4: Add a button to open the password Form]
+
* [http://www.youtube.com/watch?v=sbhweu56ZsA&list=PLM9RhoqzsT4Xvkf1lo4ry57JdneEGUJaC Part 5: Add fields in the Password From: GroupBox and Fields in the Password Form]
+
* [http://www.youtube.com/watch?v=Yufd8M5kexA&list=PLM9RhoqzsT4Xvkf1lo4ry57JdneEGUJaC Part 6: Implement the business logic client-side (Password Form)]
+
 
+
=== Interviews ===
+
* [http://www.youtube.com/watch?v=5k1nU3_xuDM Eclipse Scout with Andreas Hoegger, BSI AG - EclipseCon France 2013]
+
 
+
=== Presentations ===
+
* [http://www.youtube.com/watch?v=dOd9q_X9CCY Eclipse Day Florence 2012]
+
[[Image:2012_scout_florence_presentation.png]]
+
 
+
==Archive==
+
=== Videos from 2012===
+
==== Video Tutorials Juno ====
+
The video tutorial series steps you through the creation of a simple client server application. The tutorial begins with starting up the Eclipse Scout package and ends with deploying and running the Scout application on a Tomcat webserver.
+
 
+
* [http://www.youtube.com/watch?v=cDsKszUY56Q&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Create a new Scout Project (Part 1)]
+
[[Image:2012_scout_videotutorial_1a.png|200px]] [[Image:2012_scout_videotutorial_1b.png|200px]]
+
 
+
Starting up Eclipse, selecting a workspace and creating a new Scout application project
+
 
+
* [http://www.youtube.com/watch?v=qpZby2q7QnM&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Start a Scout Application (Part 2)]
+
[[Image:2012_scout_videotutorial_2a.png|200px]] [[Image:2012_scout_videotutorial_2b.png|200px]]
+
 
+
Starting the scout server application and the scout client applications from within the Scout SDK
+
 
+
* [http://www.youtube.com/watch?v=v1Ahx2-2zgo&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Create a new Form (Part 3)]
+
[[Image:2012_scout_videotutorial_3a.png|200px]] [[Image:2012_scout_videotutorial_3b.png|200px]]
+
 
+
In the Scout Explorer, add a "Hello World" form (dialog) to the Scout application
+
 
+
* [http://www.youtube.com/watch?v=iME8AvquEZk&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Add Form Fields (Part 4)]
+
[[Image:2012_scout_videotutorial_4a.png|200px]] [[Image:2012_scout_videotutorial_4b.png|200px]]
+
 
+
Add fields to the newly created "Hello World" form, customize field properties in the Scout Object Properties
+
 
+
* [http://www.youtube.com/watch?v=CuxC05kh9uw&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Create the Server Code (Part 5)]
+
[[Image:2012_scout_videotutorial_5a.png|200px]] [[Image:2012_scout_videotutorial_5b.png|200px]]
+
 
+
Add the Scout server code to load and save data from the "Hello World" form
+
 
+
* [http://www.youtube.com/watch?v=hmx6FQMWmSk&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Link the Hello World Form to the Desktop (Part 6)]
+
[[Image:2012_scout_videotutorial_6a.png|200px]] [[Image:2012_scout_videotutorial_6b.png|200px]]
+
 
+
Add a button to the applications desktop to open the "Hello World" form
+
 
+
* [http://www.youtube.com/watch?v=gY-W74ymns4&list=PLM9RhoqzsT4XZZdoUzok4fXhDyXUhdmeb Deploy your Application to a Tomcat Webserver (Part 7)]
+
[[Image:2012_scout_videotutorial_7a.png|200px]] [[Image:2012_scout_videotutorial_7b.png|200px]]
+
[[Image:2012_scout_videotutorial_7c.png|200px]] [[Image:2012_scout_videotutorial_7d.png|200px]]
+
 
+
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
+
 
+
==== Eclipse Scout Goes Mobile ====
+
* [http://www.youtube.com/watch?v=vXxgtGETIQg ECE2012 - Eclipse Scout Goes Mobile]
+
 
+
=== 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]].
+
 
+
==See also==
+
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}
+

Latest revision as of 05:18, 14 March 2024

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

Back to the top