<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.javaworld.com/community" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest posts from JavaWorld forums</title>
 <link>http://www.javaworld.com/community/javaqa.rss</link>
 <description>RSS feed for everything but Talkback</description>
 <language>en</language>
<item>
 <title>Why float type cast</title>
 <link>http://www.javaworld.com/community/node/8306</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;in java why float we has to be type cast i.e.  float a = (float)2.3; and and if 2.3 is consider as double then why there is a need for that ???&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Tue, 31 Jan 2012 07:10:53 -0500</pubDate>
 <dc:creator>parveen.gupta.23091987</dc:creator>
 <guid isPermaLink="false">8306 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>how to configure Hudson?</title>
 <link>http://www.javaworld.com/community/node/8302</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i am new to hudson, i have ant based build which is running using windows script (batch files).  how to configure build in hudson?  kindly help us&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/310">hudson</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Fri, 27 Jan 2012 03:28:22 -0500</pubDate>
 <dc:creator>akilanpaulraj</dc:creator>
 <guid isPermaLink="false">8302 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Desktop java application or browsew based application</title>
 <link>http://www.javaworld.com/community/node/8299</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;we have an multichannel softphone application where we can do chatting ,video call, voice call, email, what type of software is the best&lt;br /&gt;
Desktop java application or browser based application&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/835">Architecture and Scalability</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Mon, 23 Jan 2012 12:43:16 -0500</pubDate>
 <dc:creator>hamzaissa</dc:creator>
 <guid isPermaLink="false">8299 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Swing help: Japplet not displayed in browser </title>
 <link>http://www.javaworld.com/community/node/8297</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My RegApp.java file contains following code :&lt;/p&gt;
&lt;p&gt;import java.applet.Applet;&lt;br /&gt;
import java.awt.Container;&lt;br /&gt;
import java.awt.GridLayout;&lt;br /&gt;
import java.awt.LayoutManager;&lt;br /&gt;
import java.awt.event.ActionEvent;&lt;br /&gt;
import java.awt.event.ActionListener;&lt;/p&gt;
&lt;p&gt;import javax.swing.*;&lt;/p&gt;
&lt;p&gt;import java.awt.*;&lt;br /&gt;
/*&lt;/p&gt;
&lt;p&gt;*/&lt;br /&gt;
public class RegApp extends JApplet implements ActionListener&lt;br /&gt;
{&lt;br /&gt;
JButton submit=new JButton(&quot;Submit&quot;);&lt;br /&gt;
JButton cancel=new JButton(&quot;Cancel&quot;);&lt;br /&gt;
JTextField cname=new JTextField(20);&lt;br /&gt;
JTextField ceid=new JTextField(20); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8297&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2366">Japplet</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sat, 21 Jan 2012 15:07:10 -0500</pubDate>
 <dc:creator>i.m.prashant.m</dc:creator>
 <guid isPermaLink="false">8297 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to execute a Callable Statement</title>
 <link>http://www.javaworld.com/community/node/8285</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;code&gt;import java.io.BufferedReader;&lt;br /&gt;
import java.io.IOException;&lt;br /&gt;
import java.io.InputStreamReader;&lt;br /&gt;
import java.sql.*;&lt;/p&gt;
&lt;p&gt;public class JoinTest {&lt;br /&gt;
public static void main(String[] args) {&lt;br /&gt;
	BufferedReader br = new BufferedReader(new InputStreamReader(System.in));&lt;br /&gt;
	try {&lt;br /&gt;
		System.out.println(&quot;Enter name of emp&quot;);&lt;br /&gt;
		String name=br.readLine();&lt;br /&gt;
		Class.forName(&quot;sun.jdbc.odbc.JdbcOdbcDriver&quot;);&lt;br /&gt;
		Connection con= DriverManager.getConnection(&quot;Jdbc:Odbc:JoinTest&quot;,&quot;sa&quot;,&quot;micro123&quot;);&lt;br /&gt;
		CallableStatement stmt = con.prepareCall(&quot;exec getPhone name&quot;);&lt;br /&gt;
		ResultSet rs=stmt.getResultSet(); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8285&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Mon, 09 Jan 2012 02:18:36 -0500</pubDate>
 <dc:creator>Ankit Pandey</dc:creator>
 <guid isPermaLink="false">8285 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java AVL tree</title>
 <link>http://www.javaworld.com/community/node/8276</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi i am making an AVL tree and i am having some problems in the search method, because a null exception error is given when the program is ran. Here is my code. Can you pls implement for me the search method so the program will run. Thanks in advance&lt;/p&gt;
&lt;p&gt;package testavltree;&lt;/p&gt;
&lt;p&gt;import java.io.IOException;&lt;br /&gt;
import javax.swing.JOptionPane;&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
 *&lt;br /&gt;
 * @author Rapapc&lt;br /&gt;
 */&lt;br /&gt;
public class TestAVLTree {&lt;/p&gt;
&lt;p&gt;    public static void main(String[] args) throws IOException, Exception {&lt;br /&gt;
        System.out.println(&quot;your inorder traversal is:&quot;);&lt;br /&gt;
        AVLarray process = new AVLarray(); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8276&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2364">Java Netbeans AVL tree</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Tue, 03 Jan 2012 07:42:12 -0500</pubDate>
 <dc:creator>mgau0047</dc:creator>
 <guid isPermaLink="false">8276 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JavaNode is hosting solution for your development project.</title>
 <link>http://www.javaworld.com/community/node/8262</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;
JavaNode has integrated all required tools for softwere development with accent on java langauage. bugtracker(Redmine), source code server, continuous integration (jenkins), LDAP
&lt;/p&gt;
&lt;p&gt;
Developing applications requires a set of tools such as bug tracking, source version control server, continuous integration server  and deployment server. It is not easy to find server what provides all services and almost 0 configuration. This is review of hosting solution where you host everything in one place.
 &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8262&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Tue, 27 Dec 2011 07:19:51 -0500</pubDate>
 <dc:creator>yuri.ivanov</dc:creator>
 <guid isPermaLink="false">8262 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Ballistic Line help</title>
 <link>http://www.javaworld.com/community/node/8251</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Okay so, here is what I have so far, I am constructing a program that will eventually take a user input angle and velocity and display the ballistic path of a notional projectile, sans friction and whatnot. &lt;/p&gt;
&lt;p&gt;I have yet to build the user defined variables, I am just trying to get the polyline to display in the frame with a pre-defined angle and velocity. Somewhere down the road I would like to animate this, but for right now I am just trying to make it display on a Canvas. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8251&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2359">Graphics Beginner</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 16 Dec 2011 07:59:29 -0500</pubDate>
 <dc:creator>mi_para</dc:creator>
 <guid isPermaLink="false">8251 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Problem with back button </title>
 <link>http://www.javaworld.com/community/node/8250</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Your Application logoutSampleJSP3 working fine. But am facing small problem.&lt;/p&gt;
&lt;p&gt;When i am login in to the application then i am getting home page. OK this is fine.  But my problem is in home page am clicking back button then it will &lt;/p&gt;
&lt;p&gt;show again  login page without logout. So please solve this problem as soon as possible.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
satish.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Fri, 16 Dec 2011 05:09:32 -0500</pubDate>
 <dc:creator>satish_ravula</dc:creator>
 <guid isPermaLink="false">8250 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Database data doesn&#039;t fill into JTable</title>
 <link>http://www.javaworld.com/community/node/8244</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I&#039;ve been working on this code for couple of days. My procedure on the database works fine but it doesn&#039;t fill into the table. I&#039;m going through the code again and again but I can&#039;t find what&#039;s wrong... The error I get is: JavaNullPointerException and the line involving is the piece of code that returns notes.length. Here&#039;s a piece of my code:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
private Object[][] notes = null;&lt;br /&gt;
setUpStatusColumn(noteTable, noteTable.getColumnModel().getColumn(2));&lt;/p&gt;
&lt;p&gt;protected JTable createTable(GradesModel gradesModel) {&lt;br /&gt;
        return new JTable(gradesModel);&lt;br /&gt;
    } &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8244&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2357">abstracttablemodel</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2356">jtable</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2358">nullpointer</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Tue, 13 Dec 2011 02:09:07 -0500</pubDate>
 <dc:creator>neocorp</dc:creator>
 <guid isPermaLink="false">8244 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

