<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch: Java in General (intermediate)</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=018133</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="1-020553">
            <title>Method names with characters like :á é í ó ú</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020553</link>
            <description>I was doing some work with a web application, and i discovered that some method names have 'tildes'(For example: crearOperación()... we talk spanish here ) .The other programmers said that the code work fine... but it doesn't feel right to me. What issue can arise with that methods? Or they are totally safe?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020553</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020553Carlos Gavidia</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 14:58:59 MDT</pubDate>
        </item>
        <item uniqueID="1-020551">
            <title>Reading HTML using JAVA</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020551</link>
            <description>hello,&lt;br /&gt;I want to display the HTML file in the TextArea using JAVA.&lt;br /&gt;Java file will read the html contents and display it whole in the TextArea . No source code will be displayed only actual html contents.&lt;br /&gt; &lt;br /&gt;thanks&lt;br /&gt; &lt;br /&gt; </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020551</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020551Abhijit Das</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 06:24:58 MDT</pubDate>
        </item>
        <item uniqueID="1-020550">
            <title>TreeSet - TreeMap: What is Balenced Tree</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020550</link>
            <description>I am going through the topic TreeSet and Tree Map where I found the following line:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;i&gt;Searching in a HashSet or HashMap can be faster than in a TreeSet or TerrMap, as hashing algorithm usually offer better performance than the search algorithms for balenced tree&lt;/i&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;My query is "What is a balenced tree?"</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020550</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020550Sandeep Mukherji</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 02:32:58 MDT</pubDate>
        </item>
        <item uniqueID="1-020549">
            <title>Order of Evaluation: i++ + ++i</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020549</link>
            <description>Recently, a user on a C and C++ forum community that I am part of asked a question concerning the result of:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;int i = 10;&lt;br /&gt;int j;&lt;br /&gt;j = i++ + ++i; // or in the original: j = (i++ + ++i);&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;Now, in C and C++, the above code has undefined behaviour. For some reason, another user mentioned Java, and yet another user claimed that the behaviour was also undefined in Java. I disagreed and asserted that in Java, the precise evaluation order is defined.&lt;br /&gt; &lt;br /&gt;Unfortunately, I could not remember where I read that about Java, so I decided to search to confirm what I asserted. In particular, I found out that this topic by Shivit Agarwal came up last month: Order of Evaluation ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020549</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020549Eugene Wee</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 00:40:57 MDT</pubDate>
        </item>
        <item uniqueID="1-020548">
            <title>String array Vs String var args</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020548</link>
            <description>Hi &lt;br /&gt; &lt;br /&gt;Could anyone tell me the difference between these:&lt;br /&gt; &lt;br /&gt;public static void main(String[] args){}&lt;br /&gt; &lt;br /&gt;public static void main(String... args){}&lt;br /&gt; &lt;br /&gt;Is it like that String array and String var args means the same thing?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Krishan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020548</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020548Krishan Chauhan</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 23:20:57 MDT</pubDate>
        </item>
        <item uniqueID="1-020546">
            <title>File vs InputStream when getting a reference to file under the class path</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020546</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I have a file Sample.txt directly under my classpath. When I try to do &lt;br /&gt; &lt;br /&gt;File file = new File("Sample.txt");&lt;br /&gt;System.out.println(file.exists()) returns false;&lt;br /&gt; &lt;br /&gt;But ClassLoader.getSystemResourceAsStream("Sample.txt") != null returns true.&lt;br /&gt; &lt;br /&gt;Have I have done anything wrong? Please help?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020546</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020546kartik krishnan</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 14:14:56 MDT</pubDate>
        </item>
        <item uniqueID="1-020545">
            <title>Spring WebApplicationContext Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020545</link>
            <description>Greetings everybody!&lt;br /&gt; &lt;br /&gt;I'm writing a class that will be called via SOAP by a vendor of ours. Using Spring, I was able to get the WebApplicationContext from the HttpServletRequest in my test servlet. However, when my component is called by our vendor, it will be a SOAP call (not servlet). How can I determine the context without using a servlet, and without using HttpServletRequest? Or, can I use HttpServletRequest in classes that do not behave as servlets?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020545</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020545Mary Shields</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 11:46:56 MDT</pubDate>
        </item>
        <item uniqueID="1-020544">
            <title>Thanks!</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020544</link>
            <description>Thank for all of your advice! it was very helpful!&lt;br /&gt; &lt;br /&gt;Michael</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020544</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020544Michael Paul</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 08:34:55 MDT</pubDate>
        </item>
        <item uniqueID="1-020542">
            <title>JCheckBox?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020542</link>
            <description>Hi&lt;br /&gt;My question is: How can I add class JCheckBox into my class Frame1?&lt;br /&gt;It should be only one class...Frame1&lt;br /&gt;Thanks&lt;br /&gt;------------------------------------------------------------&lt;br /&gt;import java.awt.*;&lt;br /&gt;import java.awt.event.*;&lt;br /&gt;public class CheckBox{&lt;br /&gt; public static void main(String[] args){&lt;br /&gt; Frame frame= new Frame("Checkbox");&lt;br /&gt; Checkbox check=new Checkbox("Welcome");&lt;br /&gt; Checkbox check1=new Checkbox("Hello");&lt;br /&gt; frame.add(check);&lt;br /&gt; frame.add(check1);&lt;br /&gt; frame.setLayout(new FlowLayout());&lt;br /&gt; frame.setSize(300,200);&lt;br /&gt; frame.setVisible(true);&lt;br /&gt; frame.addWindowListener(new WindowAdapter(){&lt;br /&gt; public void windowClosing(WindowEvent e){&lt;br /&gt; ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020542</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020542Leni Kravitskki</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 05:04:55 MDT</pubDate>
        </item>
        <item uniqueID="1-020541">
            <title>How to read properties file?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020541</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;Can somebody tell me how to get the value of a properties file from a bean class?&lt;br /&gt; &lt;br /&gt;i.e:- test.properties in path MyApplication/WEB-INF/test.properties&lt;br /&gt; &lt;br /&gt;Utils.java in Path MyApplication/WEB-INF/classes/com/test/Utils.java &lt;br /&gt; &lt;br /&gt;I want to access the test.properties file from Utils.java.&lt;br /&gt; &lt;br /&gt;Can somebody give the code?&lt;br /&gt; &lt;br /&gt;Thanks in advance&lt;br /&gt; &lt;br /&gt;Kousik</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020541</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020541Kousik Majumder</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 04:04:55 MDT</pubDate>
        </item>
        <item uniqueID="1-020539">
            <title>How to Authenticate user before sending mail using javamail api </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020539</link>
            <description>Hi everybody,&lt;br /&gt; How to authenticate a user his/her credentials are correct or not,&lt;br /&gt;before sending a message(mail) using javamail API. &lt;br /&gt; &lt;br /&gt;Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020539</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020539zimbu bolleddu</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 00:52:54 MDT</pubDate>
        </item>
        <item uniqueID="1-020535">
            <title>Help with a system call in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020535</link>
            <description>Hey,&lt;br /&gt; &lt;br /&gt;I am making a system call to open a particular file in ms word. I do it like this:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;Process proc = Runtime.getRuntime().exec(FilePathOfMSWORD.exe fileName);&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;The problem here is that I do not believe that this exe file doesn't appear in the same path on all computers...I would assume. So how can I generally make a system call that says, look for microsoft word or some flavor? I have it working for the case in which I know where the exe file.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Michael</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020535</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020535Michael Paul</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 22:54:55 MDT</pubDate>
        </item>
        <item uniqueID="1-020533">
            <title>Problem in serial port reading</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020533</link>
            <description>Hi dears,&lt;br /&gt; &lt;br /&gt; I am doing one program which read serial port data (for bar code reader) using java application.&lt;br /&gt; &lt;br /&gt; My program is working well and reading serial data but it is not displaying special characters.When i read through hyperterminal i can see all special characters but when see data throught the output of java program these special characters are missing...&lt;br /&gt; &lt;br /&gt; I don't know i am doing something wrong in stream or ???&lt;br /&gt; &lt;br /&gt;My code is&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;[CODE]public void serialEvent(SerialPortEvent event) {&lt;br /&gt;System.out.println("before serialEvent");&lt;br /&gt;StringBuffer readBuffer1 = new StringBuffer();&lt;br /&gt; &lt;br /&gt;switch (event.getEventType()) {&lt;br /&gt;&lt;br /&gt;case Seri...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020533</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020533priya pratheepp</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 22:42:54 MDT</pubDate>
        </item>
        <item uniqueID="1-020531">
            <title>partial jre?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020531</link>
            <description>When making a jar file that contains a java desktop application the jre is often bundled with the application code. Seems like there should be a tool that includes only those runtime classes that are utilized by the application code. That way, the size of the jar file (and the number of bytes necessary to download the application) will be minimized.&lt;br /&gt; &lt;br /&gt;Has anyone ever heard of such a thing?&lt;br /&gt; &lt;br /&gt;Thanks!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020531</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020531Wally Flint</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 19:00:54 MDT</pubDate>
        </item>
        <item uniqueID="1-020530">
            <title>Collective Intelligence in Action and Privacy</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020530</link>
            <description>Satnam,&lt;br /&gt; &lt;br /&gt;I enjoyed reading the sample chapter of your book on the Manning site. Looks like it'll be an interesting read. &lt;br /&gt; &lt;br /&gt;Collective intelligence seems to require gathering a lot of data. Do you address privacy concerns? &lt;br /&gt; &lt;br /&gt;Thanks for visiting us here on the JavaRanch!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020530</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020530Stevi Deter</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 16:58:53 MDT</pubDate>
        </item>
        <item uniqueID="1-020528">
            <title>Collective Intelligence in Action and Algorithms of the Intelligent Web</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020528</link>
            <description>Hi Satnam,&lt;br /&gt; &lt;br /&gt;Last time when I was visitng Manning's website I found that there are two similar titles scheduled to be published in 2008: one is your book and the other one is "Algorithms of the Intelligent Web". At first sight, these two titles seem to be very similar. What do you think? Will these two books cover the same stuff or rather complement each other?&lt;br /&gt;My second question is about the content of your book. Do you focus more on the practical aspects of CI such as usage of some toolkits/frameworks or on the analysis of the math algorithms?&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Mateusz</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020528</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020528Mateusz Kwasniewski</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 15:42:53 MDT</pubDate>
        </item>
        <item uniqueID="1-020529">
            <title>Add Listeners</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020529</link>
            <description>Hi,&lt;br /&gt;i'm using the mvc pattern for my project, and i was thinking to add the following method at the view interface , the aim is to add an Actionlistener to multiple Jcomponents.&lt;br /&gt; &lt;br /&gt;SwingListeners(JComponent[] components, Actionlistener al)&lt;br /&gt; &lt;br /&gt;But, i cannot obviously add an actionlistener to the single items of JComponent array. How i could do to keep just one method, without must use the overloading for JMenuItem,JButton etc etc.&lt;br /&gt; &lt;br /&gt;Thank you.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020529</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020529Claudio Pro</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 15:42:53 MDT</pubDate>
        </item>
        <item uniqueID="1-020527">
            <title>Pooling Serial port</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020527</link>
            <description>Hi friends,&lt;br /&gt; &lt;br /&gt; I am doing one program to read the serial port.I want to do that continuously until the program stops.It should read and store the data comes into the serial port buffer....&lt;br /&gt; &lt;br /&gt; &lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;public void serialEvent(SerialPortEvent event) {&lt;br /&gt;System.out.println("before serialEvent");&lt;br /&gt;switch (event.getEventType()) {&lt;br /&gt;case SerialPortEvent.BI:&lt;br /&gt;case SerialPortEvent.OE:&lt;br /&gt;case SerialPortEvent.FE:&lt;br /&gt;case SerialPortEvent.PE:&lt;br /&gt;case SerialPortEvent.CD:&lt;br /&gt;case SerialPortEvent.CTS:&lt;br /&gt;case SerialPortEvent.DSR:&lt;br /&gt;case SerialPortEvent.RI:&lt;br /&gt;case SerialPortEvent.OUTPUT_BUFFER_EMPTY:&lt;br /&gt;break;&lt;br /&gt;case SerialPortEvent.DATA_AVAILABLE:&lt;br /&gt;System.out.print...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020527</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020527meeraa pillaii</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 14:32:53 MDT</pubDate>
        </item>
        <item uniqueID="1-020526">
            <title>how to disable runtime warning??</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020526</link>
            <description>I have a java program that uses the built-in Transformer class to apply XSL to XML. The process of doing this is generating a "Compiler Warning" message (with details) to the console. At this time, I cannot change the XSL to get around this but at the same time, I don't want customers to see this and wonder what is wrong.&lt;br /&gt; &lt;br /&gt;I've searched high and low for switches to "turn off" this warning both in the Xalan and Java documentation and have found none. Am I missing something??? Is there a way I can say "don't output warnings"?&lt;br /&gt; &lt;br /&gt;I'm assuming the Transformer class is writing these messages to System.out or System.err. I also have a GUI that is redirecting this output to a TextArea window. My last resort may be to watc...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020526</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020526Kelly Dolan</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 14:32:53 MDT</pubDate>
        </item>
        <item uniqueID="1-020524">
            <title>static method in abstract class</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020524</link>
            <description>Friends, &lt;br /&gt;I have a question that I could not solve at the moment, since my codes are long and complicated, so I made a simple case, as the codes below:&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;/**&lt;br /&gt; *Functions used by Servers&lt;br /&gt; */ &lt;br /&gt;public abstract class ServerFunction{&lt;br /&gt; public static void printMyName(){&lt;br /&gt; //here, i want to print the class name &lt;br /&gt; //who extends this abstact class&lt;br /&gt; //I could use the following method&lt;br /&gt; //if this is not a static method&lt;br /&gt; //System.out.println(this.getClass());&lt;br /&gt; &lt;br /&gt; System.out.println("XXXXXXXX");&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;/**&lt;br /&gt; *Server Beta&lt;br /&gt; */ &lt;br /&gt;public class ServerBeta extends ServerFunction{...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020524</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020524cairo cairo</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 08:52:52 MDT</pubDate>
        </item>
        <item uniqueID="1-020523">
            <title>How will you find if a binary tree is fully balanced?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020523</link>
            <description>I gave the following answer in the telephone interview:&lt;br /&gt;boolean isBalanced(Tree *t,int *height)&lt;br /&gt;{&lt;br /&gt;if(t==NULL)&lt;br /&gt;{&lt;br /&gt;*height = 0;&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;int leftheight,rightheight;&lt;br /&gt;boolean leftBalanced = isBalanced(t-&amp;gt;lptr,&amp;leftheight)&lt;br /&gt;boolean rightBalanced = isBalanced(t-&amp;gt;rptr,&amp;rightheight)&lt;br /&gt;bolean balanced = leftBalanced &amp;&amp; rightBalanced &amp;&amp; abs(leftheight-rightheight)&amp;lt;=1&lt;br /&gt;*height = 1+max(leftheight,rightheight)&lt;br /&gt;return balanced&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;I didn't dictate line by line but explained the above logic in words. I said the time complexity is O(n) where n is the no of nodes in the tree. But he insisted like idiot that the complexity is O(n^2) and was saying that for each subtree ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020523</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020523A Bhattacharya</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 08:24:52 MDT</pubDate>
        </item>
        <item uniqueID="1-020522">
            <title>Collective Intelligence - Mathematical Basis</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020522</link>
            <description>[Caveat: I think I asked my question before to someone else's thread.]&lt;br /&gt; &lt;br /&gt;What area(s) of mathematics contribute the most to the collective intelligence theory/algorithms? &lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Scott</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020522</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020522Scott Updike</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 08:06:52 MDT</pubDate>
        </item>
        <item uniqueID="1-020521">
            <title>date pattern for DateFormat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020521</link>
            <description>I'm working on an application that has been upgraded from Websphere 5.1 to 6.1, and everything looks fine except the showing of dates.&lt;br /&gt;Including in the Websphere update is also a change in the used JDK - from 1.4 to 1.5 (or 5.0).&lt;br /&gt; &lt;br /&gt;The dates used to be shown in the the pattern "dd-MM-yyyy", but after the upgrade, they are shown as "yyyy-MM-dd".&lt;br /&gt; &lt;br /&gt;Can anybody tell me why this have happened?&lt;br /&gt; &lt;br /&gt;The default Locale has been set to "da_DK".&lt;br /&gt;Can anybody tell me where the "definition" of the different Locales can be found?&lt;br /&gt; &lt;br /&gt;Thanks.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020521</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020521Mette Russell</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 07:16:52 MDT</pubDate>
        </item>
        <item uniqueID="1-020520">
            <title>Installing Nachos with JDK</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020520</link>
            <description>hello,&lt;br /&gt; &lt;br /&gt;I am trying to install Nachos in Cygwin. My Path includes the JDK directory..and it seems to find javac ok..&lt;br /&gt; &lt;br /&gt;When I run "nachos" from the cygwin command prompt&lt;br /&gt;I get "exception in thread "main" java.lang.NoClassDefFoundError: nachos/machine/Machine....&lt;br /&gt; &lt;br /&gt;javascript: x()&lt;br /&gt;Confused&lt;br /&gt; &lt;br /&gt;If I run nachos from the proj1 and proj2 directories...it doesn't seem to crash..&lt;br /&gt; &lt;br /&gt;Does anyone have experience of using nachos with jdk? Why is my nachos not working from the nachos directory, but it from the project directory?&lt;br /&gt; &lt;br /&gt;help appreciated..&lt;br /&gt; &lt;br /&gt;Jules&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt; </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020520</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020520Julian Baakman</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 06:42:52 MDT</pubDate>
        </item>
        <item uniqueID="1-020519">
            <title>How to call servlet do post method from a pojo</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020519</link>
            <description>HI &lt;br /&gt;i have one simple java class representing a service which should call a servlet from another server.How can i invoke that servlet and call its doPost() method?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Raj</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020519</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020519raj malhotra</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 06:36:52 MDT</pubDate>
        </item>
        <item uniqueID="1-020517">
            <title>cloning Singleton object</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020517</link>
            <description>Hi,&lt;br /&gt;Can we clone Singleton object, if not why ?&lt;br /&gt;Actually I am trying to clone Singleton object it is showing error, even after implementing the Cloneable interface I am getting same error.&lt;br /&gt; &lt;br /&gt;Can anybody explain me the proper reason.&lt;br /&gt; &lt;br /&gt;Thanks in Advance&lt;br /&gt;Shashanka</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020517</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020517shashanka jena</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 02:16:51 MDT</pubDate>
        </item>
        <item uniqueID="1-020516">
            <title>Problem with hashmap</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020516</link>
            <description>As I have a multiple values associated with a key ,i am adding those values to list and adding the list to the particular key.Suppose a book is taken from a library at a particular date,it can be taken anytime next 30 days.previousMonthMap contains keys and asscoiated values for last month fetched books.currentmonthmap contains this month keys and values.keys being book name and values being different date fetched.If a book is fetched it can be free for next 30 days ,n number of times.i have to calculate usage for book gone out&lt;br /&gt;Video fetched in current month also have to in 30 day barrier as days between 1 and 31 is 30days.&lt;br /&gt;If the book is fetched on 12th of last month,18 of last month and 5th of current month,have to calculate dif...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020516</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020516Kannan dumeelKannan</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 01:32:51 MDT</pubDate>
        </item>
        <item uniqueID="1-020514">
            <title>Collective Intelligence Book</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020514</link>
            <description>Collective intelligence is defined as the capacity of human communities to evolve towards higher order complexity and harmony, through innovation mechanisms as differentiation and integration, competition and collaboration. &lt;br /&gt; &lt;br /&gt;Does the book deal only mechanisms to better the with Web world? Does it talk about benefits like web scraping, crawling etc.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020514</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020514Usha Seetharaman</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 00:14:51 MDT</pubDate>
        </item>
        <item uniqueID="1-020513">
            <title>Collective intelligence in Action -- a couple of questions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020513</link>
            <description>Hi Satnam:&lt;br /&gt; &lt;br /&gt;Do you consider or detect malicious activity?&lt;br /&gt; &lt;br /&gt;Suppose that Im implementing a web site, based on Ci, for electing the most popular person. Everybody likes Diane but Peter hates her. Can peter alone influence the system enough to remove Diane for the first place?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020513</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020513Louise Petro</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 21:04:51 MDT</pubDate>
        </item>
        <item uniqueID="1-020512">
            <title>Collective Intelligence - Real Time Analysis</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020512</link>
            <description>Hi Satnam,&lt;br /&gt; &lt;br /&gt;I have previously worked developing data mining applications, and one of the biggest problems we ran into is the ability to extract trends and analyze information in real-time. The data we were working with was rapidly changing (every couple of hours), so caching the data for any longer than that was not really an option. With information available in real-time from everywhere using Google, people want quick results. &lt;br /&gt; &lt;br /&gt;Does your book discuss techniques for real time analysis? Also, do you use existing data mining frameworks (I believe I saw a weka jar in the source code, but I'm not sure their package is free anymore as it is now part of the Pentaho project)? Another issue we've had is that some of these fr...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020512</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020512Jeff Storey</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 20:56:51 MDT</pubDate>
        </item>
        <item uniqueID="1-020511">
            <title>visualizaton</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020511</link>
            <description>How important is visualization for web mining tasks?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020511</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020511gabi.schmidberger</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 18:22:50 MDT</pubDate>
        </item>
        <item uniqueID="1-020510">
            <title>configuring service provider for jndi lookup</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020510</link>
            <description>Hello looking at the code snippet here:&lt;br /&gt; &lt;br /&gt;Hashtable env = new Hashtable();&lt;br /&gt;env.put(Context.INITIAL_CONTEXT_FACTORY, &lt;br /&gt; "com.sun.jndi.fscontext.RefFSContextFactory");&lt;br /&gt;env.put(Context.PROVIDER_URL, "file:/tmp/tutorial");&lt;br /&gt;Context ctx = new InitialContext(env);&lt;br /&gt; &lt;br /&gt;I am wondering for the env variables how do you know how to set up the service provider?&lt;br /&gt; &lt;br /&gt;env.put(Context.INITIAL_CONTEXT_FACTORY, &lt;br /&gt; "com.sun.jndi.fscontext.RefFSContextFactory");</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020510</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020510Terril Douglas</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 17:00:50 MDT</pubDate>
        </item>
        <item uniqueID="1-020509">
            <title>how to get rid of warning: [unchecked] unchecked cast</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020509</link>
            <description>Hello Folks,&lt;br /&gt; &lt;br /&gt;I keep getting warning : [unchecked] unchecked cast for below part of code:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;A-&lt;br /&gt; &lt;br /&gt;Map&amp;lt;K,V&amp;gt;map= (Map&amp;lt;K,V&amp;gt ) s.readObject();&lt;br /&gt; &lt;br /&gt;B-&lt;br /&gt; &lt;br /&gt;IXMessage.init((IXRecordRWLock&amp;lt;String,IXMessage&amp;gt ) rElementsCache.getNoNull("IXMessage"));&lt;br /&gt;IXVariable.init((IXRecordRWLock&amp;lt;String,IXVariable&amp;gt ) rElementsCache.getNoNull("IXVariable"));&lt;br /&gt; &lt;br /&gt;where rElementsCache is of type:&lt;br /&gt;IXRecord&amp;lt;String,IXRecord&amp;lt;String,? extends Object&amp;gt;&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;How to resolve both of them?&lt;br /&gt; &lt;br /&gt;[ May 06, 2008: Message edited by: amer seif el dine ]</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020509</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020509amer seif el dine</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 13:00:50 MDT</pubDate>
        </item>
        <item uniqueID="1-020508">
            <title>Number of users a website can service !!!</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020508</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I want to know how many number of users can a website serve ?&lt;br /&gt; &lt;br /&gt;Is there a Java API that lets me do so ?&lt;br /&gt; &lt;br /&gt;Thanks in advance ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020508</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020508Vassili Vladimir</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 10:22:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020506">
            <title>how to make a check for index out of bound Exception</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020506</link>
            <description>If have a ArrayList &amp; i get An IndexOut Of bound Exception.&lt;br /&gt;is there a way i could check/handle it .that is if this exception occurs then do this else continue.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks and Regards&lt;br /&gt;Madhavi.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020506</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020506preethi venkatarangan</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 09:24:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020505">
            <title>Lower Bounded Generics</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020505</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;On this page (http://www.javabeat.net/articles/33-generics-in-java-50-4.html), the following example is given of a lower bounded generic reference:&lt;br /&gt; &lt;blockquote&gt;quote:&lt;hr&gt;&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;List&amp;lt;? super Dog&amp;gt; dogs = new ArrayList&amp;lt;Dog&amp;gt;();&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;This declaration tells that along with Dog type, all other sub-types of Dog is also allowed. Not any of the super-type of Dog can be added including java.lang.Object. So, if we have classes like GoodDog and BadDog, both extending the Dog class, then the following statements are legal.&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;dogs.add(new Dog());&lt;br /&gt;dogs.add(new GoodDog());&lt;br /&gt;dogs.add(new BadDog());&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;hr&gt;&lt;/b...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020505</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020505Dan Murphy</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 08:28:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020504">
            <title>Collective Intelligence in Action - scaling</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020504</link>
            <description>The Amazon description mentions real, high-use applications. &lt;br /&gt; &lt;br /&gt;As with economics, are there thresholds (limitations) at which the techniques you describe are not applicable? What considerations should one consider before embarking on an implementation?&lt;br /&gt; &lt;br /&gt;-Fred</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020504</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020504Fred Muhlenberg</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 07:34:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020503">
            <title>Collective Intelligence in Action: Book Questions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020503</link>
            <description>Hello Satnam,&lt;br /&gt; &lt;br /&gt;Currently I'm researching some topics on Collective Intelligence for my graduation thesis on a distributed system with Java, mainly kMeans Clustering and Independent Component Analysis, and I'm really curious about how this book explains this concepts. Do you introduce the mathematical theory or just show the "theory in action"? Are the examples based on data available on the internet (like using 3rd party web2.0/APIs to build intelligent mashups)?&lt;br /&gt;Can't wait to read this book!&lt;br /&gt; &lt;br /&gt;Thanks in advance!&lt;br /&gt; &lt;br /&gt;Anderson</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020503</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020503Anderson Freitas</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 07:28:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020502">
            <title>Word Count using Collections </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020502</link>
            <description>Hi Friends,&lt;br /&gt; &lt;br /&gt;Objective: To take a txt file as input and produce an output file which states which word repeated in the file how many times.&lt;br /&gt; &lt;br /&gt;Constraints: We can not use String class for that and have to use Collectons only.&lt;br /&gt; &lt;br /&gt;My current approach: I took the characters of the file in the ArrayList and tried to create another ArrayList which adds the first arrayList if a blank space is encountered. I planed to take the second ArrayList serch for the occurences of the word by comparing with a HashSet having all the words in it.&lt;br /&gt;Here is the full code:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;package collections;&lt;br /&gt;import java.io.*;&lt;br /&gt;import java.util.*;&lt;br /&gt;/**&lt;br /&gt; * @author Sandeep Mukherji&lt;br /&gt; *...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020502</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020502Sandeep Mukherji</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 07:26:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020501">
            <title>Method invocation done by jvm</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020501</link>
            <description>Hi&lt;br /&gt; I am a bit confused over the 1 point&lt;br /&gt; &lt;br /&gt; 1. Instance methods are dynamically bound except for &amp;lt;init&amp;gt; methods, private methods, and methods invoked with the super keyword. In these three special cases, instance methods are statically bound.&lt;br /&gt; &lt;br /&gt; 2. Class methods are always statically bound.&lt;br /&gt; &lt;br /&gt; 3. Instance methods invoked with an interface reference may be slower than the same methods invoked with an object reference.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks in Advanced</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020501</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020501showbit guppta</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 07:22:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020500">
            <title>Collective Intelligence in Action</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020500</link>
            <description>Does this book assume any sort of knowledge background (other than java) or is it targeted to get people the information they need to get CI systems working in relative short order?&lt;br /&gt; &lt;br /&gt;Thanks and welcome.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020500</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020500Charles Hasegawa</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 06:48:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020499">
            <title>Collective Intelligence in Action</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020499</link>
            <description>Satnam, &lt;br /&gt; &lt;br /&gt;Would you be able to define "Collective Intelligence" in context and tell me how a Senior Application Developer would benefit from reading your book?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020499</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020499John Borys</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 06:46:49 MDT</pubDate>
        </item>
        <item uniqueID="1-020498">
            <title>open a file pdf in unix using java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020498</link>
            <description>I have a file pdf in a path in SO UNIX and I need open this file with java code.&lt;br /&gt;In windows I have used :&lt;br /&gt; &lt;br /&gt;Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + fichpdf);&lt;br /&gt; &lt;br /&gt;In unix I don't know do.&lt;br /&gt;Thank you</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020498</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=1&amp;t=020498Monica Marugan</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 06:36:49 MDT</pubDate>
        </item>
    </channel>
</rss>
