<?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 Netbeans for the Coffee Drinker</title>
	<atom:link href="http://netbeansboy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://netbeansboy.com</link>
	<description>Netbeansboy works on Netbeans and Java....</description>
	<pubDate>Sat, 22 Nov 2008 09:58:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Netbeans 6.1 &#38; Jasper Reports - a Marriage made in heaven or somewhere else nice. by chandu reddy</title>
		<link>http://netbeansboy.com/2008/04/17/netbeans-61-jasper-reports-a-marriage-made-in-heaven-or-somewhere-else-nice/#comment-181</link>
		<dc:creator>chandu reddy</dc:creator>
		<pubDate>Wed, 29 Oct 2008 10:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=55#comment-181</guid>
		<description>String sSaveSQL=getSessionBean1().getCoursesRowSet1().getCommand();
getSessionBean1().getCoursesRowSet1().setCommand(sSaveSQL);
getSessionBean1().getCoursesRowSet1().execute();

here it gets the command from the rowset and executes but if we want to give parameters to the command how we can pass.</description>
		<content:encoded><![CDATA[<p>String sSaveSQL=getSessionBean1().getCoursesRowSet1().getCommand();<br />
getSessionBean1().getCoursesRowSet1().setCommand(sSaveSQL);<br />
getSessionBean1().getCoursesRowSet1().execute();</p>
<p>here it gets the command from the rowset and executes but if we want to give parameters to the command how we can pass.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Server Faces and Google Chrome &#8212; Goodbye IE! by pncblessed</title>
		<link>http://netbeansboy.com/2008/09/03/java-server-faces-and-google-chrome-goodbye-ie/#comment-172</link>
		<dc:creator>pncblessed</dc:creator>
		<pubDate>Sun, 05 Oct 2008 13:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=113#comment-172</guid>
		<description>I  Disagree actually - the whole point of JSF s to build user interfaces that work through the web. 

This is from the Sun website about JSF.

"JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers of various skill levels can quickly build web applications by: assembling reusable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers."

You notice the UI Component part. Well that I think is pretty important to the whole process. How the whole mechanism performs is VITALLY important to the front end and this is displayed in a web browser, thus the web browser you choose must perform the task of rendering the components in a good way, not falling over or running slowly.

Paul</description>
		<content:encoded><![CDATA[<p>I  Disagree actually - the whole point of JSF s to build user interfaces that work through the web. </p>
<p>This is from the Sun website about JSF.</p>
<p>&#8220;JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers of various skill levels can quickly build web applications by: assembling reusable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers.&#8221;</p>
<p>You notice the UI Component part. Well that I think is pretty important to the whole process. How the whole mechanism performs is VITALLY important to the front end and this is displayed in a web browser, thus the web browser you choose must perform the task of rendering the components in a good way, not falling over or running slowly.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Server Faces and Google Chrome &#8212; Goodbye IE! by Venkat</title>
		<link>http://netbeansboy.com/2008/09/03/java-server-faces-and-google-chrome-goodbye-ie/#comment-171</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Sun, 05 Oct 2008 00:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=113#comment-171</guid>
		<description>JSF is a server side framework and google chrome is web browser runs on client side. To me it doesn't make sense to combine JSF with google chrome performance.</description>
		<content:encoded><![CDATA[<p>JSF is a server side framework and google chrome is web browser runs on client side. To me it doesn&#8217;t make sense to combine JSF with google chrome performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans 6.1 &#38; Jasper Reports - a Marriage made in heaven or somewhere else nice. by newbieToJava</title>
		<link>http://netbeansboy.com/2008/04/17/netbeans-61-jasper-reports-a-marriage-made-in-heaven-or-somewhere-else-nice/#comment-170</link>
		<dc:creator>newbieToJava</dc:creator>
		<pubDate>Sat, 04 Oct 2008 12:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=55#comment-170</guid>
		<description>Hi guys. I'm new to netbeans and java. I'm trying to use jasper reports with JSP and tomcat in netbeans. Can you tell me a good starting point?</description>
		<content:encoded><![CDATA[<p>Hi guys. I&#8217;m new to netbeans and java. I&#8217;m trying to use jasper reports with JSP and tomcat in netbeans. Can you tell me a good starting point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems with Webservices in Netbeans and how to solve them by pncblessed</title>
		<link>http://netbeansboy.com/2008/10/01/problems-with-webservices-in-netbeans-and-how-to-solve-them/#comment-165</link>
		<dc:creator>pncblessed</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=152#comment-165</guid>
		<description>Yes agreed thanks for that one Daniel.

Incidentally this was a very interesting project, I had to get the data to Italy with specifications they wrote for their database. They had one database, I had 36.

So everytime they requested a web service my system had to scan 36 different schemata in a SQL SERVER 2005. I used my JTDS driver and a special class to make it look to the other end that it was one database. Lucikly the Primary keys in the databases were all UUID's so we didn't have a problem with multple clients for instance with the same IDs.

Paul.</description>
		<content:encoded><![CDATA[<p>Yes agreed thanks for that one Daniel.</p>
<p>Incidentally this was a very interesting project, I had to get the data to Italy with specifications they wrote for their database. They had one database, I had 36.</p>
<p>So everytime they requested a web service my system had to scan 36 different schemata in a SQL SERVER 2005. I used my JTDS driver and a special class to make it look to the other end that it was one database. Lucikly the Primary keys in the databases were all UUID&#8217;s so we didn&#8217;t have a problem with multple clients for instance with the same IDs.</p>
<p>Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems with Webservices in Netbeans and how to solve them by Daniel Vásquez</title>
		<link>http://netbeansboy.com/2008/10/01/problems-with-webservices-in-netbeans-and-how-to-solve-them/#comment-164</link>
		<dc:creator>Daniel Vásquez</dc:creator>
		<pubDate>Wed, 01 Oct 2008 21:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=152#comment-164</guid>
		<description>A better solution using generics:
 @WebMethod(operationName = "Data")
    public List Data() {
        List result=new ArrayList();
       for (int i=0;i&#60;20;++i) {
        dtaData DataObject=new dtaData ();
       DataObject.sid=""+i;
       result.add(DataObject);
     }
Thus wsimport can generate the dtaData class.. Your workaround is a good solution when inheritance is required and parent or child classes are not explicitly returned in a webservice.</description>
		<content:encoded><![CDATA[<p>A better solution using generics:<br />
 @WebMethod(operationName = &#8220;Data&#8221;)<br />
    public List Data() {<br />
        List result=new ArrayList();<br />
       for (int i=0;i&lt;20;++i) {<br />
        dtaData DataObject=new dtaData ();<br />
       DataObject.sid=&#8221;"+i;<br />
       result.add(DataObject);<br />
     }<br />
Thus wsimport can generate the dtaData class.. Your workaround is a good solution when inheritance is required and parent or child classes are not explicitly returned in a webservice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Server Faces, SQL SERVER and CHAR FIELDS by uthay</title>
		<link>http://netbeansboy.com/2008/09/18/the-nightmare-of-char-fields-in-sql-server-and-a-naughty-solution/#comment-153</link>
		<dc:creator>uthay</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=120#comment-153</guid>
		<description>genius discovery</description>
		<content:encoded><![CDATA[<p>genius discovery</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans 6.1 &#38; Jasper Reports - a Marriage made in heaven or somewhere else nice. by Mr. stevbot</title>
		<link>http://netbeansboy.com/2008/04/17/netbeans-61-jasper-reports-a-marriage-made-in-heaven-or-somewhere-else-nice/#comment-146</link>
		<dc:creator>Mr. stevbot</dc:creator>
		<pubDate>Wed, 10 Sep 2008 14:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=55#comment-146</guid>
		<description>java.io.IOException: Cannot run program “javac”: CreateProcess error=2, The system cannot find the file specified

your java runtime is not setup right</description>
		<content:encoded><![CDATA[<p>java.io.IOException: Cannot run program “javac”: CreateProcess error=2, The system cannot find the file specified</p>
<p>your java runtime is not setup right</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Server Faces and Google Chrome &#8212; Goodbye IE! by pncblessed</title>
		<link>http://netbeansboy.com/2008/09/03/java-server-faces-and-google-chrome-goodbye-ie/#comment-139</link>
		<dc:creator>pncblessed</dc:creator>
		<pubDate>Wed, 03 Sep 2008 10:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=113#comment-139</guid>
		<description>Hi Alhoscha,

I tested this and I think they've fixed it because it didn't do anything to my system at all :-)</description>
		<content:encoded><![CDATA[<p>Hi Alhoscha,</p>
<p>I tested this and I think they&#8217;ve fixed it because it didn&#8217;t do anything to my system at all <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Server Faces and Google Chrome &#8212; Goodbye IE! by Aljoscha Rittner</title>
		<link>http://netbeansboy.com/2008/09/03/java-server-faces-and-google-chrome-goodbye-ie/#comment-138</link>
		<dc:creator>Aljoscha Rittner</dc:creator>
		<pubDate>Wed, 03 Sep 2008 10:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://netbeansboy.wordpress.com/?p=113#comment-138</guid>
		<description>Please note: Googles Chromes Renderer Enginge is the old WebKit-Engine and have some security issues: Carpet Bomb security problem http://raffon.net/research/google/chrome/carpet.html

best regards,
  josh.</description>
		<content:encoded><![CDATA[<p>Please note: Googles Chromes Renderer Enginge is the old WebKit-Engine and have some security issues: Carpet Bomb security problem <a href="http://raffon.net/research/google/chrome/carpet.html" rel="nofollow">http://raffon.net/research/google/chrome/carpet.html</a></p>
<p>best regards,<br />
  josh.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
