Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 488 Bytes

README.markdown

File metadata and controls

11 lines (8 loc) · 488 Bytes

Dust

Dust is template and web framework for Java, providing a way to build modular sites and web apps. Dust is built on-top of JAX-RS using RESTEasy and Guice.

Dust is component oriented and fully namespace aware. Every component and page belongs to a namespace which is used together with a name to uniquely identify the page and/or component. Templates are written in XML and are mapped to components at runtime.