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 Testing Day 2013 Talks"

(New page: = Talks<br> = Back to [http://wiki.eclipse.org/Eclipse_Testing_Day_2013 Testing Day 2013 page] == Keynote: Flying sharks with Eclipse m2m <br> == Did you ever hold a shark as a pet? ...)
 
Line 3: Line 3:
 
Back to [http://wiki.eclipse.org/Eclipse_Testing_Day_2013 Testing Day 2013 page]  
 
Back to [http://wiki.eclipse.org/Eclipse_Testing_Day_2013 Testing Day 2013 page]  
  
== Keynote: Flying sharks with Eclipse m2m <br>  ==
+
== Keynote: Flying sharks with Eclipse m2m<br>  ==
  
 
Did you ever hold a shark as a pet? Those of you who already had the chance to live under the same roof with such an animal will know, that they are very hard to tame. They are mainly driven by their instincts and you need to ensure that they remember their lessons learned over and over again.  
 
Did you ever hold a shark as a pet? Those of you who already had the chance to live under the same roof with such an animal will know, that they are very hard to tame. They are mainly driven by their instincts and you need to ensure that they remember their lessons learned over and over again.  
Line 15: Line 15:
 
'''Florian Pirchner'''<br>  
 
'''Florian Pirchner'''<br>  
  
Florian Pirchner is an independent software engineer and works in the area of business applications for many years. He publishes articles for java and eclipse magazine and is project lead of the open source project “lunifera.org – OSGi composites for business applications”. The project aims to provide a very comfortable way to write applications based on Xtext DLSs. To cover more than just business processes, lunifera.org will also integrate machine to machine protocols to get a deep integration.<br>
+
Florian Pirchner is an independent software engineer and works in the area of business applications for many years. He publishes articles for java and eclipse magazine and is project lead of the open source project “lunifera.org – OSGi composites for business applications”. The project aims to provide a very comfortable way to write applications based on Xtext DLSs. To cover more than just business processes, lunifera.org will also integrate machine to machine protocols to get a deep integration.<br>  
  
 
<br>
 
<br>

Revision as of 04:38, 31 July 2013

Talks

Back to Testing Day 2013 page

Keynote: Flying sharks with Eclipse m2m

Did you ever hold a shark as a pet? Those of you who already had the chance to live under the same roof with such an animal will know, that they are very hard to tame. They are mainly driven by their instincts and you need to ensure that they remember their lessons learned over and over again.

Based on an electronic shark we will demonstrate how m2m.eclipse.org may be used to control a shark remotely. A lunifera.org vaadin web UI will send commands to the shark, who will execute them properly. Single commands and complex maneuver commands may be processed.

To ensure that the shark remembers its previous lessons “taught” we will use unit tests. They will send predefined commands to the shark. Using ultrasonic sensors the unit tests get results about the location of the shark in the three dimensional room and will assert that the shark glides through the air – sorry swims - smoothly.

The second test we will execute by unit tests is to ensure that the hardware parts are working properly. If commands are executed on hardware level, the hardware will send an “execution done response” to the unit test. So we are also able to test the proper functionality of hardware stuff.

Florian Pirchner

Florian Pirchner is an independent software engineer and works in the area of business applications for many years. He publishes articles for java and eclipse magazine and is project lead of the open source project “lunifera.org – OSGi composites for business applications”. The project aims to provide a very comfortable way to write applications based on Xtext DLSs. To cover more than just business processes, lunifera.org will also integrate machine to machine protocols to get a deep integration.


Back to the top