json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Mon, 06 Jan 2014 09:24:49 +0100 Using more modern version of opened parameter (sub)class with an inner class
Mon, 06 Jan 2014 08:55:10 +0100 One class less: No need for a separate WrapperObject class
Mon, 06 Jan 2014 08:37:00 +0100 Every method should have only one meaning: making those that have to be implemented protected abstract.
Sun, 05 Jan 2014 22:37:59 +0100 Communication between internal Proto state and a Technology implementation is completely hidden from the SPI
Sun, 05 Jan 2014 22:26:35 +0100 Hiding initBindings from public signature
Mon, 23 Dec 2013 15:29:02 +0100 Simplify implementation of FunctionBinding by usage of enhanced singletonizer holder Impl
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Sun, 25 Aug 2013 17:41:21 +0200 All callback calls are rescheduled to browser thread automatically
Sun, 25 Aug 2013 09:36:33 +0200 Introducing special JSON receiver rather than using tricks with Runnable and Object[]
Fri, 09 Aug 2013 16:50:00 +0200 Clarifying that arrays from @ComputedProperty are returned via List<Smthng>
Thu, 09 May 2013 20:53:00 +0200 Can send data to the server
Thu, 09 May 2013 20:30:25 +0200 Can use PUT method when connecting to the server
Tue, 23 Apr 2013 10:15:46 +0200 SPI for JSON and JSONP queries
Mon, 22 Apr 2013 22:30:30 +0200 Polishing function bindings
Mon, 22 Apr 2013 21:12:16 +0200 wrapping arrays and providing setter and getter in PropertyBinding
Mon, 22 Apr 2013 12:37:43 +0200 Function binding
Sat, 20 Apr 2013 07:15:16 +0200 Support for setters
Fri, 19 Apr 2013 19:00:39 +0200 First incarnation of property bindings