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/Screencasts/3.8"

(Screencasts/Webinars)
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
This pages list Scout 3.8 Screencast / Tutorials  
 
This pages list Scout 3.8 Screencast / Tutorials  
  
{{ScoutPage|cat=Overview}}
+
== Eclipse Scout 3.8 Videos  ==
  
This page lists screencasts and video tutorials explaining how to use Eclipse Scout 3.8.
+
=== Eclipse Scout 3.8 - Getting Started video series  ===
  
== Screencasts/Webinars ==
+
[http://www.youtube.com/watch?v=cDsKszUY56Q&feature=plcp Video 1: Create a new Scout Project] (duration 1.34 )
  
=== Scout Overview and Implementation of a Demo Application ===
+
*creation of a new scout project
 +
 
 +
[http://www.youtube.com/watch?v=qpZby2q7QnM&feature=plcp Video 2: Start a Scout application] (duration 1.33 )
 +
 
 +
*launch Scout server, then start clients: Swing, SWT, RAP (web)
 +
 
 +
[http://www.youtube.com/watch?v=v1Ahx2-2zgo&feature=plcp Video 3: Create a new Form] (duration 1.54 )
 +
 
 +
*creates a brand new form, with internationalization
 +
 
 +
[http://www.youtube.com/watch?v=iME8AvquEZk&feature=plcp Video 4: Add Form Fields] (duration 1.53 )
 +
 
 +
*add button and text field to newly created form
 +
 
 +
[http://www.youtube.com/watch?v=CuxC05kh9uw&feature=plcp Video 5: Create the Server Code] (duration 2.04 )
 +
 
 +
*add business methods for server save and load of form data
 +
 
 +
[http://www.youtube.com/watch?v=hmx6FQMWmSk&feature=plcp Video 6: Link the Hello World Form to the Desktop] (duration 3.14 )
 +
 
 +
*add a button on desktop form that launches our custom form
 +
 
 +
[http://www.youtube.com/watch?v=gY-W74ymns4&feature=plcp Video 7: Deploy your Application to a Tomcat Webserver] (duration 4.15 )
 +
 
 +
*export application to a tomcat server, then launch deployed application
 +
*download a SWT client from deployed app, that accesses data on tomcat server
 +
 
 +
 
 +
=== Eclipse Conferences videos  ===
 +
 
 +
[http://www.youtube.com/watch?v=dOd9q_X9CCY&feature=plcp Eclipse Day Florence 2012]: Zimmermann-Hoegger, Multifrontend Business (21.25)

Revision as of 08:22, 4 July 2012

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

This pages list Scout 3.8 Screencast / Tutorials

Eclipse Scout 3.8 Videos

Eclipse Scout 3.8 - Getting Started video series

Video 1: Create a new Scout Project (duration 1.34 )

  • creation of a new scout project

Video 2: Start a Scout application (duration 1.33 )

  • launch Scout server, then start clients: Swing, SWT, RAP (web)

Video 3: Create a new Form (duration 1.54 )

  • creates a brand new form, with internationalization

Video 4: Add Form Fields (duration 1.53 )

  • add button and text field to newly created form

Video 5: Create the Server Code (duration 2.04 )

  • add business methods for server save and load of form data

Video 6: Link the Hello World Form to the Desktop (duration 3.14 )

  • add a button on desktop form that launches our custom form

Video 7: Deploy your Application to a Tomcat Webserver (duration 4.15 )

  • export application to a tomcat server, then launch deployed application
  • download a SWT client from deployed app, that accesses data on tomcat server


Eclipse Conferences videos

Eclipse Day Florence 2012: Zimmermann-Hoegger, Multifrontend Business (21.25)

Back to the top