Orange is my favorite color

Not so much progress the last two days. I spent lots of time spent cleaning up my previous API conversion and making sure those methods actually work.

Findings Today

  1. Mike Schierberl’s varScoper – Beans I created with Brian Rinaldi’s Illudium PU-36 code generator created a bean populate() method with an unscoped variable. That may have been due to a modification I made? Mike’s varScoper will recursively search through directories parsing your code to find any wayward variables that might lead to instability, race conditions or memory leaks.

Questions Today

  1. Will I finish? – February 6th is coming fast. Progress has slowed as I’ve had to refactor and adjust the API a bit. Will I make it? My girlfriend sure hopes that I’ll start coming home before 10pm. :)

Also…

I updated my post from two days ago on Injecting dependencies into Transfer Objects based on some code that Sean Corfield shared on the Model-Glue list. It makes the methods more flexible and requires less configuration.

Also, Wally Kolcz from University of Michigan Health Systems sent me a nice email saying he used my search-engine safe URL actionpack for Model-Glue:

I just wanted to email you and tell you I love your URL rewriter. I tried to use ColdCourse and had many problems with it with my Model-Glue apps. I dropped yours right in (except moving the included ColdSpring config info right into the main ColdSpring.xml) and it works like a charm. I am the lead CF App Developer for University of Michigan Health Systems and am working on 3 new MG:U apps and plan on incorporating your SES URL A/P on all 3 of my new UofM apps. Also plan on using it in my isavepets.com project.

Just want you to know that it works like a charm and you have a very appreciative web developer as a testimonial.

Glad it helped!

Comments are closed.