sitebricks
sitebricks copied to clipboard
Sitebricks: A fast platform for web development.
Let Page objects choose to return a headless-type Reply object for custom status codes and the other goodies of Reply.
When Guice Stage.PRODUCTION, and more than one request was being served by the same PageTuple, they ended up sharing the same StringBuilderRespond -- kaboom! so I moved the private final...
An exception is raise when a @EmbedAs widget with no parameters is used with empty brackets For example, for this widget: ``` java @EmbedAs("MyWidget") public class MyWidget{ } ``` An...
file extention just uses .html/.htm, and java class uses annotation like this: ``` java @Show(template="SomePage.html", engine="mvel") public class SomePage {} ```
I have some html template code like this: ``` html ``` These codes is removed by SB. Is it right?
The SiteBricks webclient does not support HTTPS connection. A ClasCastException is thrown.
I've been using this implementation of Freemarker for a while (the initial impetus for making the template compilers pluggable) and I'd like to clean it up and make it available...
Conversion succeeds, but objects stored in `ids` list are String instances "1", "2", "3" not 1L, 2L, 3L. ``` private Form { List ids = Lists.newArrayList(); .. setters, getters }...