SlideShare une entreprise Scribd logo
1  sur  16
The Radeox Wiki Render Engine

Stephan Schmidt
Stephan Schmidt
 • Computer Science and Philosophy

 • Project manager and development director in several SME

 • 1999 CTO neotis GmbH, Knowledge management with semantic wikis and
    weblogs

 • 2002 Fraunhofer FIRST, Knowledge management for software
    development with wikis

 • WikiSym 2005 Commitee




                                                                 Seite 2
Radeox




                  Render
    __Stephan__            <b>Stephan</b>
                  Engine




                                       Seite 3
Types


                  Custom
                  Parser


        Render    Regex
        Engine    Engine



                 Generated
                  Parser



                             Seite 4
Radeox Wiki Render Engine


  Regex
                   • Regex based Java Render Engine
  Engine

                   • Started as component in SnipSnap Wiki

                   • Created component due to user requests

                   • Relicensed from GPL to ASL

                   • Used in several Java based Wikis




                                                              Seite 5
Wiki Architecture

    JSP, JSF, WebWork,
                                 Web Framework
       Struts, Wicket




                         Markup Rendering
            Radeox
                              Engine               Glue

                           Wiki Existence
                             Manager


          Files, XML,
                                 Storage Backend
          JDBC, JCR
           Hibernate


                                                          Seite 6
Architecture with Render Pipeline
                                              Filter
                                                                  Macros
                                              Pipe


                                             Filter               Macro


                                             Macro                Macro
                                             Filter
                          Render
                          Engine
                                                                  Macro
                                             Filter

                                                                  Macro
          Component
           Container
                                             Filter
        (PicoContainer,
         Spring, J2EE)

                             FilterContext       MacroParameter




                          Render
                          Engine



                                                                           Seite 7
Using the Radeox API

• Java

• Modularized, easy to extend

   • Filters and Macros

• Easy API


   RenderContext context = new BaseRenderContext();
   RenderEngine engine = new BaseRenderEngine();
   String result = engine.render(quot;__Radeox__quot;, context);




                                                     Seite 8
Hello World Macro
{hello}


public class HelloWorldMacro extends BaseMacro {


    public String getName() {
        return quot;helloquot;;
    }


    public void execute(Writer writer, MacroParameter params) {
          writer.write(quot;Hello World!quot;);
    }
}


                                                           Seite X
Customize

radeox_markup.properties:


filter.italic.match = ~~(.*?)~~
filter.italic.print = <i class=quot;italicquot;>$1</i>




                                               Seite 9
Radeox Future

 • Standard markup?

 • Javascript render engine?

 • Parser based render engine with local contexts




                                                    Seite 10
Markups?

h1. TextileHeader1
h2. TextileHeader2
h3. TextileHeader3


==Wikipediasection==
===WikipediaSubsection===
====WikipediaSub-subsection====


1 RadeoxFirstOrderHeading
1.1 RadeoxSecondOrderHeading
1.1.1 RadeoxThirdOrderHeading


                                  Seite 11
Javascript Render Engine

 • Client side Render Engine (Dojo widget?)

 • Works for all Wikis

 • With AJAX less server requests (edit)

 • Can be used on the server-side too




                                              Seite 12
Wiki Content as an Abstract Syntax Tree (AST)
                                                           • Better context awareness
                                   Article



                                                           • Higher level manipulations
                    Section            Section   Section
                                                              (Refactoring...)

                                                           • Template evolution
       Paragraph                  Paragraph
                                                           • People do this already

Text        Bold          Macro




             Text




                                                                                  Seite 13
Dynamic generated Parser
                                           name: bold
• EBNF too complicated, quot;Parser Lingoquot;
                                           parents: text
• Easy definition needed
                                           children: paragraph, text
• Local, independent descriptions

           Local
         Description



           Local               Unified       Parser
                                                        Parser
         Description         Description   Generator



           Local
         Description



                                                                 Seite 14
Thanks




         Matthias L. Jugel
         Fraunhofer FIRST
         matthias.jugel@first.fraunhofer.de


         Stephan J. Schmidt
         Fraunhofer FIRST
         stephan.schmidt@first.fraunhofer.de


                                              Seite 15

Contenu connexe

Similaire à The Radeox Wiki Render Engine

2006 Esug Omnibrowser
2006 Esug Omnibrowser2006 Esug Omnibrowser
2006 Esug Omnibrowserbergel
 
Building single page applications
Building single page applicationsBuilding single page applications
Building single page applicationsSC5.io
 
Drupal 6 JavaScript and jQuery
Drupal 6 JavaScript and jQueryDrupal 6 JavaScript and jQuery
Drupal 6 JavaScript and jQueryMatt Butcher
 
Mozilla In Malaysia
Mozilla In MalaysiaMozilla In Malaysia
Mozilla In MalaysiaGen Kanai
 
Isomorphic JavaScript with Nashorn
Isomorphic JavaScript with NashornIsomorphic JavaScript with Nashorn
Isomorphic JavaScript with NashornMaxime Najim
 
Server Side Javascript
Server Side JavascriptServer Side Javascript
Server Side Javascriptrajivmordani
 
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012Alexandre Morgaut
 
Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29Alexandre Morgaut
 
New Features of Java7 SE
New Features of Java7 SENew Features of Java7 SE
New Features of Java7 SEdogangoko
 
Memcached, presented to LCA2010
Memcached, presented to LCA2010Memcached, presented to LCA2010
Memcached, presented to LCA2010Mark Atwood
 
JAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScriptJAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScriptmartinlippert
 
What’s new in Nuxeo 5.2?
What’s new in Nuxeo 5.2?What’s new in Nuxeo 5.2?
What’s new in Nuxeo 5.2?Nuxeo
 
Optaros Surf Code Camp Introduction
Optaros Surf Code Camp IntroductionOptaros Surf Code Camp Introduction
Optaros Surf Code Camp IntroductionJeff Potts
 
Web Performance Acceleration with Strangeloop AS1000
Web Performance Acceleration with Strangeloop AS1000Web Performance Acceleration with Strangeloop AS1000
Web Performance Acceleration with Strangeloop AS1000Thomas Stensitzki
 
State of the art: server-side javaScript - NantesJS
State of the art: server-side javaScript - NantesJSState of the art: server-side javaScript - NantesJS
State of the art: server-side javaScript - NantesJSAlexandre Morgaut
 
MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008
MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008
MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008ChemAxon
 
Cross-Platform Mobile Chemistry Apps
Cross-Platform Mobile Chemistry AppsCross-Platform Mobile Chemistry Apps
Cross-Platform Mobile Chemistry AppsRichard Apodaca
 
Web(abap introduction)
Web(abap introduction)Web(abap introduction)
Web(abap introduction)Kranthi Kumar
 
In Pursuit of the Holy Grail: Building Isomorphic JavaScript Apps
In Pursuit of the Holy Grail: Building Isomorphic JavaScript AppsIn Pursuit of the Holy Grail: Building Isomorphic JavaScript Apps
In Pursuit of the Holy Grail: Building Isomorphic JavaScript AppsSpike Brehm
 

Similaire à The Radeox Wiki Render Engine (20)

2006 Esug Omnibrowser
2006 Esug Omnibrowser2006 Esug Omnibrowser
2006 Esug Omnibrowser
 
Building single page applications
Building single page applicationsBuilding single page applications
Building single page applications
 
Drupal 6 JavaScript and jQuery
Drupal 6 JavaScript and jQueryDrupal 6 JavaScript and jQuery
Drupal 6 JavaScript and jQuery
 
Mozilla In Malaysia
Mozilla In MalaysiaMozilla In Malaysia
Mozilla In Malaysia
 
Isomorphic JavaScript with Nashorn
Isomorphic JavaScript with NashornIsomorphic JavaScript with Nashorn
Isomorphic JavaScript with Nashorn
 
Server Side Javascript
Server Side JavascriptServer Side Javascript
Server Side Javascript
 
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012
 
Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29
 
New Features of Java7 SE
New Features of Java7 SENew Features of Java7 SE
New Features of Java7 SE
 
Memcached, presented to LCA2010
Memcached, presented to LCA2010Memcached, presented to LCA2010
Memcached, presented to LCA2010
 
Jspx Jdc2010
Jspx Jdc2010Jspx Jdc2010
Jspx Jdc2010
 
JAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScriptJAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScript
 
What’s new in Nuxeo 5.2?
What’s new in Nuxeo 5.2?What’s new in Nuxeo 5.2?
What’s new in Nuxeo 5.2?
 
Optaros Surf Code Camp Introduction
Optaros Surf Code Camp IntroductionOptaros Surf Code Camp Introduction
Optaros Surf Code Camp Introduction
 
Web Performance Acceleration with Strangeloop AS1000
Web Performance Acceleration with Strangeloop AS1000Web Performance Acceleration with Strangeloop AS1000
Web Performance Acceleration with Strangeloop AS1000
 
State of the art: server-side javaScript - NantesJS
State of the art: server-side javaScript - NantesJSState of the art: server-side javaScript - NantesJS
State of the art: server-side javaScript - NantesJS
 
MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008
MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008
MarvinSketch and MarvinView: Tips And Tricks: US UGM 2008
 
Cross-Platform Mobile Chemistry Apps
Cross-Platform Mobile Chemistry AppsCross-Platform Mobile Chemistry Apps
Cross-Platform Mobile Chemistry Apps
 
Web(abap introduction)
Web(abap introduction)Web(abap introduction)
Web(abap introduction)
 
In Pursuit of the Holy Grail: Building Isomorphic JavaScript Apps
In Pursuit of the Holy Grail: Building Isomorphic JavaScript AppsIn Pursuit of the Holy Grail: Building Isomorphic JavaScript Apps
In Pursuit of the Holy Grail: Building Isomorphic JavaScript Apps
 

Dernier

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Dernier (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

The Radeox Wiki Render Engine

  • 1. The Radeox Wiki Render Engine Stephan Schmidt
  • 2. Stephan Schmidt • Computer Science and Philosophy • Project manager and development director in several SME • 1999 CTO neotis GmbH, Knowledge management with semantic wikis and weblogs • 2002 Fraunhofer FIRST, Knowledge management for software development with wikis • WikiSym 2005 Commitee Seite 2
  • 3. Radeox Render __Stephan__ <b>Stephan</b> Engine Seite 3
  • 4. Types Custom Parser Render Regex Engine Engine Generated Parser Seite 4
  • 5. Radeox Wiki Render Engine Regex • Regex based Java Render Engine Engine • Started as component in SnipSnap Wiki • Created component due to user requests • Relicensed from GPL to ASL • Used in several Java based Wikis Seite 5
  • 6. Wiki Architecture JSP, JSF, WebWork, Web Framework Struts, Wicket Markup Rendering Radeox Engine Glue Wiki Existence Manager Files, XML, Storage Backend JDBC, JCR Hibernate Seite 6
  • 7. Architecture with Render Pipeline Filter Macros Pipe Filter Macro Macro Macro Filter Render Engine Macro Filter Macro Component Container Filter (PicoContainer, Spring, J2EE) FilterContext MacroParameter Render Engine Seite 7
  • 8. Using the Radeox API • Java • Modularized, easy to extend • Filters and Macros • Easy API RenderContext context = new BaseRenderContext(); RenderEngine engine = new BaseRenderEngine(); String result = engine.render(quot;__Radeox__quot;, context); Seite 8
  • 9. Hello World Macro {hello} public class HelloWorldMacro extends BaseMacro { public String getName() { return quot;helloquot;; } public void execute(Writer writer, MacroParameter params) { writer.write(quot;Hello World!quot;); } } Seite X
  • 11. Radeox Future • Standard markup? • Javascript render engine? • Parser based render engine with local contexts Seite 10
  • 12. Markups? h1. TextileHeader1 h2. TextileHeader2 h3. TextileHeader3 ==Wikipediasection== ===WikipediaSubsection=== ====WikipediaSub-subsection==== 1 RadeoxFirstOrderHeading 1.1 RadeoxSecondOrderHeading 1.1.1 RadeoxThirdOrderHeading Seite 11
  • 13. Javascript Render Engine • Client side Render Engine (Dojo widget?) • Works for all Wikis • With AJAX less server requests (edit) • Can be used on the server-side too Seite 12
  • 14. Wiki Content as an Abstract Syntax Tree (AST) • Better context awareness Article • Higher level manipulations Section Section Section (Refactoring...) • Template evolution Paragraph Paragraph • People do this already Text Bold Macro Text Seite 13
  • 15. Dynamic generated Parser name: bold • EBNF too complicated, quot;Parser Lingoquot; parents: text • Easy definition needed children: paragraph, text • Local, independent descriptions Local Description Local Unified Parser Parser Description Description Generator Local Description Seite 14
  • 16. Thanks Matthias L. Jugel Fraunhofer FIRST matthias.jugel@first.fraunhofer.de Stephan J. Schmidt Fraunhofer FIRST stephan.schmidt@first.fraunhofer.de Seite 15