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"

(Create a new scout project and a form)
(Presentations)
(37 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{ScoutPage|cat=Overview}}
 
{{ScoutPage|cat=Overview}}
 +
__NOTOC__
  
This page lists the screencasts explaining how to use Eclipse Scout.
+
== Videos ==
 +
We host and recommend videos about Eclipse Scout on YouTube. See: [http://www.youtube.com/user/eclipsescout Eclipse Scout channel].
  
==Screencasts==
+
=== Video Tutorials Kepler ===
{{note|TODO|Add a short description for each video}}
+
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.
  
===Create a new scout project and a form===
+
* [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]]
 +
 
 +
* [http://www.youtube.com/watch?v=R6ya6cQfqug EclipseCon Europe 2013 - Which UI technology should I marry?]
 +
[[Image:ece2013_which_ui_technology_should_i_marry.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]]
 
[[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]
 
[http://www.youtube.com/watch?v=1iCKib1gTkk 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.
+
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]]
  
 
[http://www.youtube.com/watch?v=aUKVmZIRdV4 Eclipse Scout - How to create fields]
 
[http://www.youtube.com/watch?v=aUKVmZIRdV4 Eclipse Scout - How to create fields]
  
===Load data into a form===
+
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]]
 
[[Image:Video_HowToLoadData.png|border|250px|How to load data]]
  
 
[http://www.youtube.com/watch?v=AnZYptB7uIk Eclipse Scout - 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==
 
==See also==
 
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}
 
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}

Revision as of 03:12, 2 January 2014

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


Videos

We host and recommend videos about Eclipse Scout on YouTube. See: 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.

Interviews

Presentations

2012 scout florence presentation.png

Ece2013 which ui technology should i marry.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.

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

Eclipse Scout Goes Mobile

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.

See also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.