Cantitate/Preț
Produs

Code Generation with Templates: Atlantis Studies in Computing, cartea 1

Autor Jeroen Arnoldus, Mark van den Brand, A. Serebrenik, J.J. Brunekreef
en Limba Engleză Paperback – 12 iun 2014
Templates are used to generate all kinds of text, including computer code. The last decade, the use of templates gained a lot of popularity due to the increase of dynamic web applications. Templates are a tool for programmers, and implementations of template engines are most times based on practical experience rather than based on a theoretical background.
 
This book reveals the mathematical background of templates and shows interesting findings for improving the practical use of templates.
First, a framework to determine the necessary computational power for the template metalanguage is presented. The template metalanguage does not need to be Turing-complete to be useful. A non-Turing-complete metalanguage enforces separation of concerns between the view and model.
Second, syntactical correctness of all languages of the templates and generated code is ensured. This includes the syntactical correctness of the template metalanguage and the output language. Third, case studies show that the achieved goals are applicable in practice. It is even shown that syntactical correctness helps to prevent cross-site scripting attacks in web applications.
 
The target audience of this book is twofold. The first group exists of researcher interested in the mathematical background of templates. The second group exists of users of templates. This includes designers of template engines on one side and programmers and web designers using templates on the other side
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 63586 lei  43-57 zile
  ATLANTIS PRESS – 12 iun 2014 63586 lei  43-57 zile
Hardback (1) 64680 lei  43-57 zile
  ATLANTIS PRESS – 23 mai 2012 64680 lei  43-57 zile

Din seria Atlantis Studies in Computing

Preț: 63586 lei

Preț vechi: 79482 lei
-20% Nou

Puncte Express: 954

Preț estimativ în valută:
12168 12627$ 10171£

Carte tipărită la comandă

Livrare economică 17-31 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9789462390522
ISBN-10: 9462390525
Pagini: 216
Ilustrații: IX, 204 p. 100 illus., 2 illus. in color.
Dimensiuni: 155 x 235 x 11 mm
Greutate: 0.31 kg
Ediția:2012
Editura: ATLANTIS PRESS
Colecția Atlantis Press
Seria Atlantis Studies in Computing

Locul publicării:Paris, Netherlands

Public țintă

Research

Cuprins

Introduction.- Preliminaries.- The Unparser.- The Metalanguage.- Syntax-Safe Templates.- Repleo: Syntax-Safe Template Evaluation.- Case Studies.- Conclusions.

Caracteristici

There is no fundamental literature on the topic of (web) templates The book shows the fundamental properties and languages of templates Two case-studies show improvement of separation of concerns and re-use by using a two-stage architecture based on templates instead of a single stage implementation Syntax-safe templates prevent cross-site scripting by means of compact grammar definitions Includes supplementary material: sn.pub/extras