GDGT - The new site from Ryan Block & Peter Rojas
2008-09-05 15:00gdgt is the new consumer electronics site by Peter Rojas and Ryan Block -- the guys behind Engadget and Gizmodo. We're still prepping things (no, this isn't the final site!), but we've got a weekly podcast you can listen to in the meantime... [阅读全文]
TextUML Toolkit, use a textual notation for creating UML class diagrams faster
2008-09-05 14:55TextUML Toolkit is an open-source IDE for UML that lets you create models at the same speed you write code. By adopting a textual notation, the TextUML Toolkit provides benefits you will not get elsewhere: ... [阅读全文]
20 Real-Life Challenges in Cloud Computing
2008-09-05 14:06We’ve done some extensive work on cloud computing (i.e. deploying Java grid application on cloud environment) here at GridGain and there is a distinct set of problems and challenges associated with that work whether it is related to the cloud computing in general or to grid middleware you are using ... [阅读全文]
I’m a Beginner to Web DesignWhich Book Should I Buy?
2008-09-05 14:04"I want to learn about web design, so that I can create my own web sites, and I'm searching for a book to get started with. What is the best book for newcomers to web design?" ... [阅读全文]
ISPs Hand Over Details of ‘Several Thousand’ Pirates
2008-09-05 14:00Two major UK ISPs have been ordered by the High Court to hand over the identities of several thousand alleged file-sharers. BT has confirmed it is involved while Virgin Media was less direct in admitting that lawyers Davenport Lyons, working with Topwear Inc., are about to start threatening thousand... [阅读全文]
ISPs Will All Spy on Their Customers, Professor Warns
2008-09-05 12:50If there's a candidate for the worst future violator of your privacy, look no further than the company you pay for broadband. So says University of Colorado law professor and former federal prosecutor Paul Ohm, who argues in a new article that ISPs have the means, motive and opportunity to kill your... [阅读全文]
Flash vs Silverlight: Dancing Polygon
2008-09-05 12:12This example illustrated the differences in rendering polygon using AS3 and C#. You may also reuse the Class as your drawing Library. It included both Flash and Silverlight versions with complete source codes. ... [阅读全文]
Commons Logging may be harmful to your health
2008-09-05 11:43All of us know that decoupling your code from the frameworks you use is a really great thing. Just imagine how much code you will be changing if you are using log4j APIs in all of you application classes, and then a decision was made to start using the java APIs instead. Think of how much code would... [阅读全文]
“C++ Programming Language” Still Rocks
2008-09-05 11:09Why is the book about C++ written more than 20 years ago still useful for .NET and Java developers?... [阅读全文]
Chrome didn’t survive long…
2008-09-05 10:09... on my computer. Less than 24 h after I downloaded Google's first own browser I already uninstalled it. Sure, it's slick and lightning fast. But I can't help it: I don't trust it. Excerpt from the "Google Chrome Privacy Notice":... [阅读全文]
Comcast sues FCC, wants P2P throttling order overturned
2008-09-05 10:00Comcast has done the utterly expected: asked the DC Court of Appeals to review the recent FCC decision against its P2P traffic-shaping solution.... [阅读全文]
Immutability in Java, Part 3: Deserialization and Reflection
2008-09-05 09:04This time, I'll talk about deserialization, immutability and final fields. I'll try to be a little shorter. I spent the last two posts on immutability (here and here) talking about what it takes to make an object's fields immutable. This advice mostly boiled down to "it has to be final and set befo... [阅读全文]
REST With Rails Part 1
2008-09-05 08:22In this first part I will show you how to build RESTful services using Rails. REST is an architectural style modeled after the Web. Basically, it codifies the principles and methods behind Web servers that lead to the creation of the largest distributed system ever built. For some people "distribute... [阅读全文]
Django Round 2
2008-09-05 07:51Last year when I was going through the various python frameworks, I eventually dismissed Django in favor of TurboGears. From TurboGears I settled on Pylons as my web framework of choice, and excepting some quirks and some bad documentation, I’ve been very happy. Last night I had the privledge of re... [阅读全文]
You’ve been banned! Handling executions in a Digg democracy
2008-09-05 06:50For a website that prides itself on its democratic approach to news selection, Digg has a tricky line to walk when it comes to silencing and banning its users. As the number of Diggers increases -- the site says it had 29 million visitors last month -- its moderators are finding that banning rogue u... [阅读全文]
Java ClassBuilder: bringing Java data binding into the 21st century
2008-09-05 06:36A new project from the JavaBuilders.org family. Focuses on bytecode instrumentation of existing Java classes to enable databinding with no more than 1-2 lines of code. Uses the Javassist bytecode library and the standard Beans Binding library under the hood.... [阅读全文]
New UMLKit Available For Netbeans 6.5 - First Tests - Reverse Engineering Of EJB 3 Rocks
2008-09-05 05:14UMLKit was introduced to the update manager silently. It is a new, updated and streamlined version of the already existing UML extension for netbeans. For installation go to menu: Tools --> Plugins ---> Available Plugins and type in "UML". ... [阅读全文]
Has the JVM design been holding back Java?
2008-09-05 04:39After all these years, Java’s applet has not seen much adoption, while Flash continue to gain mindshare. Applets suffer from wlow start up times, crashing browsers, heavy resource usage. The latest ’solution’ from Sun is to keep the java libraries in the disk cache.... [阅读全文]
Why I still read technical books
2008-09-05 04:36Occasionally I hear a respected developer make the case against books - "Books are dead, use other online resources instead." I acknowledge that technical books do have several limitations:... [阅读全文]
Wicket and GWT compared with code
2008-09-05 04:12I have been using Wicket for a while now and I’ve occasionally wondered if GWT provides any kind of advantage over Wicket. Recently I got a chance to do a comparison and instead of coding a simple “Hello World” kind of example, I decided to try something a little more complex. Hopefully this brings ... [阅读全文]
最新评论