Tue, 27 Aug 2013 07:27:51 +0000 Jaroslav Tulach Javadoc and descriptions for individual modules
Sun, 25 Aug 2013 17:41:21 +0200 Jaroslav Tulach All callback calls are rescheduled to browser thread automatically
Sun, 25 Aug 2013 15:43:30 +0200 Jaroslav Tulach During incremental compilation the type name may be fully resolved - take just the simple part
Sun, 25 Aug 2013 14:40:16 +0200 Jaroslav Tulach Tyrus based implementation of WebSockets for JDK7
Sun, 25 Aug 2013 12:35:32 +0200 Jaroslav Tulach WebView's WSTransfer is disabled on JDK7, so report UnsupportedOExp
Sun, 25 Aug 2013 12:18:25 +0200 Jaroslav Tulach Introducing WSTransfer and making it work on JDK8
Sun, 25 Aug 2013 12:18:02 +0200 Jaroslav Tulach More descriptive toString() value
Sun, 25 Aug 2013 10:51:50 +0200 Jaroslav Tulach Documenting parameters in Javadoc
Sun, 25 Aug 2013 09:36:33 +0200 Jaroslav Tulach Introducing special JSON receiver rather than using tricks with Runnable and Object[]
Sat, 24 Aug 2013 18:00:08 +0200 Jaroslav Tulach Less calls to JavaScript when initialing JSON model objects
Sat, 24 Aug 2013 16:56:40 +0200 Jaroslav Tulach If the netbeans.inspect.port is on and working smootly enable reloading of the HTML page via popup menu
Sat, 24 Aug 2013 13:02:30 +0200 Jaroslav Tulach Need to compare erasured types when seeking for enum
Sat, 24 Aug 2013 12:41:46 +0200 Jaroslav Tulach Report an exception when page loading fails
Fri, 23 Aug 2013 22:23:30 +0200 Jaroslav Tulach More intricate ways to control WebSocket connections
Fri, 23 Aug 2013 09:42:19 +0200 Jaroslav Tulach Is supported if we run in the browser
Wed, 21 Aug 2013 17:38:59 +0200 Jaroslav Tulach Always return instance of a clip
Sat, 17 Aug 2013 14:31:06 +0200 Jaroslav Tulach Initial support of websockets communication
Sat, 17 Aug 2013 14:10:27 +0200 Jaroslav Tulach Return after printing the exception
Sat, 17 Aug 2013 10:23:40 +0200 Jaroslav Tulach OnReceive can identify onError method
Fri, 16 Aug 2013 21:20:42 +0200 Jaroslav Tulach Javadoc fix
Wed, 14 Aug 2013 18:23:03 +0200 Jaroslav Tulach Working well with ko4j.debugger rev. f36bfe284b8e from http://hg.netbeans.org/main/contrib/ repository: if netbeans.inspect.port is specified and connection to the IDE is established properly, livepage inspection is started.
Wed, 14 Aug 2013 11:54:08 +0200 Jaroslav Tulach In case the type is errornous, use just a simple name
Mon, 12 Aug 2013 12:13:49 +0200 Jaroslav Tulach Getting ready for JDK-8019243 fix: assume a class element with error type is a model class that will be generated
Mon, 12 Aug 2013 10:06:14 +0200 Jaroslav Tulach Introducing @ModelOperation annotaiton
Sun, 11 Aug 2013 19:35:07 +0200 Jaroslav Tulach Hide the first image, if there are two
Sun, 11 Aug 2013 19:28:03 +0200 Jaroslav Tulach Improving the API by including my daughter's Duke w/ Earth picture. Thanks Anna.
Fri, 09 Aug 2013 16:57:52 +0200 Jaroslav Tulach Bringing in latest improvements in default branch ios
Fri, 09 Aug 2013 16:56:47 +0200 Jaroslav Tulach @ComputedProperty method can really return a model class
Fri, 09 Aug 2013 16:50:00 +0200 Jaroslav Tulach Clarifying that arrays from @ComputedProperty are returned via List<Smthng>
Fri, 09 Aug 2013 16:49:00 +0200 Jaroslav Tulach Need to clean fetched property Since abed4da1d5c7
Fri, 09 Aug 2013 14:05:24 +0200 Jaroslav Tulach Explaining what parameters the @Function method may have and providing illustrative example
Fri, 09 Aug 2013 13:44:30 +0200 Jaroslav Tulach Generating quick instantiation constructor
Fri, 09 Aug 2013 13:08:36 +0200 Jaroslav Tulach Model properties are initialized to non-null
Fri, 09 Aug 2013 11:22:21 +0200 Jaroslav Tulach John suggested to generate Javadoc for at least applyBindings() method in the generated model class
Thu, 08 Aug 2013 13:36:59 +0200 Jaroslav Tulach Show nested @Model objects
Thu, 08 Aug 2013 13:30:23 +0200 Jaroslav Tulach Merging current default into ios branch ios
Thu, 08 Aug 2013 10:51:40 +0200 Jaroslav Tulach @ComputedProperty method has to be static
Wed, 07 Aug 2013 15:34:10 +0200 Jaroslav Tulach Fix context class loader before loading our classes, so ServiceLoader works
Wed, 07 Aug 2013 15:33:36 +0200 Jaroslav Tulach Don't expose lookup API to those who depend on us, use it only for compilation
Wed, 07 Aug 2013 15:32:45 +0200 Jaroslav Tulach Merging in simple sound playback API. Seems to be good enough.
Wed, 07 Aug 2013 15:29:42 +0200 Jaroslav Tulach Implementation of the AudioClip that uses HTML5 Audio tag sound
Wed, 07 Aug 2013 14:28:21 +0200 Jaroslav Tulach Bringing the default version in sync with Toni's audio work sound
Thu, 01 Aug 2013 17:36:01 +0200 Jaroslav Tulach Bringing new advances in default branch to ios as well ios
Thu, 01 Aug 2013 17:35:51 +0200 Jaroslav Tulach Merging two heads
Thu, 01 Aug 2013 17:33:25 +0200 Jaroslav Tulach html-json has been included in Jersey version 2.1
Fri, 23 Jan 2004 17:10:49 +0100 jarda Let File.toURL() handle the / and \
Mon, 29 Jul 2013 17:55:44 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 29 Jul 2013 17:55:44 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.4
Mon, 29 Jul 2013 17:55:44 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.4 release-0.4
Mon, 29 Jul 2013 17:49:48 +0200 Jaroslav Tulach Compile and pass on JDK8
Mon, 29 Jul 2013 17:13:28 +0200 Jaroslav Tulach Need javadoc to publish the project to nexus
Mon, 29 Jul 2013 16:06:51 +0200 Jaroslav Tulach OnLocation methods can have additional arguments
Fri, 26 Jul 2013 13:45:41 +0200 Jaroslav Tulach Also needs to refer to webapp page root ios
Fri, 26 Jul 2013 13:22:50 +0200 Jaroslav Tulach Merging in usage of webapps directory ios
Fri, 26 Jul 2013 13:13:55 +0200 Jaroslav Tulach Using 0.2 version of the ios plugin ios
Mon, 22 Jul 2013 14:41:09 +0200 Jaroslav Tulach Currently we need to download dependencies from snapshots repository ios
Thu, 25 Jul 2013 16:54:49 +0200 Jaroslav Tulach Give more accurate error message
Thu, 25 Jul 2013 16:42:20 +0200 Jaroslav Tulach Using webapp directory for HTML pages as NetBeans IDE recognizes such directory automatically and gives it special treatment.
Thu, 18 Jul 2013 16:18:58 +0200 Jaroslav Tulach Merge of new archetype. Plus passing resourcesDir to maven plugin. ios
Thu, 18 Jul 2013 16:11:14 +0200 Jaroslav Tulach Archetype modified to have the pages outside of the JAR file in src/main/web/ directory