March 2006

You are browsing the archive for March 2006.

Another Neuromancer Bug Fixed

Chris Philips found another Bug in Neuromancer today.  Computed numbers, returned as members of a struct, were always deserialized as null.  Literal numbers, however, were handled correctly.  While debugging the problem, I realized the methods with returntype="numeric" simply refused to run as well, for much the same reason.  Both glitches are now fixed.

As before, the [...]

Neuromancer Bug Fixed

 Chris Phillips found a bug in the Neuromancer 0.6.0beta today.  If you used the RemoteObjectLoader class (recommended), instead of the raw RemoteObjectFactory (way nasty), it was impossible to create multiple remote objects on a single page, because the RemoteObjectLoader class was not thread safe.  The first remote object created was always returned by every RemoteObjectLoader, [...]

Where have I been?

It's been a LONG time since I've posted, and I feel bad.  But hopefully I'll get back on track.
In the past two months, I've primarily been focused on designing new version of our main application.  For various reasons, we're moving away from CF and to a "pure" Java application.  While I'm not particularly happy to [...]