<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Java programming</title>
        <description> Hi Vity,

I may be interested to learn about Java programming. 

For some one who has a basic knowledge of C programming, how long would it take to get start with Java, giving I won't work more than two hours a day ?

Which book did you use to learn Java ?

Which IDE or tool do you use ?

Thanks.

Jim.</description>
        <link>http://wordrider.net/forum/6/221/221/_subject_#msg-221</link>
        <lastBuildDate>Tue, 21 May 2013 14:18:12 +0200</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>http://wordrider.net/forum/6/221/1931/_subject_#msg-1931</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/1931/_subject_#msg-1931</link>
            <description><![CDATA[ I'm wondering if it's really that easy to make plugins (from a template). I downloaded a demo version of IntelliJ IDEA but don't get where to start and where to get the right menu (from template tutorial you posted here) including "new plugin" button from. I'm a bit confused.]]></description>
            <dc:creator>AE</dc:creator>
            <category>Misc</category>
            <pubDate>Sun, 26 Jul 2009 20:21:46 +0200</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/278/_subject_#msg-278</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/278/_subject_#msg-278</link>
            <description><![CDATA[ Thanks Vity]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Thu, 11 Jan 2007 14:17:24 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/277/_subject_#msg-277</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/277/_subject_#msg-277</link>
            <description><![CDATA[ Hi Jim,<br />
&gt; <br />
&gt; I wish you an happy new year 2007.<br />
&gt; <br />
<br />
Happy New Yeat to you too.<br />
<br />
&gt; I am starting using Netbeans and I have a few<br />
&gt; questions about the RAD function :<br />
&gt; <br />
&gt; - Is it only possible to create jFrames and<br />
&gt; jPanels with the RAD tool ? is there the same<br />
&gt; limitation on IDEA ?<br />
<br />
I wouldn't call it as a limitation. JFrame and JPanel are main containers for storing components. IDEA supports inserting components into JPanels only.<br />
<br />
&gt; - If I want to create a jTabbedPanel inside a<br />
&gt; jFrame, with tabs defiened into a different file,<br />
&gt; I won't see the design with the elipse Netbeans<br />
&gt; fonction. Is there a way to do something modular<br />
&gt; with Netbeans ?<br />
<br />
I am sorry, I don't know. I never used Netbeans. I don't use any designer either. I prefer manual coding :-).<br />
<br />
&gt; For the moment I add manualy the call of the<br />
&gt; jPannels containted into a jFrame, by including a<br />
&gt; "jTabbedPane1.add(new Panel1());" in the<br />
&gt; constructor, but I don't whether it is clean.<br />
It's "almost" clean. It's correct, but you won't be able to see any components inside jtabbedpane -  try this:<br />
Container pane = new Panel1();<br />
pane.add(new JButton("OK"));<br />
tabbedPane.addTab("Tab 1", null, pane,<br />
                  "Does nothing");<br />
<br />
&gt; -The Netbeans documentation is very limited on<br />
&gt; there web site. Is there an other site that gives<br />
&gt; more sophisticated examples ?<br />
<br />
what about this: [<a href="http://www.netbeans.org/kb/50/flash.html" rel="nofollow" >www.netbeans.org</a>], or this [<a href="http://www.netbeans.org/kb/trails/java-se.html" rel="nofollow" >www.netbeans.org</a>] or this [<a href="http://www.netbeans.org/kb/trails/matisse.html" rel="nofollow" >www.netbeans.org</a>]:-)<br />
<br />
Vity]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Wed, 10 Jan 2007 22:35:47 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/276/_subject_#msg-276</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/276/_subject_#msg-276</link>
            <description><![CDATA[ Hi Vity,<br />
<br />
I wish you an happy new year 2007.<br />
<br />
I am starting using Netbeans and I have a few questions about the RAD function :<br />
<br />
- Is it only possible to create jFrames and jPanels with the RAD tool ? is there the same limitation on IDEA ?<br />
- If I want to create a jTabbedPanel inside a jFrame, with tabs defiened into a different file, I won't see the design with the elipse Netbeans fonction. Is there a way to do something modular with Netbeans ?<br />
For the moment I add manualy the call of the jPannels containted into a jFrame, by including a "jTabbedPane1.add(new Panel1());" in the constructor, but I don't whether it is clean.<br />
-The Netbeans documentation is very limited on there web site. Is there an other site that gives more sophisticated examples ?<br />
<br />
Thanks.<br />
<br />
Jim.]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Wed, 10 Jan 2007 21:56:53 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/254/_subject_#msg-254</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/254/_subject_#msg-254</link>
            <description><![CDATA[ Thanks Vity,<br />
<br />
Sorry, I asked you twice the same question because I didn't see the answer on the page 2.]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Sat, 02 Dec 2006 13:49:25 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/250/_subject_#msg-250</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/250/_subject_#msg-250</link>
            <description><![CDATA[ Hi Jim,<br />
&gt;&gt;I thought that the advantage of Java was portability, and I don't undersand why there is one version of wordrider per OS ?<br />
&gt;&gt;Can you run any byte code on any platform (with the relevant JVM) ? <br />
Yes. Here is some relevant info: [<a href="http://en.wikipedia.org/wiki/Write_once,_run_anywhere" rel="nofollow" >en.wikipedia.org</a>] and here is some info how JVM/byte code works : [<a href="http://en.wikipedia.org/wiki/Java_virtual_machine" rel="nofollow" >en.wikipedia.org</a>], eventually [<a href="http://en.wikipedia.org/wiki/Java_bytecode" rel="nofollow" >en.wikipedia.org</a>]<br />
<br />
&gt;&gt;I found a compiler that contend to compile Java byte code into machine code : [gcc.gnu.org]<br />
&gt;&gt;Do you think it is searious ?<br />
&gt;&gt;Have you tried it ? <br />
I did not. It has very limited support of Java libraries and I read an article with a speed comparison where GCC was slower than Sun's JVM.<br />
<br />
Vity]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Fri, 01 Dec 2006 20:54:46 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/249/_subject_#msg-249</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/249/_subject_#msg-249</link>
            <description><![CDATA[ Hi Vity,<br />
<br />
I have a couple of question about Java :<br />
<br />
I thought that the advantage of Java was portability, and I don't undersand why there is one version of wordrider per OS ?<br />
Can you run any byte code on any platform (with the relevant JVM) ?<br />
<br />
I found a compiler that contend to compile Java byte code into machine code :<br />
[<a href="http://gcc.gnu.org/java/index.html" rel="nofollow" >gcc.gnu.org</a>]<br />
Do you think it is searious ?<br />
Have you tried it ?<br />
<br />
Thanks.]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Fri, 01 Dec 2006 20:28:22 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/245/_subject_#msg-245</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/245/_subject_#msg-245</link>
            <description><![CDATA[ There is only one. 'wordrider.jar' is same for every distribution. <br />
Just MacOs distribution does not contain Kunsttoff L&F because of problem with loading PNG files. Linux distribution contains launch.sh and Windows distribution contains wordrider.exe.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Tue, 28 Nov 2006 21:51:38 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/244/_subject_#msg-244</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/244/_subject_#msg-244</link>
            <description><![CDATA[ I am wondering why there is one binary versions of wordrider, per plateform.<br />
<br />
I thought that the advantage of Java was the binary portability.]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Tue, 28 Nov 2006 21:32:10 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/237/_subject_#msg-237</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/237/_subject_#msg-237</link>
            <description><![CDATA[ Sorry, I don't know. Use google ;-).]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Fri, 24 Nov 2006 20:43:29 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/236/_subject_#msg-236</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/236/_subject_#msg-236</link>
            <description><![CDATA[ Hi Vity,<br />
<br />
The JVM is quite big. Does it exists a JVM for palm computers?]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Fri, 24 Nov 2006 20:39:52 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/235/_subject_#msg-235</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/235/_subject_#msg-235</link>
            <description><![CDATA[ All SWING applications have similar structure and WordRider's structure is too simple to make such things. <br />
Anyway, UML diagrams can be easily generated in any design editor from sources.<br />
I didn't use any framework. I created it based on my experience and articles I read.<br />
Framework usually means slower application. I wanted to avoid this in WordRider. On the other hand frameworks are good for huge applications and WordRider starts to be such big.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Wed, 22 Nov 2006 15:28:53 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/233/_subject_#msg-233</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/233/_subject_#msg-233</link>
            <description><![CDATA[ Hi Vity,<br />
<br />
I m wondering whether you have a top level description of Wordrider ? (UML diagrams, ...)<br />
<br />
I am wondering how do you start a Java project. <br />
Do you have a framework from the begining or do you add funtions gradualy ?]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Wed, 22 Nov 2006 13:16:24 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/226/_subject_#msg-226</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/226/_subject_#msg-226</link>
            <description><![CDATA[ Hi,<br />
&gt;&gt; On Windows Me it says that it require rights (strange since on windows me the user/superuser don't exits as far as I know. <br />
Yeah, it's their bug: Look at this: [<a href="http://wiki.netbeans.info/wiki/view/FaqInstallationWin98SESupport" rel="nofollow" >wiki.netbeans.info</a>]<br />
<br />
&gt;&gt; Besides that it seems there are a lot of graphic libraries in the java world (Swing, SWT, AWT...) <br />
I guess that this article will help you more than me: <a href="http://www-128.ibm.com/developerworks/grid/library/os-swingswt/" rel="nofollow" >SWT, Swing or AWT: Which is right for you?</a> There is good comparison of advantages and/or disadvantages of every framework.<br />
&gt;&gt;What do you use for Wordrider ? Which one is the more wide spread among developpers ? <br />
WordRider is written in SWING. It's very customizable and it's easy to learn.<br />
Most of applications are written in SWING (eg. Netbeans or IntelliJ too). Only Eclipse and a few applications based on Eclipse platform use SWT.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Fri, 10 Nov 2006 14:42:00 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/225/_subject_#msg-225</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/225/_subject_#msg-225</link>
            <description><![CDATA[ Hi Vity,<br />
<br />
I managed to install NetBeans 5.5 on Linux, unfortunalty I was not able to install it on Windows Me. On Windows Me it says that it require rights (strange since on windows me the user/superuser don't exits as far as I know.<br />
<br />
Besides that it seems there are a lot of graphic libraries in the java world (Swing, SWT, AWT...)<br />
Can you tell me what are the advantaged/drawdacks of various solutions ? What do you use for Wordrider ? Which one is the more wide spread among developpers ?<br />
<br />
Thanks.<br />
<br />
Jim.]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Fri, 10 Nov 2006 13:18:23 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/224/_subject_#msg-224</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/224/_subject_#msg-224</link>
            <description><![CDATA[ I know all Java IDEs... <br />
Jbuilder's architecture is old and it's without useful features.<br />
For comfortable using Eclipse you will have to install tons of plugins...<br />
I would recommend you <a href="http://www.netbeans.org/" rel="nofollow" >Netbeans 5.5</a> (they "stoled" most of features from the IntelliJ IDEA).<br />
<br />
<img src="http://www.nevndave.com/images/comics/00006-idea-eclipse-war.jpg" class="bbcode" border="0" /><br />
(property of [<a href="http://www.nevndave.com/" rel="nofollow" >www.nevndave.com</a>])]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Tue, 07 Nov 2006 18:02:03 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/223/_subject_#msg-223</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/223/_subject_#msg-223</link>
            <description><![CDATA[ Thanks Vity,<br />
<br />
Intellij IDEA is much too expensive for me.<br />
I spotted 2 other IDE that seems do be free :<br />
[<a href="http://www.borland.com/fr/products/jbuilder/" rel="nofollow" >www.borland.com</a>]<br />
[<a href="http://www.eclipse.org/" rel="nofollow" >www.eclipse.org</a>]<br />
<br />
Have you tried them ?]]></description>
            <dc:creator>jim</dc:creator>
            <category>Misc</category>
            <pubDate>Tue, 07 Nov 2006 11:05:44 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/222/_subject_#msg-222</guid>
            <title>Re: Java programming</title>
            <link>http://wordrider.net/forum/6/221/222/_subject_#msg-222</link>
            <description><![CDATA[ &gt;&gt;I may be interested to learn about Java programming. <br />
I hope that you were convinced by WordRider ;-).<br />
<br />
&gt;&gt;For some one who has a basic knowledge of C programming, how long would it take to get start with Java, giving I won't work more than two hours a day ? <br />
<br />
That's a difficult question. Java is easy language to learn, but you have to know some basics of object oriented programming (pure C is procedural only). It depends on your goal.<br />
<br />
&gt;&gt;Which book did you use to learn Java ? <br />
I used these: <a href="http://www.mindview.net/Books/TIJ/" rel="nofollow" >Thinking in Java</a> and <a href="http://www.amazon.co.uk/Effective-Java-Josh-Bloch/dp/0201310058" rel="nofollow" >Effective Java</a><br />
Also <a href="http://www.amazon.com/Professional-Java-Programming-Brett-Spell/dp/186100382X" rel="nofollow" >Professional Java Programming</a> is a good one.<br />
<br />
&gt;&gt;Which IDE or tool do you use ?<br />
<a href="http://jetbrains.com/idea/index.html" rel="nofollow" >IntelliJ IDEA</a>. It's the best IDE tool ever, but it's commercial. I was really happy when I <a href="http://blogs.jetbrains.com/idea/2006/11/this-week-in-jugland/" rel="nofollow" >won</a> a personal license and <a href="http://wordrider.net/misc/duke.jpg" rel="nofollow" >Java Duke</a> this week ;-).]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Sun, 05 Nov 2006 01:19:42 +0100</pubDate>
        </item>
        <item>
            <guid>http://wordrider.net/forum/6/221/221/_subject_#msg-221</guid>
            <title>Java programming</title>
            <link>http://wordrider.net/forum/6/221/221/_subject_#msg-221</link>
            <description><![CDATA[ Hi Vity,<br />
<br />
I may be interested to learn about Java programming. <br />
<br />
For some one who has a basic knowledge of C programming, how long would it take to get start with Java, giving I won't work more than two hours a day ?<br />
<br />
Which book did you use to learn Java ?<br />
<br />
Which IDE or tool do you use ?<br />
<br />
Thanks.<br />
<br />
Jim.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>Misc</category>
            <pubDate>Sun, 05 Nov 2006 01:18:35 +0100</pubDate>
        </item>
    </channel>
</rss>
