Entries for month: October 2008

Using Frameworks? - 2 JVM Changes to Rock Your World

Tools of the Trade , Product Development , Software Engineering , ColdFusion 2 Comments »

JVM Tuning has been long a favorite subject of mine. Maybe some day I'll share our JVM Settings in full, but for now you need to do two things.

Update to JDK 1.6 Update 10 - Once CF8 came out, people started complaining that their frameworks loaded slowly, initial page loads were long, that CFC generation took a while, etc. The conventional wisdom was to move back down to 1.5, which didn't have these issues. No more. Update 10, which has long been in beta, is now fully launched, and our CFC generation, slow loading issues are nearly gone. Whereas before it would take minutes, it now takes less than 15 seconds. Besides the other benefits of running the latest 1.6, this one rocks. Download info available @ http://java.sun.com/javase/downloads/index.jsp.

Garbage Collection Settings just for Frameworks - We would occasionally notice hiccups, slight slow downs for GC despite our numerous JVM tweaks. No more since adding two lines. More information is available @ Mike Brunt's blog - http://www.cfwhisperer.com/post.cfm/sun-jvm-1-6-heap-memory-behavior-with-coldfusion-frameworks.

The Two JVM Tweaks:
-Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000

Subversion 1.5.4 Released

Version Control , Tools of the Trade , Software Engineering No Comments »

Subversion 1.5.3 had enough bugs to warrant a new release two weeks later. See notice below.

---

I'm happy to announce Subversion 1.5.4, fast on the heels of Subversion 1.5.3.

1.5.3 was discovered to contain a regression in 'svn merge'; see CHANGES for more information.

Subversion 1.5.4 is available from:

http://subversion.tigris.org/downloads/subversion-1.5.4.tar.bz2

http://subversion.tigris.org/downloads/subversion-1.5.4.tar.gz

http://subversion.tigris.org/downloads/subversion-1.5.4.zip

http://subversion.tigris.org/downloads/subversion-deps-1.5.4.tar.bz2

http://subversion.tigris.org/downloads/subversion-deps-1.5.4.tar.gz

http://subversion.tigris.org/downloads/subversion-deps-1.5.4.zip

Release notes for the 1.5.x release series may be found at:

http://subversion.tigris.org/svn_1.5_releasenotes.html

You can find the list of changes between 1.5.4 and earlier versions at:

http://svn.collab.net/repos/svn/tags/1.5.4/CHANGES

Disturbing News - Wired Keyboards Keystrokes Can Be Read Remotely

News No Comments »

In case you guys missed this, a new study finds that with each keystroke on a wired keyboard the electromagnetic waves can be read to recover the keystrokes.That means nothing you type, including passwords, is a secret.

Read more @ http://news.cnet.com/8301-1009_3-10072967-83.html.

Back from Vacation!

Default No Comments »

I'm back, tired and focused!

Book Review: Flex 3 in Action by Tariq Ahmed (and others)

Default , News , Reviews 1 Comment »

Book CoverI was fortunate enough to be asked to perform an early access review (unedited) of Tariq Ahmed's Flex 3 in Action. While I read through the book, I was side-tracked, and its definitely my bad I didn't get this review out earlier.

The version I have is 648 pages. Yes, its massive. While this can be a bit overwhelming to newbies, the "in Action" part of the title should give you an indication that this book is full of example, and thats a good thing.

The book does a good job of covering some of the history behind traditional web development and where Rich Internet Applications are headed. As Ray Camden mentions in his review of the book, that its also "to see many comparisons between Flex and ColdFusion concepts". Ray's review can be found here.

Take for example, Chapter 1: Introduction to Flex. Some of the topics this chapter covers is:

  • The problems that Web developers face
  • What Flex is and how it solves those problems
  • What are RIAs (Rich Internet Applications)?
  • The difference between RIAs and RWAs (Rich Web Applications)
  • How Flex differs from the competition (i.e. how to sell Flex to your boss)
  • The Flex Ecosystem

As you can see from just the first chapter, that this book lays some solid groundwork for the developer.

Plusses:

  • Its written by developers for developers
  • Tariq Ahmed's written several great books in the past
  • Lots of examples and diagrams
  • Provides good foundational and historical background
  • Provides a step by step approach
  • Talks high-level AND low-level, like Chapter 3: Working with ActionScript, which covers variables, operators, conditions, etc.
  • Covers end to end development, from basics to reusability to customization to testing to deployment
  • Appendix points you to dozens of forums, intiatives and developer resources

Minuses:

  • Size, it may take a while to get through it.
  • There is some incohesion between writing styles between authors (typical complaint), which I'm hoping would be resolved in the final version

So go out, and grab a pre-order of the book. More details here.

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds