- InfoQ: Security vs. Security Architecture – Marc Stiegler presents popular but faulty security architectures used – Independence Day Evil Alien Architecture, the Gilded Cage, and Gone Phishin' – along with effective architectures emerging today.
- InfoQ: Leaner Programmer Anarchy – Fred George discusses Programmer Anarchy, a development process where programmers are not just empowered to act but the driving force behind a product, leading to substantial increase in results.
- Eclipse offers hosted access to Web dev tools effort | Application Development – InfoWorld – The Orion platform is intended to move development to the Web and features an editor and client-side architecture using HTML5
- Enterprise software getting more mobile | Application Development – InfoWorld – A new survey finds that 73 percent of developers plan to extend enterprise applications to mobile devices in the next year
- Twitter Engineering: Improving Browser Security with CSP – Over the past few weeks we've been testing a new security feature for our mobile site. It is called a Content Security Policy, or CSP. This policy is a standard developed by Mozilla that aims to thwart cross site scripting (XSS) attacks at their point of execution, the browser
- Dropbox Could Generate $100 Million In Revenue This Year – Dropbox, the startup that makes cloud backup and syncing incredibly easy, is cash-flow positive, on track to generate $100 million in revenue this year and could be worth $1-2 billion
- Twitter Engineering: The Great Migration, the Winter of 2011 – Under the hood, Twitter is a complex yet elegant distributed network of queues, daemons, caches, and databases. Today, the feed and care of Twitter requires more than 200 engineers to keep the site growing and running smoothly
- YouTube – O’Reilly Webcast: Introduction to Apache CouchDB – In this webcast, J. Chris Anderson gives a technical overview and describes some of CouchDB's existing users, with plenty of time for audience-driven questions and answers.
- Stomp on Web Sockets – Stomp is a simple text-orientated messaging protocol. It defines an interoperable wire format so that any of the available Stomp Clients can communicate with any Stomp Message Broker to provide easy and widespread messaging interoperability among languages, platforms and brokers.
- Getting Response through GWT using Http Protocol – In this article, we will see how to use GWT to send a HTTPRequest to the server and update the response on the client side using Ajax.