doc/book/en/intro/concepts/index.rst
changeset 4442 7bc0e4ed4109
parent 4437 21f2e01fdd6a
child 4446 a413fac5ff5e
equal deleted inserted replaced
4441:550cf406dbc6 4442:7bc0e4ed4109
    97 .. _`Python Remote Objects`: http://pyro.sourceforge.net/
    97 .. _`Python Remote Objects`: http://pyro.sourceforge.net/
    98 
    98 
    99 Web Engine
    99 Web Engine
   100 ----------
   100 ----------
   101 
   101 
   102 The web engine replies to http._cwuests and runs the user interface
   102 The web engine replies to http requests and runs the user interface
   103 and most of the application logic.
   103 and most of the application logic.
   104 
   104 
   105 By default the web engine provides a default user interface based on
   105 By default the web engine provides a default user interface based on
   106 the data model of the instance. Entities can be created, displayed,
   106 the data model of the instance. Entities can be created, displayed,
   107 updated and deleted. As the default user interface is not very fancy,
   107 updated and deleted. As the default user interface is not very fancy,
   226 XXX feed me
   226 XXX feed me
   227 
   227 
   228 Result set
   228 Result set
   229 ~~~~~~~~~~
   229 ~~~~~~~~~~
   230 
   230 
   231 Every._cwuest made (using RQL) to the data repository returns an
   231 Every request made (using RQL) to the data repository returns an
   232 object we call a Result Set. It enables easy use of the retrieved
   232 object we call a Result Set. It enables easy use of the retrieved
   233 data, providing a translation layer between the backend's native
   233 data, providing a translation layer between the backend's native
   234 datatypes and |cubicweb| schema's EntityTypes.
   234 datatypes and |cubicweb| schema's EntityTypes.
   235 
   235 
   236 Result sets provide access to the raw data, yielding either basic
   236 Result sets provide access to the raw data, yielding either basic