Thursday August 14, 2003
JavaScript Exception Handling Did you know you can use try/catch blocks in JavaScript? It's pretty slick and makes it easy to hide those ugly JavaScript errors. There is an article over at Dev Shed that explains how you can use the new Error object and the "try-catch" constructs to trap and resolve errors. Good stuff! Posted in The Web at Aug 14 2003, 03:17:58 PM MDT 4 Comments
AppFuse 0.9.1 Released AppFuse 0.9.1 is a small bug-fixing release. I introduced some errors in the upload module by using <fmt:message> in my baseLayout.jsp, rather than <bean:message>. Not a big deal if you're not using sub-modules. I've never used them in the real-world, only in my example projects.
Posted in Java at Aug 14 2003, 01:49:35 PM MDT 2 CommentsSearch This Site
Recent Entries
- New Passport in 9 Days
- EhCache Project Busy this Summer
- Spontaneous Stuff Weekend
- Awesome Birthday Present: A Kegerator
- Maven Plugin for Running Integration Tests against Multiple Containers
- Presenting Web Frameworks of the Future Tomorrow in Denver
- My OSCON Aftermath
- OSCON 2008 Wrapup
- [OSCON 2008] Even Faster Web Sites by Steve Souders
- [OSCON 2008] CSS for High Performance JavaScript UI by Gavin Doughtie