Digg Shuts Down Digpicz.com
2008-07-31 23:55Guys, I closed digpicz.com because I received this pdf, which said that I was abusing Digg’s trademarks! ... [阅读全文]
Let’s Bury the Term Software Engineering
2008-07-31 23:52Software engineering is not an accurate way to describe what software designers and developers do. We create software in an environment that is constantly changing to fulfill the expectations of businesspeople who aren’t exactly sure what they want. Does that sound like engineering? As I̵... [阅读全文]
Lazy Error Handling in Java, Part 2: Thrower is a Monad
2008-07-31 23:41In Part 1, we talked about the Thrower interface, and how we could use it to separate error handling from the code that produces those errors. We also saw how we could exploit generics to create a functor that can promote an existing function to a function that can handle and throw errors. ... [阅读全文]
微软建议的ASP性能优化28条守则
2008-07-31 23:32通常,ASP 性能主要取决于ASP 代码本身以外的很多因素。我们不在一篇文章中罗列出所有的信息,在本文结尾处我们列出了与性能有关的资源。这些链接涵盖了ASP 和非ASP 主题,包括ActiveX® 数据对象(ADO)、组件对象模型(COM)、数据库和Internet Information … ... [阅读全文]
Software Development Cycles
2008-07-31 23:31The inside details of the software development cycle ... [阅读全文]
Progress Indicator: Creating a JavaFX Custom Node and Binding to a Model
2008-07-31 23:21In today’s post, we’re going to do two things: Define a ProgressNode control that may be use to show the progress of an operation. Introduce a model class into the Sound Beans application. As I’ve said before, the “way of JavaFX” is to bind the UI to a model, and this... [阅读全文]
Grails on GlassFish v3 - Embedded or Stand-alone
2008-07-31 23:03Grails 1.0.3 was released a few weeks ago. This blog uses the instructions originally posted here and shows how to deploy a simple Grails application on GlassFish. ... [阅读全文]
FindBugs finds bugs (again)
2008-07-31 23:03FindBugs is terrific. I’ve been using it for several years now, and each new release seems to find some more mistakes in my code that were previously slipping through unnoticed. ... [阅读全文]
The Onion Architecture : Part 2
2008-07-31 23:03In part 1, I introduced an architectural pattern that I have named “Onion Architecture”. The object-oriented design concepts are not new, but I’m pulling together a lot of techniques and conventions into a single pattern and giving it a name. My hope is that the industry can use... [阅读全文]
Minimalist Linux to Confuse the Masses
2008-07-31 23:03Sometimes it’s fun to just make people think “WTF‽” when they see your computer. That’s “WTF‽” in a good way. It’s not hard on Linux to make people say “woah,”, but it’s even easier, if you know the command line, to make people look at you typing away on your laptop and think you’re some kind of cr... [阅读全文]
SVN & Alpha [Wordpress & Firefox]
2008-07-31 23:02Lucifr最近一直写得比较多的除了Wordpress就是Firefox,而这两个开发组也像商量好了似的,总是很一致地行动,发布新版本也是,放出新测试版也是,就连更新起来的风格和热情也是惊人的相像,不禁让lucifr怀疑是不是二者之间有什么“奸情”… … ... [阅读全文]
国资委专家反对网店新规用行政手段收费
2008-07-31 22:59正当北京市工商局在一片争议声中强力推行网店新规之际,国务院国资委专家卢奇骏昨日公开表示质疑,他认为网店办照的规定不应该由某一个部委来制定,而应由国家出面;同时他也认为政府应研究如何做好行业服务工作,反对(网店新规)通过行政手段来收费。 “网店新规”是眼下…. ... [阅读全文]
JavaFX Preview SDK released
2008-07-31 22:56I’m happy to announce that we have released the first preview version of the JavaFX SDK. Head over to JavaFX.com to check it out. We’ve all been working very hard on it for the last few months, so it’s quite a relief to have it out. You can see my first post on our new official Ja... [阅读全文]
The Most Awesome Looking Treehouse Ever
2008-07-31 22:50What if we told you you could own a piece of your very own tropical island eco-resort - and do so with an awesome Ewok-meets-Aarnio eco-sphere hanging treehouse? ... [阅读全文]
Garbage Collection Representations
2008-07-31 22:36I have yet to find a comprehensive description of the various data representations used for garbage collection. This isn’t an overview of garbage collection algorithms, but an overview of how to distinguish pointers from other values and how to traverse the data structures, which has seemingl... [阅读全文]
10 Amazing Visualizations of Social Networks
2008-07-31 22:35Social networks are dynamic and constantly evolving. While we can easily identify our friends and acquaintances within a network, it’s much harder for us to comprehend how members in a social network are connected and how those connections influence a particular network. ... [阅读全文]
Lazy Loading With The LazyList
2008-07-31 22:11In one of the first few episodes of the MVC Storefront, Ayende decided to be brilliant and came up with a really cool way to handle lazy loading with Linq To Sql: The LazyList. If you’re not familiar with the term, “Lazy Loading” applies to the concept of an object that has a prop... [阅读全文]
Cocoa Tutorial: Windows OOP vs Cocoa MVC
2008-07-31 22:06Encapsulate everything! Right? Or not. I was watching the Cocoa developers email list today and saw a post asking for help getting two views to communicate between one another. Having been a Windows programmer for longer than I’m willing to admit, I recognized the question as it was one that I also... [阅读全文]
Book Review: Zend Studio for Eclipse
2008-07-31 22:06I get a lot of books to review but I always feel special when I get autographed copy of a book from the author. (you reading this Scott Siglar?) My buddy Pete MacIntyre has been after me to review his book for some time now and honest Pete, it’s been sitting on my desk since it arrived patiently aw... [阅读全文]
More on Grails Bootstrapping
2008-07-31 22:05In a previous post, I shared a simple Groovy script that exhibits a mechanism for executing scripts within a bootstrapped Grails environment (basically it shows how to use GORM outside of a running web application or integration test). ... [阅读全文]
最新评论