ramiyer / sitebricks

Sitebricks: A fast, light platform for web development.

Home Page:http://sitebricks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitebricks

Sitebricks is a simple set of libraries for web applications. Sitebricks focuses on early error detection, low-footprint code, and fast development. Powered by Guice, it also balances idiomatic Java with an emphasis on concise code.

Early error detection

This following misspelling results in a template compile error:

<body>
     ${person.naem}
All such errors are picked up early and reported at once in a format similar to javac.

1) unknown or unresolvable property: naem

 15:      <body>
 16:          ${person.naem}</li>
                          ^

Total errors: 1

Next steps


We would love your contributions and help in developing Sitebricks at this early stage. If you'd like to contribute or have any questions, please join the mailing list.

Or send us a note on twitter @dhanji =)

About

Sitebricks: A fast, light platform for web development.

http://sitebricks.org

License:Apache License 2.0


Languages

Language:Java 98.8%Language:JavaScript 0.8%Language:CSS 0.3%Language:Shell 0.1%