Tom Pierce's Blog : Let the geek times roll.
Updated: 6/20/04; 3:10:46 PM.

 

Subscribe to "Tom Pierce's Blog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 
 

Thursday, May 22, 2003

Network World: Microsoft, Symantec give different recipes for frying spam. The centerpiece of Gates' antispam plan was a proposal to establish global independent trust authorities that could certify legitimate e-mail solicitations, champion best practices and serve as a mediating body for customer disputes. Legitimate e-mail solicitation firms would receive a "seal" identifying them as a trusted sender. [Tomalak's Realm]

My Microsoft paranoia kicking up again.


8:48:32 AM    comment []

I had a great lunch with Glenn Vanderburg yesterday. I convinced him to give me an abbreviated version of his talk on AspectJ that he just gave at the Rocky Mountain Software Symposium. AspectJ sounds extremely interesting and Glenn's enthusiasm about it makes me want to dive into Aspect Oriented Programming.

Aspect Oriented Programming is a technique that allows a greater separation of concerns in software development. A powerful example of this is using aspects to enable method tracing in an application. You can define an aspect that causes all the method signatures in the application to be printed as they are executed. The aspect is compiled in at compile time. Any execution with that compiled version of the software will have the tracing information in it. However, since tracing information is slow and clutters up output, the production version of the code might be compiled without that aspect in it. Unlike asserts or "if" statement wrappers around tracing information, the code to do the tracing does not even exist in the production version. Meaning that the runtime is not slowed down even to do a truth test.

All that being said, I am questioning the current state of the technology. As Glenn says, this is a first step toward aspect oriented development. So, the tools and technology are a bit complex right now. Although I haven't played with it yet, it sounds as if it might be hard to justify putting into use at a client. Most of the time projects introduce many new APIs and technologies to clients, and adding AspectJ may over-complicate the product into a maintenance nightmare.

But, as always, I could be wrong.


7:56:25 AM    comment []

© Copyright 2004 Tom Pierce.



Click here to visit the Radio UserLand website.

 


May 2003
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Apr   Jun

Search

[sgl dagger]
How this works

Emacs Sources
 tsql-indent.el
 user-add-sql-folding-marks
 remove-line-boundary-in-region
 convert-camel-to-underscore

My Subscriptions
 Funny
 KM