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 "Eclipse Summit Europe 2010 RT Tutorial Democamp"

(RT Demo Camp)
(ESE RT Tutorial and Demo Camp)
Line 4: Line 4:
  
 
==Agenda==
 
==Agenda==
 
  
 
== RT Tutorial ==
 
== RT Tutorial ==
 +
 +
With the Eclipse community expanding its offerings in the Runtime space (Eclipse RT) many developers are interested in figuring out what this means and how they can leverage Eclipse RT projects. This tutorial will introduce Eclipse RT: what projects are available, what they can do, and most importantly how to use them together and will focus on providing some basic how-to understanding so that developers new to Eclipse RT can start to leverage these valuable technologies in their own projects.
 +
 +
This tutorial will walk attendees through the construction of a simple OSGi Web application that uses a few of the available Eclipse RT projects including Jetty, EclipseLink, Gemini, and Equinox. The hands on portion of this tutorial will be developed using the Eclipse IDE which offers excellent support for JSP/JSF (Jetty), JPA (EclipseLink/Gemini), and OSGi (Equinox) development. The combination of Eclipse RT and the Eclipse IDE provides an ideal development environment for the tutorial and we will see how projects like Dali, PDE, and WTP JSF tools provide a build, edit, debug environment for Eclipse RT development.
  
 
== RT Demo Camp ==
 
== RT Demo Camp ==
  
 
In the demo camp several projects will present what they are doing in a short demo with minimal or no slides.
 
In the demo camp several projects will present what they are doing in a short demo with minimal or no slides.

Revision as of 20:19, 14 October 2010

ESE RT Tutorial and Demo Camp

This year at Eclipse Summit Europe we'll be running a 1/2 day tutorial and demo camp highlighting many RT and RT related technologies.

Agenda

RT Tutorial

With the Eclipse community expanding its offerings in the Runtime space (Eclipse RT) many developers are interested in figuring out what this means and how they can leverage Eclipse RT projects. This tutorial will introduce Eclipse RT: what projects are available, what they can do, and most importantly how to use them together and will focus on providing some basic how-to understanding so that developers new to Eclipse RT can start to leverage these valuable technologies in their own projects.

This tutorial will walk attendees through the construction of a simple OSGi Web application that uses a few of the available Eclipse RT projects including Jetty, EclipseLink, Gemini, and Equinox. The hands on portion of this tutorial will be developed using the Eclipse IDE which offers excellent support for JSP/JSF (Jetty), JPA (EclipseLink/Gemini), and OSGi (Equinox) development. The combination of Eclipse RT and the Eclipse IDE provides an ideal development environment for the tutorial and we will see how projects like Dali, PDE, and WTP JSF tools provide a build, edit, debug environment for Eclipse RT development.

RT Demo Camp

In the demo camp several projects will present what they are doing in a short demo with minimal or no slides.

Back to the top