Tue, 21 Jan 2014 08:50:19 +0100 Jaroslav Tulach Using centralized configuration for maven-compiler-plugin jdk6
Mon, 20 Jan 2014 14:09:43 +0100 Jaroslav Tulach In order to use the html4j technology in Jersey 2.6 we need to run on JDK6, as Jersey still requires JDK6 jdk6
Mon, 20 Jan 2014 11:02:01 +0100 Jaroslav Tulach Check what happens if a Java functions is called from a JavaScript on its own preprocess
Tue, 14 Jan 2014 16:14:08 +0100 Jaroslav Tulach Make sure we compile and run on JDK6 preprocess
Tue, 14 Jan 2014 14:18:50 +0100 Jaroslav Tulach Merging in the state just after the 0.7 release preprocess
Mon, 13 Jan 2014 09:29:36 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 13 Jan 2014 09:29:35 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.7
Mon, 13 Jan 2014 09:29:34 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.7 release-0.7
Sun, 12 Jan 2014 23:07:06 +0100 Jaroslav Tulach Switching to most recent version of grizzly and tyrus
Sun, 12 Jan 2014 22:46:51 +0100 Jaroslav Tulach The JavaScriptBody annotation is in fact needed for compilation, but it should not propagate to dependant modules. For example it was causing errors in Jersey's html-json module
Sun, 12 Jan 2014 22:39:14 +0100 Jaroslav Tulach ko4j does not require JavaFX for its execution (only for testing, currently)
Sun, 12 Jan 2014 22:37:25 +0100 Jaroslav Tulach boot is only needed during testing
Sun, 12 Jan 2014 19:23:58 +0100 Jaroslav Tulach Speeding up start of applications by listing the classes that need post processing and analysing/processing only those
Sun, 12 Jan 2014 14:57:18 +0100 Jaroslav Tulach Fixing typo
Sun, 12 Jan 2014 08:12:49 +0100 Jaroslav Tulach Updating to new order of method arguments
Sun, 12 Jan 2014 07:49:00 +0100 Jaroslav Tulach The preprocess branch assumes public transform method, so make it public
Sun, 12 Jan 2014 07:41:23 +0100 Jaroslav Tulach Expose less from the FnUtils signature
Sat, 11 Jan 2014 13:22:30 +0100 Jaroslav Tulach Need to point to the right class name (after the rename)
Sat, 11 Jan 2014 07:57:44 +0100 Jaroslav Tulach Generic way to applyBindings
Sat, 11 Jan 2014 06:10:42 +0100 Jaroslav Tulach Be enabled even if there is no active presenter currently
Fri, 10 Jan 2014 15:49:27 +0100 Jaroslav Tulach Use Java bodies of @JavaScriptBody methods if there is no presenter
Fri, 10 Jan 2014 11:35:47 +0100 Jaroslav Tulach toRaw is a public API for accessing the raw object representing a Technology in a BrwsrCtx. In case of ko4j, this returns the JSON object with all the ko.observable properties, etc.
Fri, 10 Jan 2014 11:26:38 +0100 Jaroslav Tulach Adding javadoc parameters
Fri, 10 Jan 2014 10:07:31 +0100 Jaroslav Tulach Pointing to hg.netbeans.org
Thu, 09 Jan 2014 23:42:48 +0100 Jaroslav Tulach ko4j seems to work OK - merging into default branch
Thu, 09 Jan 2014 20:39:23 +0100 Jaroslav Tulach ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped. UniversalKO
Thu, 09 Jan 2014 19:12:55 +0100 Jaroslav Tulach Removing unused imports UniversalKO
Thu, 09 Jan 2014 15:43:04 +0100 Jaroslav Tulach Updating references to ko4j UniversalKO
Thu, 09 Jan 2014 15:07:00 +0100 Jaroslav Tulach Fixing license for the rename files UniversalKO
Thu, 09 Jan 2014 15:03:34 +0100 Jaroslav Tulach Renaming to ko4j as now the support is trully generic UniversalKO
Thu, 09 Jan 2014 11:53:46 +0100 Jaroslav Tulach Behavior with respect to arrays is different between the two JavaScriptBody annotations, so support only the net.java.html.js one UniversalKO
Thu, 09 Jan 2014 11:53:02 +0100 Jaroslav Tulach Boolean is represented as integer on stack, so relax the test and allow it to be represented as number UniversalKO
Thu, 09 Jan 2014 11:14:27 +0100 Jaroslav Tulach Support array return type UniversalKO
Wed, 08 Jan 2014 17:46:35 +0100 Jaroslav Tulach Convert wrapped types to primitive values (because that is what bck2brwsr VM's valueOf on wrapper types does) UniversalKO
Wed, 08 Jan 2014 17:45:49 +0100 Jaroslav Tulach Adding new lines so the script can be debugged in a browser UniversalKO
Wed, 08 Jan 2014 16:46:42 +0100 Jaroslav Tulach Check types of primitive values and their wrappers passed to JavaScript and what type they have UniversalKO
Wed, 08 Jan 2014 15:50:50 +0100 Jaroslav Tulach console logging is a feature of FX presenter, not KO binding UniversalKO
Wed, 08 Jan 2014 14:02:27 +0100 Jaroslav Tulach Return null instead of throwing exception UniversalKO
Wed, 08 Jan 2014 13:18:34 +0100 Jaroslav Tulach Adjusting to packaging change preprocess
Wed, 08 Jan 2014 13:17:31 +0100 Jaroslav Tulach Implementation package has been renamed to org.netbeans.html preprocess
Wed, 08 Jan 2014 13:07:24 +0100 Jaroslav Tulach Replacing the reflection based contract with usage of Executor and instanceof check UniversalKO
Wed, 08 Jan 2014 12:58:45 +0100 Jaroslav Tulach Implementation of knockout binding that does not rely on anything JavaFX specific UniversalKO
Wed, 08 Jan 2014 12:24:21 +0100 Jaroslav Tulach Arrays are copied when passed between Java and JavaScript
Wed, 08 Jan 2014 12:10:10 +0100 Jaroslav Tulach Let's stick with 1.6 source level
Tue, 07 Jan 2014 17:20:53 +0100 Jaroslav Tulach Improving Javadoc of the newly added method
Tue, 07 Jan 2014 15:52:26 +0100 Jaroslav Tulach Runs all the JavaScriptBody TCK tests
Tue, 07 Jan 2014 08:55:34 +0100 Jaroslav Tulach Additional merge from default branch preprocess
Tue, 07 Jan 2014 08:48:40 +0100 Jaroslav Tulach Extending the TCK with checks for proper behavior of JavaScriptBody annotations
Tue, 07 Jan 2014 08:44:50 +0100 Jaroslav Tulach Keeping the original archetype name. Prevents polution of the archetype namespace with too many knockout4j archetypes and also keeps the libraries separate from their currently suggested use.
Tue, 07 Jan 2014 08:32:36 +0100 Jaroslav Tulach Updating documentation to new org.netbeans.html namespace
Tue, 07 Jan 2014 08:21:57 +0100 Jaroslav Tulach Merging with most recent changes on the default branch. Including switch to org.netbeans.html namespace. preprocess
Mon, 06 Jan 2014 13:44:34 +0100 Jaroslav Tulach Get ready for running in a restricted environment where full reflection information is not available
Mon, 06 Jan 2014 11:07:19 +0100 Jaroslav Tulach Adding closing brace
Mon, 06 Jan 2014 09:44:07 +0100 Jaroslav Tulach OSGi version is good enough now - merging to default branch
Mon, 06 Jan 2014 09:43:52 +0100 Jaroslav Tulach Give it the right license osgi
Mon, 06 Jan 2014 09:38:00 +0100 Jaroslav Tulach Describing the SPI package purpose osgi
Mon, 06 Jan 2014 09:24:49 +0100 Jaroslav Tulach Using more modern version of opened parameter (sub)class with an inner class osgi
Mon, 06 Jan 2014 08:55:10 +0100 Jaroslav Tulach One class less: No need for a separate WrapperObject class osgi
Mon, 06 Jan 2014 08:49:02 +0100 Jaroslav Tulach Making yet another method that should be 'implement only' protected abstract osgi
Mon, 06 Jan 2014 08:37:00 +0100 Jaroslav Tulach Every method should have only one meaning: making those that have to be implemented protected abstract. osgi