Tag Archives: java

A JmDNS / mDNSResponder Zeroconf Compatibility Interface

My company has given me permission to release a Java Zeroconf API. The advantage of this API is that it allows the application to select which implementing library to use at runtime, and eases developer work implementing mDNS / DNS-SD. … Continue reading

Posted in Tech | Tagged , , , , , , , , | 1 Comment

Using Maven to create a Mac OS X app bundle

I came across this post and this Maven plugin today. Call me cynical, but I was shocked when it worked out of the box, building our application as a Mac friendly .app which can be run with a double click. … Continue reading

Posted in Tech | Tagged , , , | Leave a comment

Using Maven with Eclipse

I uninstalled M2Eclipse and installed q4e and gave it a shot. All the core functionality seems to be there (dependancy management is the big one for me) and importing from a project pom seems to work (although It didn’t seem … Continue reading

Posted in Tech | Tagged , , , | Leave a comment