Sonatype Blog » Wait… you don’t have a repository manager? – If you develop Java-based or .NET-based software and you don’t use a repository manager you might as well just wear a shirt emblazoned with the words: "Doing it wrong and proud of it". Here are some very basic reasons why you shouldn’t just accept the fact that your group doesn’t want to use a repository manager:
Is Kanban the New Scrum? – Kanban focuses on limited WIP and suggests a short cycle time. Having regular cadences is recommended. Scrum focuses on short, regular cadences and suggests limited WIP. If you're doing them well, both paths lead to the same place.
CoffeeScript: Good, Bold, and with Sugar – Daniel Mohl introduces CoffeeScript: what it is, what’s good for, how is different from other similar languages, what makes it more readable than JavaScript, some minuses, and code samples.
SpringMVC on JBoss Enterprise Application Platform 6 on OpenShift on Vimeo – This video demonstrates how quickly and easily you an get started building Spring MVC applications using a provided Maven archetype in JBoss Developer Studio (jboss.org/developer) targeting JBoss Enterprise Application Platform 6 in the cloud at OpenShift.
Mobilize Your MongoDB: Building MongoDB Mobile Apps with OpenShift PaaS Part II – This is the second part of a blog series that details how to develop a mobile application that is backed by MongoDB and a PaaS. MongoDB makes a great companion to this mobile application given its ability to shard and the nature of being able to store JSON documents with little data manipulation required.
MVC is dead, it’s time to MOVE on. – To re-iterate: MVC is awesome, but it's designed with decades old technologies. MOVE is just a update to make better use of the new tools we have.