Difference between revisions of "Xebra Issues"

(Xebra Server)
(Other)
Line 15: Line 15:
  
 
=== Other ===
 
=== Other ===
 +
* Implement i18n support

Revision as of 08:05, 1 September 2009

About | Installation | Documentation | Tutorials | Frequently Asked Questions

The following list represents the improvements which should be implemented in further releases but which are yet missing.

Xebra Translator

  1. Allow parameters for calls in xeb files. As for now it is only possible to use predefined variables (multiple allowed). The new implementation would allow manifest strings, integers and all the other primitive types to be added. For this purpose the grammar has to be modified and probably some model classes.
  2. Make sure that all the variable names used don't conflict with other names (unless the user used them twice).
  3. Allow injected #{} and %=% into attributes, replacing the functionality of xeb:concat. In a bigger step the grammar for attributes could be expanded to allow Eiffel expressions.
  4. Establish common names and change tags accordingly if they don't conform. An example is 'type' which should be used instead of 'class'.

Xebra Server

  • Multithreaded request processing

Other

  • Implement i18n support