Compound Theory

v2.0

Categories

  1. Transfer
  2. ColdFusion
  3. Java
  4. ColdSpring
  5. Conduit
  6. JavaLoader
  7. ColdDoc
  8. AsyncHTTP
  9. OO Analysis and Design
  10. Flex
  11. Railo
  12. Hibernate
  13. ColdFusion Builder
  14. XML / XSL
  15. XHTML / CSS
  16. Ubuntu
  17. Eclipse
  18. Oracle Database
  19. Usability / UI Design
  20. cf.Objective()
  21. webDU
  22. cf.Objective(ANZ)
  23. Captcha
  24. MAX
  25. Melbourne CFUG
  26. Martial Arts
  27. Random Things

Recent Posts

Projects

Instant Message

Instantly grab my attention...

Recent Comments

15 May 2008 04:59 AM

JavaLoader 0.6 Released

Not a huge amount to report. This release simply re-orders some of the class loading, so it is child first.

This is important in case you load up a newer (or older) version of a library that ColdFusion already has access to, and you want to make sure you get the library you want, not the library loaded by ColdFusion.

That and I fixed a bug in the JavaProxy.cfc that was sent to me a loooong time ago, that will fix an issue with resolving overloaded Java Methods.

JavaLoader can be downloaded from here.


Comments

Posted by todd sharp on 15 May 2008 05:40 PM

Hey Mark,

I'm a bit naive, but I've meaning to ask you what happens if I drop a newer version of a JAR file into my lib? It appears that once a class is loaded it is reused until CF is restarted, or am I wrong? Is there a way to programatically clear this? Usually I just restart CF.

Posted by Mark on 16 May 2008 05:13 AM

Which lib? The cf lib, or the JavaLoader lib?

If it's the CF lib, you could potentially muck something up, as it's not for that version.

For the JavaLoader lib, you can recreate the JavaLoader and the use it. You will see a small memory leak when you do this, which means you will have to occasionally restart CF, but its better than having to restart every time.

Posted by Niklas on 06 June 2008 06:49 PM

Thank you!
This update solved my headache i had for some hours :)
Was about to start upgrading coldfusions runtime librarys if I didnt find this.
I love you! ^^

Posted by DanielB on 06 February 2009 02:51 AM

Hello Mark,

I wasn't sure the best way to contact you for a feature request as it looks like you RiaForge forums are not really used. But I posted a feature request there (http://javaloader.riaforge.org/forums/messages.cfm?threadid=4C6E4C60-DB78-2BB9-8723E2543710A6C9).

Posted by Mark on 06 February 2009 08:47 AM

@DanielB Thanks for that, for some reason, I'm not getting the emails when people post on the forum, I've pinged Ray, and he's looking into it.

Add Comment