7 comments

[ 0.28 ms ] story [ 34.4 ms ] thread
Daniel Kurka's talk from GWT.create 2015 on Singular, an Angular-like framework for Java.

Singular leverages GWT to generate Web applications, but it can also generate native Android applications (that do not use Web Views or Javascript), as well as iOS applications via j2objc.

It's a Java annotation processor based system that provides platform neutral and template-syntax neutral two-way data-binding.

I take it there is no official project page yet?
We're working on it. Should come up soon.
Did Inbox use this framework or JsInterop?
No, this was created by Daniel after Inbox already existed.