Im Rahmen des Seminars End-User Development habe ich eine Ausarbeitung erstellt, welche die die visuelle Programmiersprache des Microsoft Robotics Studio auf einen produktiven Einsatz überprüft.
Abstract:
Microsoft möchte die Robotik mit seinem Robotics Studio massentauglich machen. Dazu reicht es nicht aus nur gute Programmbibliotheken bereitzustellen, sondern die Tools müssen die
End-User im Verstehen der komplexen Abläufe unterstützen. Damit [...]
Continue reading about Microsoft Visual Programming Language: End-User Perspektive
The Groovy documentation gives the first hints about how to use the Groovy XML Parser. This post describes how to read an XML file into a groovy class instance. To check for a valid input document advanced XML programs require XSDs for a formal description. Of course the XML processing task becomes more difficult with [...]
Continue reading about How to use Groovy XML Parser with namespaces
Acording to the official Groovy web site Groovy is “an agile dynamic language for the Java Platform with many features that are inspired by languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax.”
Besides all marketing I used Groovy for quite some time and I think it’s a great [...]