This shows you the differences between two versions of the page.
|
documentation:athena:the_implementation_and_technology_stack [2015/03/18 11:30] gleb_malikov created |
documentation:athena:the_implementation_and_technology_stack [2015/03/30 12:10] (current) gleb_malikov |
||
|---|---|---|---|
| Line 26: | Line 26: | ||
| ===== Marionette JS ===== | ===== Marionette JS ===== | ||
| - | Hibernate is an ORM(Object-Relational Mapping) framework responsible for binding and interaction between the Classes of application, commonly called “Entities” and the tables in RDBMS. At the very basic level we can say that it handles mapping between classes and tables. It also handles the different SQL dialects, so we can use the PostgreSQL on test stage and the Oracle on production server. | + | Marionette JS is the very powerful tool for building complex and high-responsive applications. Based on top of Backbone JS, it adds useful additional functionality without breaking the initial ideology. |
| [[http://marionettejs.com/|Marionette JS]] | [[http://marionettejs.com/|Marionette JS]] | ||
| Line 34: | Line 34: | ||
| [[http://getbootstrap.com/|Bootstrap]] | [[http://getbootstrap.com/|Bootstrap]] | ||
| - | |||