<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Head in the Web &#187; Annotation</title>
	<atom:link href="http://techblog.fywservices.com/tag/annotation/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.fywservices.com</link>
	<description>Building a better user experience one technology at a time</description>
	<lastBuildDate>Tue, 03 Jan 2012 18:12:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Suppress Eclipse Warnings Annotation</title>
		<link>http://techblog.fywservices.com/2009/11/suppress-eclipse-warnings-annotation/</link>
		<comments>http://techblog.fywservices.com/2009/11/suppress-eclipse-warnings-annotation/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:10:46 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Annotation]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[surpress]]></category>
		<category><![CDATA[unchecked]]></category>
		<category><![CDATA[warnings]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=314</guid>
		<description><![CDATA[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(&#8220;unchecked&#8221;) List&#60;CustomerBean&#62;    customers    = (List&#60;CustomerBean&#62;)session.getAttribute(CSRD_CONTACT_LIST);]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>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:</p>
<blockquote><p>@SuppressWarnings(&#8220;unchecked&#8221;)<br />
List&lt;CustomerBean&gt;    customers    = (List&lt;CustomerBean&gt;)session.getAttribute(CSRD_CONTACT_LIST);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/11/suppress-eclipse-warnings-annotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annotation Overrides in a Cluster</title>
		<link>http://techblog.fywservices.com/2009/08/annotation-overrides-in-a-cluster/</link>
		<comments>http://techblog.fywservices.com/2009/08/annotation-overrides-in-a-cluster/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 18:52:13 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Server]]></category>
		<category><![CDATA[Annotation]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Overrides]]></category>
		<category><![CDATA[WLS]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=239</guid>
		<description><![CDATA[The original blog I referenced in my original blog (I recall someone  laughing at the term &#8220;Legacy Web Application&#8221; back in 2000) is sadly gone. So, for those who may run into the following error: &#8220;javax.enterprise.deploy.model.exceptions.DDBeanCreateException: [J2EE Deployment SPI:260142]The descriptor at &#8216;META-INF/annotation-manifest.xml&#8217; in module Here is the closest reference still available to help you out: [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>The original blog I referenced in my original blog (I recall someone  laughing at the term &#8220;Legacy Web Application&#8221; back in 2000) is sadly gone. So, for those who may run into the following error:</p>
<blockquote><p>&#8220;javax.enterprise.deploy.model.exceptions.DDBeanCreateException: [J2EE Deployment SPI:260142]The descriptor at &#8216;META-INF/annotation-manifest.xml&#8217; in module</p></blockquote>
<p>Here is the closest reference still available to help you out: <a href="http://blogs.oracle.com/jamesbayer/2007/08/changing_weblogic_annotations.html" target="_blank">http://blogs.oracle.com/jamesbayer/2007/08/changing_weblogic_annotations.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/08/annotation-overrides-in-a-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

