Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Prikrutil, I think we're on the same boat. I also come to Scala from Erlang. I like <a href="http://nitrogenproject.com/" rel="nofollow">Nitrogen</a> a lot so I decided to created a Scala web framework inspired by it.</p> <p>Take a look at <a href="https://github.com/ngocdaothanh/xitrum" rel="nofollow">Xitrum</a>. <a href="http://ngocdaothanh.github.com/xitrum/" rel="nofollow">Its doc</a> is quite extensive. From README:</p> <p>Xitrum is an async and clustered Scala web framework and web server on top of Netty and Hazelcast:</p> <ul> <li>It fills the gap between Scalatra and Lift: more powerful than Scalatra and easier to use than Lift. You can easily create both RESTful APIs and postbacks. Xitrum is controller-first like Scalatra, not view-first like Lift.</li> <li>Annotation is used for URL routes, in the spirit of JAX-RS. You don't have to declare all routes in a single place.</li> <li>Typesafe, in the spirit of Scala.</li> <li>Async, in the spirit of Netty.</li> <li>Sessions can be stored in cookies or clustered Hazelcast.</li> <li>jQuery Validation is integrated for browser side and server side validation. i18n using GNU gettext, which means unlike most other solutions, both singular and plural forms are supported.</li> <li>Conditional GET using ETag.</li> </ul> <p>Hazelcast also gives:</p> <ul> <li>In-process and clustered cache, you don't need separate cache servers.</li> <li>In-process and clustered Comet, you can scale Comet to multiple web servers.</li> </ul> <p>Follow the <a href="http://ngocdaothanh.github.com/xitrum/tutorial.html" rel="nofollow">tutorial</a> for a quick start.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload