Daemonite: Java Archive

Daemonite: Java Archive


December 03, 2004
Integrating Macromedia Flex with Java

Though it doesn't say anything new, its good to see sites like O'Reilly's onJava.com talking about products like Flex. Despite sales success general support for Flex from Java heavyweights IBM seems to have been slippling.

Posted by modius at 12:38 PM | Comments (5) | TrackBack (85) | Permalink
October 20, 2004
CFHTTP caching bug nailed

The underlying Java libraries that CFHTTP leverages caches DNS lookups indefinitely. For the 350 or so feeds aggregated by Fullasagoog this is like a handful of sand in the budgie smugglers. But it looks like we might have a fix.

Posted by modius at 08:35 AM | Comments (3) | Permalink
September 14, 2004
Maximum JVM heap size for CFMX

We've been building and setting up a few large CFMX applications of late. When it comes down to optimising and tuning the CFMX set up there's always plenty of debate. I thought it would be interesting to get folks feed back on Maximum JVM heap size.

Posted by modius at 10:49 PM | Comments (2) | TrackBack (154) | Permalink
March 30, 2004
Flex is cheap as chips

Flex is not so much about rapid Flash development (although this is one of the advantages) as it is about collaborative Flash development. Flash IDE, the FLA, and everything about it is the bane of largescale development -- it sucks. This is why Flex had to be built.

Posted by modius at 07:42 PM | Comments (8) | TrackBack (168) | Permalink
September 02, 2003
CFCs: pseudo-OO vs "true" OO

CFC's and custom tags are a great subsitute for "true" OO. If you consider that the vast majority of web development simply does not benefit from the differential between CFC's pseudo-OO and Java's true OO support, it seems perfectly resonable to me to build something entirely in a pattern devised using CFCs.

Posted by modius at 10:07 PM | Comments (6) | TrackBack (92) | Permalink
August 20, 2003
CF & Java developers have no common ground

Joe Cheng pointed out in the comments of "Java jock Jihad", "there is just not a lot of common ground for CF and Java developers to stand on". Aaron Johnson has similar things to say, "Why should they care?". Maybe they're right.

Posted by modius at 11:22 AM | Comments (2) | TrackBack (147) | Permalink
August 18, 2003
CFMX Java-jock jihad

I'm amazed how often I see a total lack of understanding within Java circles of how CFMX fits. ColdFusion remains the only answer to making Java accessible to a mass of non comp-sci web developers who play a deceptively important role in the evolution of the internet. Not to mention the joy that comes from the productivity CFMX offers.

Posted by modius at 02:28 AM | Comments (15) | TrackBack (115) | Permalink
CFHTTP patched up and good to go

With CFHTTP in such a sorrowful state in early CFMX I thought I'd hunt around for a java based alternative. I stumbled across HTTPClient and used it for a while importing feeds into Fullasagoog. I was stoked to find that Macromedia have used HTTPClient to replace the old shot-in-the-head CFHTTP libraries.

Posted by modius at 01:45 AM | Comments (3) | TrackBack (86) | Permalink
June 15, 2003
CFMX Admin: made easy-breezy

Finished up some training on CFMX administration a few weeks ago. It struck me that there is very little in the way of admin information for CFMX bar a few technotes -- so I put together a humble little Breeze presentation to run folks through server settings and their nuances.

Posted by modius at 03:48 PM | Comments (9) | Permalink
Globalising CFMX

Paul Hastings, Team Macromedian and locales guru, has set up a new little blog on globalising CFMX; cfg11n. Funnily enough, G11N=globalization (11 letters between "g" & "n").

Posted by modius at 02:30 PM | Comments (0) | TrackBack (158) | Permalink
June 11, 2003
Aussie timezone bug in JVM 1.4.1

Running CFMX with JRE version 1.4.1 seems to produce the wrong date/time for Aussies even though the windows time and locale may be set correctly (using getLocal() produces expected result).

Posted by modius at 09:28 PM | Comments (2) | TrackBack (142) | Permalink
May 03, 2003
CFMX Garbage Collection

If CFMX seems to be chewing on your memory you might put out the garbage to clean things up. The Java runtime accepts several flags that allow you to modify the behaviour of the underlying garbage collector.

Posted by modius at 12:48 AM | Comments (0) | TrackBack (185) | Permalink
Geolocator for CFMX

Where in the world? Paul Hastings has taken another crack at determining where a user's coming from based on javainetlocator...

Posted by modius at 12:30 AM | Comments (4) | TrackBack (161) | Permalink