Introducing JSR-352 - Batch Applications for the Java Platform
All long running batch jobs have some common characteristics too e.g. handling and recovering from failure. Historically Java EE... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards
SONAR: Tool for Maintaining Coding Standards and Conventions
SONAR is an open source platform used by development teams to manage source code quality. Sonar has been developed with this main... more »
Tweet 0 Comments Save Tags: opinion , standards , tools
Understanding Digest Access Authentication
Digest Access Authentication is one method that a client and server can use to exchange credentials over HTTP. This method uses a... more »
Tweet 0 Comments Save Tags: standards , web services
Episode 7: Web Sockets Are Fast
Chris Boden joins us to talk about a Ratchet and React. The conversation is basically Ben and Phil asking a bunch of questions about how... more »
Tweet 0 Comments Save Tags: standards
Clouds in Government - Perils of Portability
Gareth Rushgrove emphasized the importance of cloud portability in a world of Infrastructure and Platform as a Service, offering examples... more »
Tweet 0 Comments Save Tags: server , standards
Use Web Components Today With Google's Polymer
At Google I/O last week, Google launched Polymer, a new library to build web applications using Web Components, the new HTML5 standard to... more »
Tweet 0 Comments Save Tags: css-html , standards
The css selector length myth
CSS selector lengths are not the responsibility of the csser, instead the csser should worry about writing correct selectors and using... more »
Tweet 0 Comments Save Tags: css-html , how-to , opinion , standards