javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/PageProcessor.java
Fri, 22 Mar 2013 00:05:41 +0100 Alas, need to merge into default branch, but without any changes from the accidental commit on default branch
Thu, 21 Mar 2013 15:45:42 +0100 Dynamically generate classes representing elements on the HTML @Page
Mon, 18 Mar 2013 17:17:00 +0100 Knockout bindings for primitive types supported in WebView
Thu, 14 Mar 2013 09:22:28 +0100 Hacky way (relies on singleton) to get FX working. Can attach @On(event=CLICK) and show alert in FX WebView now
Tue, 05 Mar 2013 19:00:36 +0100 Support for event parameters for methods annotated by @On(event). Basic idea by me, tests provided by Toni. Thanks a lot.
Fri, 22 Feb 2013 08:59:40 +0100 Introducing @Model for complex record-like types
Wed, 20 Feb 2013 18:14:59 +0100 Processor allows only primitive types and String as its values
Tue, 19 Feb 2013 16:16:22 +0100 (String) array knockout bindings work on derived arrays
Tue, 19 Feb 2013 15:54:36 +0100 When computing VM method name use erasured type
Tue, 19 Feb 2013 15:41:37 +0100 Better error messages
Mon, 18 Feb 2013 19:52:06 +0100 Automatic boxing of primitive types for arrays
Mon, 18 Feb 2013 19:42:02 +0100 knockout.js can display our String arrays and update them when they change
Mon, 18 Feb 2013 13:03:01 +0100 Changes in String array are properly notified
Mon, 18 Feb 2013 12:26:16 +0100 Generate List<type> for arrays
Wed, 23 Jan 2013 12:53:23 +0100 Bringing the most recent default branch (especially the @Property MVVC) to the dew code
Tue, 22 Jan 2013 22:49:03 +0100 Sometimes we get FQN, sometimes just a simple name. Strip package for consistency.
Tue, 22 Jan 2013 21:57:27 +0100 Test to verify Knockout can handle String properties
Tue, 22 Jan 2013 19:27:00 +0100 Merge with default branch to bring in @HtmlElement and @BrwsrTest
Tue, 22 Jan 2013 09:19:47 +0100 Archetype using the @Property model
Tue, 22 Jan 2013 17:52:21 +0100 Replace - with _ when generating variable names
Tue, 22 Jan 2013 17:28:01 +0100 API for accesing HTML canvas
Mon, 21 Jan 2013 16:16:30 +0100 Use just one innerclass
Mon, 21 Jan 2013 15:57:30 +0100 Injection of model
Mon, 21 Jan 2013 15:33:32 +0100 Need to bind the module to this and not create new instance
Mon, 21 Jan 2013 13:43:40 +0100 Moving towards testability: Model class does not have any public fields, rather instance onces
Mon, 21 Jan 2013 11:55:27 +0100 @ComputedProperty methods can't access the model
Mon, 21 Jan 2013 07:00:56 +0100 Notify change in computed properties
Sun, 20 Jan 2013 21:01:46 +0100 Refresh the knockout model when a setter is called
Sun, 20 Jan 2013 18:20:18 +0100 Basic support for knockout.js. It can read and write model properties.
Sun, 20 Jan 2013 14:29:10 +0100 The model can contain derived properties
Sun, 20 Jan 2013 13:05:02 +0100 Annotation to generate getters and setters
Sun, 20 Jan 2013 12:29:50 +0100 Multiple page handlers can be in the same package
Wed, 16 Jan 2013 12:27:53 +0100 Merge with recent advances in default branch
Wed, 16 Jan 2013 10:52:06 +0100 After Lahvac's tweaks the compilation seems to run OK
Sat, 12 Jan 2013 20:24:30 +0100 Allowing access to all onsmthng events of page elements
Fri, 09 Nov 2012 11:47:00 +0100 Moving the htmlpage API into a submodule in preparation of adding in an example of its usage