-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- September 2017
- June 2017
- May 2017
- January 2017
- May 2016
- November 2015
- August 2015
- June 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- October 2014
- August 2014
- July 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- September 2013
- August 2013
- July 2013
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Category Archives: java
Jersey + Jetty = less hair
This is mainly for future me when I run into this problem again. I needed to use Jersey 2.x and had setup an embedded Jetty server for some integration testing. One portion needed to get the parameters from a POST … Continue reading
Posted in java, open source
Leave a comment
YouTube GData API and Android
If you want to use the YouTube API v2 to search for content on YouTube with an Android device, the recommended way is the use the gdata-http-client java package. However, this requires that you parse the XML returned yourself, and … Continue reading
EclipseCon 2011: Monday Talk Highlight
Instead of giving a complete summary of Monday, I’ll try and highlight the one talk that I felt provided the most buzz that I attended. Of those that I didn’t attend, but was getting good buzz on twitter was … Continue reading
Posted in eclipse, eclipsecon, java, open source
3 Comments
Clean Code irk
Say you have something like the following in your code: The above is pretty basic and is probably used even in your own code. While the above works, a more meaningful API could be something like the following. Yes the … Continue reading
Posted in clean code, craftsmanship, eclipse, java, turmeric
9 Comments
>To JavaDoc or Not JavaDoc..Part Deux
>Automating Java API Reference Plugins. One of the things that Eclipse PDE is missing is a nice way to generate SDK javadoc help plugins. The nice thing about living in the Internet age, is that somebody else has probably already … Continue reading
Posted in docbook, documentation, eclipse, java
Leave a comment