That’s right, I said it. MailSlurper, the mostly useless mail SMTP server has been released! Not only does it slurp your mail into oblivion, but you can see those doomed emails in an administrative interface now. Woo hoo! Check out the How To guide and download it today!!
Archive for the ‘Java’ Category
Yummy Mail! MailSlurper Released!
Posted: 2nd September 2010 by Adam Presley in Development, JavaTags: Development, Grails, Groovy, Java
Creating a SMTP Mail Server for Development
Posted: 20th July 2010 by Adam Presley in Development, JavaTags: Development, Java
While working on ColdFusion applications with Railo on Tomcat I have been piecing together tools necessary to get these applications to do everything I need them to do. So I’ve bolted on Hibernate, a URL rewriter, and so on. Now I found myself needing an SMTP server of some type so that emails generated by [...]
Display Repeating Permutations of a Number Set in Java
Posted: 18th July 2010 by Adam Presley in Development, Fun and Funny, JavaTags: Development, Java
At home my daughter has a little “spy” safe where she can keep money, rocks, or whatever else she wants in there. This safe is guarded by a passcode, and when you enter the passcode incorrectly twice it makes an alarm sound. Real cute. I am always stopping by when she’s trying to do something [...]
Download A File From a URL in Java
Posted: 9th July 2010 by Adam Presley in Development, JavaTags: Development, Java
I was approached tonight with a question on how one could download a file from a specific URL in Java. I had never done this in Java before, but I have done this very same task in C#, so I figured it couldn’t be too different of a solution. After a few minutes of digging [...]
How To Get the Server Name Running Your ColdFusion Page
Posted: 5th May 2010 by Adam Presley in ColdFusion, Development, JavaTags: ColdFusion, Development, Java
ColdFusion is a great language in its own right. What makes it even more awesome? The fact that it is a Java application. Why is this cool? Because you can dig into Java to do all the dirty stuff ColdFusion shields you from, should you desire to do so. While writing this profiling code this [...]
ColdFusion – Searching Structure Values with Regular Expressions
Posted: 11th July 2009 by Adam Presley in ColdFusion, Development, JavaTags: ColdFusion, Development, Java
One of my favorite ColdFusion bloggers, Mr. Ben Nadel, blogged the other day about creating a custom tag that would recursively traverse a ColdFusion structure and search for values that match a regular expression search criteria. I though this was a pretty cool idea and put his code in a test page to start testing [...]
Mobile Development
Posted: 17th August 2007 by Adam Presley in Development, JavaTags: Development, Java, Mobile
Several months ago I purchased a new cell phone because I decided to join the cool people and jump on the media/internet/do it all phone bandwagon. With this in mind I purchased the Helio Ocean. Almost $300 cheaper than the iPhone this puppy has most of the best features found on a cell phone to [...]
Foray into Java
Posted: 28th February 2007 by Adam Presley in Development, JavaTags: Development, Java, SQL
So recently I’ve decided to delve into the world of Java development, or, more specifically, desktop Java development. So far I am liking it. My first task was to write a small application that would accept two dates as input and spit out a tab-separated report of first and last journal entries in a system, [...]

