Archive for November, 2009

Suppress Eclipse Warnings Annotation

Tuesday, November 17th, 2009
No Gravatar

When I search for something too many times, I try to remember to post it here.  So, to drop the warnings for type safety when you know all is fine, you can do the following:

@SuppressWarnings(“unchecked”)
List<CustomerBean>    customers    = (List<CustomerBean>)session.getAttribute(CSRD_CONTACT_LIST);

I Love The Internet Thiiiiiis Much

Tuesday, November 3rd, 2009
No Gravatar

A recent thread on Linked In lead me to this site showing how many web sites there are: http://news.netcraft.com/archives/web_server_survey.html