<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Glen Smith</title>
	<atom:link href="http://blogs.bytecode.com.au/glen/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.bytecode.com.au/glen</link>
	<description>Java, XML and all that Jazz... from Canberra, Australia</description>
	<lastBuildDate>Thu, 17 May 2012 09:40:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Filtering Collections with JoSQL by Kamran Ali Khan</title>
		<link>http://blogs.bytecode.com.au/glen/2006/02/27/filtering-collections-with-josql.html#comment-20602</link>
		<dc:creator>Kamran Ali Khan</dc:creator>
		<pubDate>Thu, 17 May 2012 09:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2006/02/27/filtering-collections-with-josql/#comment-20602</guid>
		<description>JFilter is also similar open source java library to filter, map and reduce collections. Filter is written in json format like Mongodb.
http://code.google.com/p/jfilter/</description>
		<content:encoded><![CDATA[<p>JFilter is also similar open source java library to filter, map and reduce collections. Filter is written in json format like Mongodb.<br />
<a href="http://code.google.com/p/jfilter/" rel="nofollow">http://code.google.com/p/jfilter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From WSDL to JAXB to JPA with a single schema: Adventures in Hyperjaxb3 by Meziane</title>
		<link>http://blogs.bytecode.com.au/glen/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3.html#comment-19656</link>
		<dc:creator>Meziane</dc:creator>
		<pubDate>Sat, 05 May 2012 20:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3/#comment-19656</guid>
		<description>Hi,
it was a Netbeans issue: I don&#039;t know why, but the dtos autogenerated from Netbeans were without the corresponding primary keys.
This took me a long time and gave me strong headache: EJBs theory is very easy to understand but the praxis is made more difficult as needed
Meziane</description>
		<content:encoded><![CDATA[<p>Hi,<br />
it was a Netbeans issue: I don&#8217;t know why, but the dtos autogenerated from Netbeans were without the corresponding primary keys.<br />
This took me a long time and gave me strong headache: EJBs theory is very easy to understand but the praxis is made more difficult as needed<br />
Meziane</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eliminating annoying flicker transitions with jQuery Mobile on Android by Pbifaro</title>
		<link>http://blogs.bytecode.com.au/glen/2011/07/14/eliminating-annoying-flicker-transitions-with.html#comment-19463</link>
		<dc:creator>Pbifaro</dc:creator>
		<pubDate>Thu, 03 May 2012 14:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glen/?p=567#comment-19463</guid>
		<description>I know someone already asked this question but exactly where does the piece of code go for this ? In one of the jquery css files in my main css file???
Thanks</description>
		<content:encoded><![CDATA[<p>I know someone already asked this question but exactly where does the piece of code go for this ? In one of the jquery css files in my main css file???<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking Grails Scripts with &#8220;run-script&#8221; by Michael Lawler</title>
		<link>http://blogs.bytecode.com.au/glen/2011/06/20/hacking-grails-scripts-with-run-script.html#comment-19373</link>
		<dc:creator>Michael Lawler</dc:creator>
		<pubDate>Wed, 02 May 2012 12:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/?p=445#comment-19373</guid>
		<description>Cool. This has just come to the rescue of something that was going to quite complex for us in a framework we&#039;re building on grails. We bootstrap a bunch of beans into the h2 db and then use some of our services to programmatically generate some related domain class code for us.

This would have required a lot of infrastructure to do as a traditional grails script.

Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Cool. This has just come to the rescue of something that was going to quite complex for us in a framework we&#8217;re building on grails. We bootstrap a bunch of beans into the h2 db and then use some of our services to programmatically generate some related domain class code for us.</p>
<p>This would have required a lot of infrastructure to do as a traditional grails script.</p>
<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From WSDL to JAXB to JPA with a single schema: Adventures in Hyperjaxb3 by Meziane</title>
		<link>http://blogs.bytecode.com.au/glen/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3.html#comment-19286</link>
		<dc:creator>Meziane</dc:creator>
		<pubDate>Mon, 30 Apr 2012 21:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3/#comment-19286</guid>
		<description>Hi Glen,
I have a question: do I need &quot;any thing else&quot; in the following scenario?
1- an Java SE Application for entities (anotated with JAXB) generated by Netbeans and fitted to my needs
2- an JEE-Module containing Stateless EJB referencing the entities-project
3- a singleton  webservice in which the ejbs from the JEE-Module are injected and used in the Webmethods.
4- a Java SE standalone Client Application to consume the method of the webservice.

I understood, that I don&#039;t need anything else to use the CRUD operations of the differents ejbs used in the webservice, but it seems to me, that I am little bit wrong: Netbeans generates DTOs without the primary keys, in the client read and insert operations work but update and remove not. 
In the webservice all CRUD operations work.
Could you help me to understand what I have misunderstood??
Thank you in advance</description>
		<content:encoded><![CDATA[<p>Hi Glen,<br />
I have a question: do I need &#8220;any thing else&#8221; in the following scenario?<br />
1- an Java SE Application for entities (anotated with JAXB) generated by Netbeans and fitted to my needs<br />
2- an JEE-Module containing Stateless EJB referencing the entities-project<br />
3- a singleton  webservice in which the ejbs from the JEE-Module are injected and used in the Webmethods.<br />
4- a Java SE standalone Client Application to consume the method of the webservice.</p>
<p>I understood, that I don&#8217;t need anything else to use the CRUD operations of the differents ejbs used in the webservice, but it seems to me, that I am little bit wrong: Netbeans generates DTOs without the primary keys, in the client read and insert operations work but update and remove not.<br />
In the webservice all CRUD operations work.<br />
Could you help me to understand what I have misunderstood??<br />
Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Grandma never told you about Cookie.setMaxAge(0)&#8230; by Royet</title>
		<link>http://blogs.bytecode.com.au/glen/2006/03/31/what-grandma-never-told-you-about-cookie-setmaxage-0.html#comment-19238</link>
		<dc:creator>Royet</dc:creator>
		<pubDate>Mon, 30 Apr 2012 02:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2006/03/31/what-grandma-never-told-you-about-cookie-setmaxage-0/#comment-19238</guid>
		<description>I&#039;ve been banging my head for 2 days, went into depression and killed everyone in battlefield 3.

Until I stumbled into this blog.. Dude you saved my life....</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been banging my head for 2 days, went into depression and killed everyone in battlefield 3.</p>
<p>Until I stumbled into this blog.. Dude you saved my life&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans and solving the dreaded &#8220;unrecognized project; missing plug-in?&#8221; by Howard</title>
		<link>http://blogs.bytecode.com.au/glen/2010/07/03/netbeans-and-solving-the-dreaded-unrecognized-project-missing-plug-in.html#comment-19110</link>
		<dc:creator>Howard</dc:creator>
		<pubDate>Sat, 28 Apr 2012 12:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2010/07/03/netbeans-and-solving-the-dreaded-unrecognized-project-missing-plug-in/#comment-19110</guid>
		<description>Yes, I just downloaded and installed NetBeans 7.1.2, got this message that you are discussing here in this blog, and I wanted to search netbeans.org Report/File an Issue, and I got the page that says the following.

Planned NetBeans.org Outage: Fri, Apr 27 - Mon, Apr 30

After reading your blog, i downloaded plugins related to Java Web and Java EE, and now NetBeans 7.1.2 shows all my projects in the project pane.

Thank you!</description>
		<content:encoded><![CDATA[<p>Yes, I just downloaded and installed NetBeans 7.1.2, got this message that you are discussing here in this blog, and I wanted to search netbeans.org Report/File an Issue, and I got the page that says the following.</p>
<p>Planned NetBeans.org Outage: Fri, Apr 27 &#8211; Mon, Apr 30</p>
<p>After reading your blog, i downloaded plugins related to Java Web and Java EE, and now NetBeans 7.1.2 shows all my projects in the project pane.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on opencsv 2.0 released and mavenized (Sonatype totally rock!) by Pramod</title>
		<link>http://blogs.bytecode.com.au/glen/2009/08/25/opencsv-2-0-released-and-mavenized-sonatype-totally-rock.html#comment-18900</link>
		<dc:creator>Pramod</dc:creator>
		<pubDate>Thu, 26 Apr 2012 09:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2009/08/25/opencsv-2-0-released-and-mavenized-sonatype-totally-rock/#comment-18900</guid>
		<description>Hi Glen, can I parse a line of text  with opencsv. I have used it to parse csv files but can&#039;t get it to work it to parse a string.</description>
		<content:encoded><![CDATA[<p>Hi Glen, can I parse a line of text  with opencsv. I have used it to parse csv files but can&#8217;t get it to work it to parse a string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eliminating annoying flicker transitions with jQuery Mobile on Android by empollica</title>
		<link>http://blogs.bytecode.com.au/glen/2011/07/14/eliminating-annoying-flicker-transitions-with.html#comment-18710</link>
		<dc:creator>empollica</dc:creator>
		<pubDate>Tue, 24 Apr 2012 10:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glen/?p=567#comment-18710</guid>
		<description>That&#039;s PERFECT!! Thank you so much!! After googling and googling I never found a solution until today that I found this while I was searching other things not related XD

Did you inform to jquery mobile team?? This should be included in the next release!!</description>
		<content:encoded><![CDATA[<p>That&#8217;s PERFECT!! Thank you so much!! After googling and googling I never found a solution until today that I found this while I was searching other things not related XD</p>
<p>Did you inform to jquery mobile team?? This should be included in the next release!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven Tip: Enforcing a JDK version in your build by Bob</title>
		<link>http://blogs.bytecode.com.au/glen/2009/09/15/maven-tip-enforcing-a-jdk-version-in-your-build.html#comment-18034</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 18 Apr 2012 04:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2009/09/15/maven-tip-enforcing-a-jdk-version-in-your-build/#comment-18034</guid>
		<description>Thanks Glen!

Some dick enforced a JDK version in the parent POM of a project I have to work on.  Your post helped me bypass this check.</description>
		<content:encoded><![CDATA[<p>Thanks Glen!</p>
<p>Some dick enforced a JDK version in the parent POM of a project I have to work on.  Your post helped me bypass this check.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

