json/src/main/java/org/apidesign/html/json/spi/Technology.java
Tue, 26 Aug 2014 17:37:43 +0200 Fixing lints by JDK8's javadoc tool
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Tue, 04 Mar 2014 17:32:54 +0100 Deprecating Technology.runSafe - BrwsrCtx.execute is good enough
Mon, 03 Mar 2014 12:17:41 +0100 Ability to update a property without callback from JavaScript back to Java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 06 Feb 2014 10:52:45 +0100 Fixing Javadoc warnings
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Mon, 07 Oct 2013 13:29:07 +0200 Documenting the batch initialization interface
Sat, 31 Aug 2013 11:44:36 +0000 With Batch update of models we are down to 1/6 of Java/JavaScript calls when building a chess board
Mon, 12 Aug 2013 10:06:14 +0200 Introducing @ModelOperation annotaiton
Thu, 25 Apr 2013 16:41:13 +0200 Need to convert values toModel to make sure all TCK tests pass properly in FXbrwsr
Wed, 24 Apr 2013 18:34:31 +0200 TCK for the JSON mapping technologies
Tue, 23 Apr 2013 08:43:11 +0200 Introducing second SPI interface - Transfer
Mon, 22 Apr 2013 23:18:55 +0200 Verify we can extract int, double and String from event properties
Mon, 22 Apr 2013 21:12:16 +0200 wrapping arrays and providing setter and getter in PropertyBinding
Mon, 22 Apr 2013 13:52:00 +0200 Need to have applyBindings method to tell the model to associate itself with the page
Mon, 22 Apr 2013 12:37:43 +0200 Function binding
Fri, 19 Apr 2013 19:00:39 +0200 First incarnation of property bindings
Fri, 19 Apr 2013 15:35:39 +0200 Technology is the core SPI. Allows us to do simple mock testing of changes in an array.