 




<?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 on: Java CSV reader (+charts)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: pforos</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-104717</link>
		<dc:creator>pforos</dc:creator>
		<pubDate>Sat, 10 Mar 2012 01:19:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-104717</guid>
		<description><![CDATA[TomLiotta, I tried this JSP tutorial too... But I seem to have a little problem: I try to run one of the examples (http://goo.gl/BSQ1R) but I don&#039;t seem to find where should I put the compiled class. Do you have any idea? Is this all that is needed in order to run correctly(.class file)?
I&#039;m using XAMPP with Tomcat (version &gt;7)...]]></description>
		<content:encoded><![CDATA[<p>TomLiotta, I tried this JSP tutorial too&#8230; But I seem to have a little problem: I try to run one of the examples (<a href="http://goo.gl/BSQ1R" rel="nofollow">http://goo.gl/BSQ1R</a>) but I don&#8217;t seem to find where should I put the compiled class. Do you have any idea? Is this all that is needed in order to run correctly(.class file)?<br />
I&#8217;m using XAMPP with Tomcat (version &gt;7)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-104331</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 29 Feb 2012 22:50:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-104331</guid>
		<description><![CDATA[&lt;i&gt;Until now I have created the java files and it works!&lt;/i&gt;

Okay, so now we know that you have been successful at general java programming.

A reasonable direction from there to get to .JSPs might be to start with an understanding of what &lt;a href=&quot;http://en.wikipedia.org/wiki/Java_Applet&quot; rel=&quot;nofollow&quot;&gt;Java applets&lt;/a&gt; are and how they work with browsers.

Now, you apparently won&#039;t be doing applets -- you&#039;ll be doing servlets instead. So, if you are comfortable with the concepts of applets, go on to &lt;a href=&quot;http://en.wikipedia.org/wiki/Java_servlet&quot;&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Java Servlets&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/JavaServer_Pages&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;JavaServer Pages&lt;/a&gt;.

When you feel like you mostly know what all of those are and how they relate to each other, continue on to a &lt;a href=&quot;http://www.jsptut.com/&quot; rel=&quot;nofollow&quot;&gt;JSP Tutorial&lt;/a&gt;.

The first three links are Wikipedia pages that describe the ideas behind those three areas. When you&#039;ve learned those ideas and the words that are used, then you&#039;ll know better how to think about servlets and .JSPs. That will make the tutorial much easier to work through. You might take an hour or two looking at the Wikipedia pages. And you might get through the tutorial very quickly.

Without the basic background, if you don&#039;t know the basic ideas, no one will know how to tell you useful things.

And maybe those links will tell you everything you need to know.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Until now I have created the java files and it works!</i></p>
<p>Okay, so now we know that you have been successful at general java programming.</p>
<p>A reasonable direction from there to get to .JSPs might be to start with an understanding of what <a href="http://en.wikipedia.org/wiki/Java_Applet" rel="nofollow">Java applets</a> are and how they work with browsers.</p>
<p>Now, you apparently won&#8217;t be doing applets &#8212; you&#8217;ll be doing servlets instead. So, if you are comfortable with the concepts of applets, go on to <a href="http://en.wikipedia.org/wiki/Java_servlet"" target="_blank" rel="nofollow">Java Servlets</a> and <a href="http://en.wikipedia.org/wiki/JavaServer_Pages" target="_blank" rel="nofollow">JavaServer Pages</a>.</p>
<p>When you feel like you mostly know what all of those are and how they relate to each other, continue on to a <a href="http://www.jsptut.com/" rel="nofollow">JSP Tutorial</a>.</p>
<p>The first three links are Wikipedia pages that describe the ideas behind those three areas. When you&#8217;ve learned those ideas and the words that are used, then you&#8217;ll know better how to think about servlets and .JSPs. That will make the tutorial much easier to work through. You might take an hour or two looking at the Wikipedia pages. And you might get through the tutorial very quickly.</p>
<p>Without the basic background, if you don&#8217;t know the basic ideas, no one will know how to tell you useful things.</p>
<p>And maybe those links will tell you everything you need to know.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-104330</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 29 Feb 2012 22:42:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-104330</guid>
		<description><![CDATA[Here is an example of the file upload:
&lt;a href=&quot;http://www.roseindia.net/jsp/upload-insert-csv.shtml&quot;&gt;To Upload and insert the CSV file into Database&lt;/a&gt;

And here is a thread with a question about dropdowns on another site:
&lt;a href=&quot;http://www.coderanch.com/t/458906/JSP/java/populate-Dropdownlist-combo-box-database&quot;&gt;Dropdown(combo-boxes) in jsp&lt;/a&gt;

However, if you are new to JSP and you don&#039;t understand how it works, you should look for a beginners course on the web, and start from the beginning.  That is my recommendation.]]></description>
		<content:encoded><![CDATA[<p>Here is an example of the file upload:<br />
<a href="http://www.roseindia.net/jsp/upload-insert-csv.shtml">To Upload and insert the CSV file into Database</a></p>
<p>And here is a thread with a question about dropdowns on another site:<br />
<a href="http://www.coderanch.com/t/458906/JSP/java/populate-Dropdownlist-combo-box-database">Dropdown(combo-boxes) in jsp</a></p>
<p>However, if you are new to JSP and you don&#8217;t understand how it works, you should look for a beginners course on the web, and start from the beginning.  That is my recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pforos</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-104318</link>
		<dc:creator>pforos</dc:creator>
		<pubDate>Wed, 29 Feb 2012 15:46:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-104318</guid>
		<description><![CDATA[My problem is that I haven&#039;t ever used JSP and I&#039;m having problems understanding the logic of this!! That&#039;s where I need help!! That&#039;s why I asked for &lt;b&gt;ideas&lt;/b&gt;!!!

For example, I&#039;m supposed to create a dropdown list to make some charts appear.. the list for the dropdown menu should be called through JSP? 

Until now I have created the java files and it works!! Now I need to create the front-end, using JSP! My questions are:
-can all the front-end be created through JSP?
-how can I call from the database the values needed for each dropdown menu?

If something is not clear enough or is against the rules of the site, let me know...

Thanks in advance, 
Petros]]></description>
		<content:encoded><![CDATA[<p>My problem is that I haven&#8217;t ever used JSP and I&#8217;m having problems understanding the logic of this!! That&#8217;s where I need help!! That&#8217;s why I asked for <b>ideas</b>!!!</p>
<p>For example, I&#8217;m supposed to create a dropdown list to make some charts appear.. the list for the dropdown menu should be called through JSP? </p>
<p>Until now I have created the java files and it works!! Now I need to create the front-end, using JSP! My questions are:<br />
-can all the front-end be created through JSP?<br />
-how can I call from the database the values needed for each dropdown menu?</p>
<p>If something is not clear enough or is against the rules of the site, let me know&#8230;</p>
<p>Thanks in advance,<br />
Petros</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-103274</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 27 Feb 2012 16:27:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-103274</guid>
		<description><![CDATA[&quot;&lt;i&gt;I&#039;m trying to create a Java web application ...&lt;/i&gt;&quot;

What have you tried ?

Broad questions rarely get accurate answers.  If you really want the community to help you, you will have to be much more specific.

Also, as this is probably  your homework, your question will probably be deleted if you fail to show the work you have done so far, and demonstrate that you are in fact trying to solve the problem by yourself.]]></description>
		<content:encoded><![CDATA[<p>&#8220;<i>I&#8217;m trying to create a Java web application &#8230;</i>&#8221;</p>
<p>What have you tried ?</p>
<p>Broad questions rarely get accurate answers.  If you really want the community to help you, you will have to be much more specific.</p>
<p>Also, as this is probably  your homework, your question will probably be deleted if you fail to show the work you have done so far, and demonstrate that you are in fact trying to solve the problem by yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pforos</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-103253</link>
		<dc:creator>pforos</dc:creator>
		<pubDate>Sun, 26 Feb 2012 01:39:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-103253</guid>
		<description><![CDATA[I&#039;m a rookie programmer and I have difficulty in understanding how this should work, plus I would definately need some help with the code...]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a rookie programmer and I have difficulty in understanding how this should work, plus I would definately need some help with the code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-csv-reader-plus-charts/#comment-103250</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sat, 25 Feb 2012 08:28:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-103250</guid>
		<description><![CDATA[It sounds like you already have all the ideas about what you want it to do. What problem are you having?

Tom]]></description>
		<content:encoded><![CDATA[<p>It sounds like you already have all the ideas about what you want it to do. What problem are you having?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 352/355 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 08:45:41 -->