| Field |
Value |
| Name |
Archetype JavaScript framework |
| Description |
<h2>Archetype is a structural JavaScript Framework.</h2>
<p>The Framework:
<ul><li>
takes care of all the application loading part
</li><li>
simplifies good practices in JS
</li><li>
is modular (can be used just for some of is function : loading, templates, logging, etc.)
</li><li>
is designed to fully work in MVC on the client side and to get things done if you don't want a full client rendering ;)
</li><li>
works with convention over configuration in mind, but with ability to override conventions using configuration
</li><li>
provides an easy to use logging interface
</li><li>
adds a fast template system for JS inspired by Smarty
</li><li>
helps for files loading in an efficient way (JS dependencies, templates, etc.) to avoid JS errors in big projects
</li><li>
adds communication through Events between components
</li><li>
eases development through :
<ul><li>
components
</li><li>
graphical components (aka your own widgets)
</li><li>
methodBuilders (Archetype way to add AoP style programming to JS)
</li>
</li>
</p> |
| Homepage |
http://archetypejs.org
|