programming Dependency Injection and the YAGNI principle One of my new personal projects involves writing an application using Node.js and MongoDB. It's going to have a RESTful interface for the services, and MongoDB as the database (I haven't decided about what I'm going to use for the front-end, but Angular.
java Creating RESTEasy Project with Eclipse and Maven Handy safety tip: to create a RESTEasy-friendly Maven project in Eclipse, do the following: Create the project as a simple Maven project In the project Properties -> Project Facets, make the project faceted, and select "Dynamic Web Module" (you may get
java VerifyError with JDK 7 We had been using nothing higher than JDK 6 with our project up until now, but when I built a new build machine using Fedora 18, JDK 7 was our only real option (okay, that and JDK 5). However, once I got things building