FindBugs and PMD applied on J2EE 5
2008-08-19 00:05After few months of a fun learning curve - coding WSDL-first Web Services based on EJB 3 and JPA - I found some time to include automated quality tasks in my project with ant scripts of FindBugs and PMD. As expected, the first round of quality assurance returned me a long list of bugs, most of them... [阅读全文]
The Perils of FUI: Fake User Interface
2008-08-18 23:42As a software developer, tell me if you've ever done this: 1. Taken a screenshot of something on the desktop 2. Opened it in a graphics program 3. Gone off to work on something else 4. Upon returning to your computer, attempted to click on the screenshot as if it was an actual program.... [阅读全文]
Torvalds: No picnic to become major Linux coder
2008-08-18 23:40The Linux project lead has said new contributors should 'start small' to avoid becoming frustrated with the Linux kernel development process... [阅读全文]
Josh Peek officially joins the Rails core
2008-08-18 23:38Josh has been working on a Google Summer of Code project to bring thread safety to Rails and is just about ready to wrap it up. Rails 2.2 will be thread safe thanks to the work that Josh has put into it.... [阅读全文]
Erlang Introduction (For the Ruby Guy) part 3
2008-08-18 23:26In Erlang your world revolves around processes. Not to be confused with OS processes. Here we are talking about highly light weight threads that can quickly be started and shut down. These are a lot faster and lighter that threads you may be used to from Ruby and you will use them quite a lot more ... [阅读全文]
PathTools : Simple Yet Useful Eclipse Plug-in
2008-08-18 23:11In this article we develop a simple yet useful Eclipse plug-in PathTools. The plug-in adds the following actions to Eclipse. CopyPath, Explore and Open in external editor...... [阅读全文]
Project-Oriented SOA
2008-08-18 23:05The solution is to combine service lifecycle management, architecture, SOA governance, funding, and SOA metrics into a single comprehensive program. The ultimate goal is to ensure that through addressing project needs services are being effectively designed and implemented and that leverage takes p... [阅读全文]
Groovy threads
2008-08-18 22:56Note: I think I’ll re-write this post, it’s a little confusing, but I’m in a rush.... [阅读全文]
Google Adsense with Feeds
2008-08-18 22:54Finally, publishers can now put advertisements in feeds!... [阅读全文]
Nobody Thinks They’re An Enterprise
2008-08-18 22:37Any technology whose name contains the words business or enterprise is crap until proven not. And might be crap even when proven not.... [阅读全文]
How to create an iGoogle, myYahoo type portal? Demo and API
2008-08-18 22:33After developing the draggable div application the other day, I was itched to implement the whole iGoogle portal. Probably the drive came when a few of you asked me “These draggable divs are just like iGoogle”, so I thought why not to give a shot at it.... [阅读全文]
Concurrency Oriented Programming and Side Effects
2008-08-18 22:32In my last post on Scala actors, I had mentioned about the actor code being side-effect-free and referentially transparent. James Iry correctly pointed out that Scala react is side-effected, since the partial function that it takes processes a message which is neither a parameter to react nor a val... [阅读全文]
Next frontier for JSON - Telnet?
2008-08-18 22:25Yet another innovative usecase for JSON.... [阅读全文]
svn: inconsistent line ending style
2008-08-18 21:56Today I was adding grails tutorials into SVN repository. Yes I know it should be in the repository long time ago :). And something that should be simple operation finished with the svn:inconsistent line ending style. For those who didn't still hit this problem, SVN finishes with this error if you h... [阅读全文]
Scrum/Agile Tools: Quick Look at GreenHopper
2008-08-18 21:49This post is exactly a result of a quick look at the GreenHopper SW - an Agile product management plugin for Jira. It is no in-depth review, just my impressions after the demo made on the conference and after the extensive interrogation of a Pyxis representative who demoed the tool for me.... [阅读全文]
最新评论