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"

(Archive)
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{ScoutPage|cat=Overview}}
 
{{ScoutPage|cat=Overview}}
 +
__NOTOC__
  
This page lists the screencasts explaining how to use Eclipse Scout.
+
==Screencasts==
  
==Screencasts/Webinars==
+
===Video Tutorials===
  
===Scout Overview and Implementation of a Demo Application===
+
Scout Video Tutorials are hosted on the youtube [http://www.youtube.com/user/eclipsescout Eclipse Scout channel].
 +
 
 +
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 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
 +
 
 +
===Presentations===
 +
 
 +
* [http://www.youtube.com/watch?v=dOd9q_X9CCY Eclipse Day Florence 2012]
 +
[[Image:2012_scout_florence_presentation.png]]
 +
 
 +
==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 )
 
[http://live.eclipse.org/node/1020 Scout Webinar] of May 17, 2011 (total running time is 39:49 )
  
===Create a new scout project and a form===
+
===Videos from 2010 ===
 +
====Create a new scout project and a form====
 
[[Image:Video_HowToCreateAForm.png|border|250px|How to create a form]]
 
[[Image:Video_HowToCreateAForm.png|border|250px|How to create a form]]
  
Line 15: Line 68:
 
The video shows how a new Scout project and [[Scout/Concepts/Form|a form]] can be created using the Scout SDK.
 
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===
+
====Adding fields to a form====
 
[[Image:Video_HowToCreateFields.png|border|250px|How to create fields]]
 
[[Image:Video_HowToCreateFields.png|border|250px|How to create fields]]
  
Line 22: Line 75:
 
The video shows how to create [[Scout/Concepts/Field|fields]] on [[Scout/Concepts/Form|a form]] using the Scout SDK.
 
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===
+
====Load data into a form====
 
[[Image:Video_HowToLoadData.png|border|250px|How to load data]]
 
[[Image:Video_HowToLoadData.png|border|250px|How to load data]]
  
Line 28: Line 81:
  
 
The video shows how to load data with a [[Scout/HowTo/Create_a_Process_Service | Scout Process Service]].
 
The video shows how to load data with a [[Scout/HowTo/Create_a_Process_Service | Scout Process Service]].
 
==Archive==
 
 
For screencasts related to older Eclipse Scout releases check the {{ScoutLink|Overview|Screencasts|Archive|name=Archive}}
 
 
==See also==
 
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}
 

Revision as of 09:51, 5 July 2012

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


Screencasts

Video Tutorials

Scout Video Tutorials are hosted on the youtube Eclipse Scout channel.

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.

2012 scout videotutorial 1a.png 2012 scout videotutorial 1b.png

Starting up Eclipse, selecting a workspace and creating a new Scout application project

2012 scout videotutorial 2a.png 2012 scout videotutorial 2b.png

Starting the scout server application and the scout client applications from within the Scout SDK

2012 scout videotutorial 3a.png 2012 scout videotutorial 3b.png

In the Scout Explorer, add a "Hello World" form (dialog) to the Scout application

2012 scout videotutorial 4a.png 2012 scout videotutorial 4b.png

Add fields to the newly created "Hello World" form, customize field properties in the Scout Object Properties

2012 scout videotutorial 5a.png 2012 scout videotutorial 5b.png

Add the Scout server code to load and save data from the "Hello World" form

2012 scout videotutorial 6a.png 2012 scout videotutorial 6b.png

Add a button to the applications desktop to open the "Hello World" form

2012 scout videotutorial 7a.png 2012 scout videotutorial 7b.png 2012 scout videotutorial 7c.png 2012 scout videotutorial 7d.png

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

Presentations

2012 scout florence presentation.png

See also

Archive

Videos from 2011

Scout Overview and Implementation of a Demo Application

Scout Webinar of May 17, 2011 (total running time is 39:49 )

Videos from 2010

Create a new scout project and a form

How to create a form

Eclipse Scout - How to create a form

The video shows how a new Scout project and a form can be created using the Scout SDK.

Adding fields to a form

How to create fields

Eclipse Scout - How to create fields

The video shows how to create fields on a form using the Scout SDK.

Load data into a form

How to load data

Eclipse Scout - How to load data

The video shows how to load data with a Scout Process Service.

Back to the top