Gagawa

Dynamically Build Well-Formed HTML Using Java or PHP
Download

Gagawa Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Publisher Name:
  • html-generator
  • Operating Systems:
  • Windows All
  • File Size:
  • 114 KB

Gagawa Tags


Gagawa Description

Gagawa is an HTML Generator library written in Java and PHP. It allows developers to easily and dynamically build well-formed HTML in web or non-web applications. In Java, Gagawa is especially useful when traditional HTML generation engines such as Java Server Pages (JSP's) are unavailable. In PHP, Gagawa frees developers from hand-writing HTML in PHP web applications. Under the hood, Gagawa uses Objects to represent each HTML element, or tag. For example, a element is represented using a Div object. Similarly, developers can set attributes on these nodes using a setAttribute() method, or function, for each object. An HTML page, or DOM tree, is built by creating a set of element objects and appending them to each other in the correct order. To convert a Gagawa object hierarchy into a String which can be sent to a web-browser, the developer should call the write() method, or function, on the top-level element. The resulting String is well-formed HTML. Gagawa virtually eliminates missed closing tags and other mundane HTML typos that often haunt web-developers. Get Gagawa and test it for yourself to assess its capabilites.


Gagawa Related Software