Geekheads
  • Home
Subscribe
Tagged

java

A collection of 3 posts

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.js is a strong contender). I

Jack Lund Apr 13, 2014 • 3 min read
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 a NullPointerException, but it doesn't seem

Jack Lund May 20, 2013 • 1 min read
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 using ant, I got the following

Jack Lund May 7, 2013 • 1 min read
Geekheads © 2022
Powered by Ghost