Performance matters when writing, too: more SQL tips
Programmers generally recognize that SQL can be optimized: experts often rewrite queries to take only a fraction of the time of their... more »
Tweet 0 Comments Save Tags: database , opinion , server , trends
The Great Java Application Server Debate with Tomcat, JBoss, GlassFish, Jetty and Liberty Profile
What type of Java app server should you choose for your next project? Well, that kinda depends on what kind of app you’re building, what... more »
Tweet 0 Comments Save Tags: frameworks , java , server
What if Enterprise IT Built Race Cars?
How a race car would turn out if it were developed by the equivalent of an Enterprise IT department (without DevOps).
Tweet 0 Comments Save Tags: methodology , opinion , server , tools
ACID v BASE
A few thoughts on ACID, transactions, CAP, and BASE. The impact of NoSQL and the requirements of ACID and transactions, the emergence of... more »
Tweet 0 Comments Save Tags: open source , server , standards , trends
Project Plugh: Open Source Log Analysis
I'm building an open source log manage/analysis tool that will offer folks what Splunk offers folks, except it's open.
Tweet 0 Comments Save Tags: open source , server , tools
Using Strings and Tokens as Querystring Parameters in SharePoint Links
At some point during your development adventures you'll need to put a rather generic link somewhere with the expectation that no matter... more »
Tweet 0 Comments Save Tags: .net , microsoft , server , windows
Freedom, responsibility, and testing: Lessons for DevOps
Testing has a body of theory that helps its manageability and scalability. Many of the principles deserve to be borrowed into DevOps
Tweet 0 Comments Save Tags: agile , opinion , server , trends
Neo4j 1.9 General Availability Announcement!
Neo4j 1.9 adds a self sustained cluster mode, implementing the paxos protocol internally. It no longer relies on Zookeeper. The query... more »
Tweet 0 Comments Save Tags: database , java , open source , server
DevOps with Puppet Enterprise
This two-minute overview explains how Puppet Enterprise can support DevOps practice.
Tweet 0 Comments Save Tags: server , tools
Jboss EAP 6.1 was released
The new version of JBoss EAP 6.1 was released yesterday at 05/20/2013 10:08 and it includes lots of bug fixes and some new features.
Switching between data sources when using @DataSourceDefinition
Java EE 6 introduced the @DataSourceDefinition annotation and data-source element for usage in deployment descriptors such as web.xml.... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards