<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>straight_talking_java at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/straight_talking_java/</link>
    <description>Former JDJ Straight Talking list</description>

    <item>
      <title>Re: A Farewell to ORMs</title>
      <pubDate>Thu, 19 Nov 2009 04:06:24 GMT</pubDate>
      <dc:creator>jekratz</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60614</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60614</guid>
      <description>... Coming to this almost a month past ;)  That Spring guy is a doofus.  I&#39;ve never used annotations for Spring MVC and agree with you Eric.  And I don&#39;t think</description>
    </item>
    <item>
      <title>Re: Java generics suck!</title>
      <pubDate>Wed, 18 Nov 2009 16:59:38 GMT</pubDate>
      <dc:creator>David Rosenstrauch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60613</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60613</guid>
      <description>You are the man!!!!  Thanks so much! DR</description>
    </item>
    <item>
      <title>Re: Java generics suck!</title>
      <pubDate>Wed, 18 Nov 2009 16:52:22 GMT</pubDate>
      <dc:creator>David Gallardo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60612</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60612</guid>
      <description>Declaring the method like this works for me: private &lt;L, M&gt; void performCommonOperation(SortedMap&lt;L, List&lt;M&gt;&gt; test) { } @D ... -- Follow me on twitter:</description>
    </item>
    <item>
      <title>Re: Java generics suck!</title>
      <pubDate>Wed, 18 Nov 2009 16:30:17 GMT</pubDate>
      <dc:creator>Eric Rizzo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60611</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60611</guid>
      <description>... This works for me: public class GenericsProblem { public GenericsProblem() { SortedMap shardToServerMappings = new TreeMap(); SortedMap</description>
    </item>
    <item>
      <title>Java generics suck!</title>
      <pubDate>Wed, 18 Nov 2009 15:48:54 GMT</pubDate>
      <dc:creator>David Rosenstrauch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60610</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60610</guid>
      <description>Anyone know what&#39;s the correct magic Java generics incantation to use to get this to compile? import java.util.List; import java.util.SortedMap; import</description>
    </item>
    <item>
      <title>Re: javanet.staxutils</title>
      <pubDate>Mon, 16 Nov 2009 15:20:54 GMT</pubDate>
      <dc:creator>Simon MacDonald</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60609</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60609</guid>
      <description>Thanks Matt.  I initially got confused as we have a version so old that the classes we are using are no longer part of the package.  It is the </description>
    </item>
    <item>
      <title>Re: javanet.staxutils</title>
      <pubDate>Mon, 16 Nov 2009 01:24:45 GMT</pubDate>
      <dc:creator>Matt Quail</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60608</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60608</guid>
      <description>The project page is here, which lists some owners: https://stax-utils.dev.java.net/ http://wiki.java.net/bin/view/Javawsxml/StaxUtilsProject It doesn&#39;t look</description>
    </item>
    <item>
      <title>Re: XML Coding Issue</title>
      <pubDate>Mon, 16 Nov 2009 00:49:36 GMT</pubDate>
      <dc:creator>Victor Grazi</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60607</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60607</guid>
      <description>Why not? Just inspect every output line for offending characters and wrap those in CDATA. Also, multi-line fields would require the same. On Sun, Nov 15, 2009</description>
    </item>
    <item>
      <title>Re: XML Coding Issue</title>
      <pubDate>Sun, 15 Nov 2009 21:33:14 GMT</pubDate>
      <dc:creator>Geert Van Damme</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60606</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60606</guid>
      <description>Clearly, the receiver is doing something wrong. The XML code looks fine. Are they using some regexp-approach to parsing XML? Rob&#39;s suggestion of using CData</description>
    </item>
    <item>
      <title>Re: XML Coding Issue</title>
      <pubDate>Sat, 14 Nov 2009 22:14:00 GMT</pubDate>
      <dc:creator>Bill Squires</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60605</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60605</guid>
      <description>It sounds to me like the receiving service is just wrong if it isn&#39;t &#39;unencoding&#39; the &amp;lt;.  This seems like basic functionality in any XML parser.  Out of</description>
    </item>
    <item>
      <title>Re: XML Coding Issue</title>
      <pubDate>Sat, 14 Nov 2009 16:20:46 GMT</pubDate>
      <dc:creator>Robert Diana</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60604</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60604</guid>
      <description>Typically, when I run into this type of problem, I wrap the actual text in CDATA. I have not run into a situation where this did not work yet. Rob Diana</description>
    </item>
    <item>
      <title>XML Coding Issue</title>
      <pubDate>Sat, 14 Nov 2009 16:13:24 GMT</pubDate>
      <dc:creator>Mica Cooper</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60603</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60603</guid>
      <description>Guys, I have run accross an XML encoding issue I don&#39;t know how to resolve. We are needing to pass &#39;&lt;&#39; and &#39;&gt;&#39; in the data. We encode it as I would have </description>
    </item>
    <item>
      <title>javanet.staxutils</title>
      <pubDate>Fri, 13 Nov 2009 19:46:30 GMT</pubDate>
      <dc:creator>Simon MacDonald</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60602</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60602</guid>
      <description>Hey, I&#39;m trying to track down who owns javanet.staxutils? Does anyone have any ideas? I ask the list as I see a FishEye repository lists this package and</description>
    </item>
    <item>
      <title>Re: We released! Whew! Woo hoo!</title>
      <pubDate>Fri, 13 Nov 2009 16:15:50 GMT</pubDate>
      <dc:creator>Curtis Cooley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60601</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60601</guid>
      <description>The website also looks a little funky in Chromium. Not bad, but some of the paragraphs get cut off at the bottom. BTW, I signed up with my gmail address,</description>
    </item>
    <item>
      <title>Re: We released! Whew! Woo hoo!</title>
      <pubDate>Fri, 13 Nov 2009 16:12:35 GMT</pubDate>
      <dc:creator>Curtis Cooley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/straight_talking_java/message/60600</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/straight_talking_java/message/60600</guid>
      <description>Password requirements are not compatible with password maker :( ... -- Curtis Cooley curtis.cooley@... home:http://curtiscooley.com </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Fri Nov 20 21:38:32 PST 2009 -->
