<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Java in General (advanced)</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=34</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="34-009758">
            <title>Question about Design</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009758</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I am wondering which design would be better than the second for a business appliation managing user sessions (active/inactive etc):&lt;br /&gt; &lt;br /&gt;1- Leave incoming threads to interact with sessions/database&lt;br /&gt;2- Have internal threads managing incoming threads and serve their requests? How would I do that?&lt;br /&gt;3- Any other idea is welcome.&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=34&amp;t=009758</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009758Amer Seifeddine</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 09:36:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009752">
            <title>Automatically detect an update in a file</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009752</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I just want to know what's the easiest way to do this? Let's have I have an XML file which is constantly being updated and the application needs to detect if this file is updated and transfer the updated contents of the file to a cache. My idea of doing this is running a thread which periodically checks the last update time of the file and if there is a change, then it will load the contents of the file into the cache, to update the cache. Is there a better and more efficient way of doing this? If my idea is the best idea, do you guys think spawning thread could handle this or should I stick to the more complex timing APIs such as Quartz?&lt;br /&gt; &lt;br /&gt;Any feedback or help would be appreciated. Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009752</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009752Andres Delrotti</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 20:04:51 MDT</pubDate>
        </item>
        <item uniqueID="34-009750">
            <title>best way to compress in GZIP serialized objects in MEMORY</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009750</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I am looking for sample code to compress a serialized object in the memory (in a form of ByteArray or whatever) Say, Object o is the serialized object and i need to turn it into another Object z (compressed) as another variable. Do you have a sample?&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=34&amp;t=009750</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009750amer seif el dine</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 12:38:50 MDT</pubDate>
        </item>
        <item uniqueID="34-009745">
            <title>To display ChangeLog results in peculiar scenario</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009745</link>
            <description>Hi &lt;br /&gt; &lt;br /&gt;I have the tables called,USERROLES and USERROLE_ADT, In my application,User has some set of roles assigned. Administrator can add or delete the roles.&lt;br /&gt; &lt;br /&gt;Whenever he modifies the role, we are deleting the all roles and inserting the roles newly(As we can't update the USERROLE table due to some database integrity).&lt;br /&gt; &lt;br /&gt;Now i need to display the changelog for the userroles, whenever roles are changed for the user, we need to display those details are in below format&lt;br /&gt; &lt;br /&gt;field currentvalue oldvalue changed date change by&lt;br /&gt; &lt;br /&gt;role1 active deleted today(dd/mm/yyyy) adminName&lt;br /&gt;role2 deleted active yesterday(dd/mm/yyyy) adminName2&lt;br /&gt; &lt;br /&gt;Could any one comeup...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009745</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009745saivenu madhav</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 06:48:47 MDT</pubDate>
        </item>
        <item uniqueID="34-009740">
            <title>Can I control Keybord from voice ?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009740</link>
            <description>I'm currently starting my final year of Software Engineering degree.I've decide to implement software to handle keyboard from voice for disable people as my final year project.So i want to know will this possible to implement and also need your ideas to get more easier to do this for me.&lt;br /&gt;Thank you&lt;br /&gt;Kasun Chandrasiri</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009740</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009740Kasun Chandrasiri</comments>
            <author/>
            <pubDate>Sat, 3 May 2008 01:48:30 MDT</pubDate>
        </item>
        <item uniqueID="34-009737">
            <title>How to parse a Java source file</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009737</link>
            <description>hi friends,&lt;br /&gt; &lt;br /&gt; Can any one let me know how to parse a .java file and extract class names, method names, parameter list etc.. from the file.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009737</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009737nallamalla ravi sekhar</comments>
            <author/>
            <pubDate>Fri, 2 May 2008 07:22:28 MDT</pubDate>
        </item>
        <item uniqueID="34-009735">
            <title>handling Java child process execution</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009735</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I am executing a shell script using java program on unix platform.&lt;br /&gt;I am using Runtime.exec(shell_script_name) method to execute it.&lt;br /&gt;A shell script uses prstat command &amp; it gives well formated output to my java program.&lt;br /&gt; But, the problem is that the prstat command doesn't get killed by unix os.&lt;br /&gt;so that , when ever I execute the script each time a new instance of prstat is seen as a new process using ps -fu command. &amp; this prstat process seen even when java program is stopped. &lt;br /&gt; &lt;br /&gt;please, help me so that prstat command execution should get stopped just after script execution finished.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;Amit Pandit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009735</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009735amit pandit</comments>
            <author/>
            <pubDate>Fri, 2 May 2008 05:06:27 MDT</pubDate>
        </item>
        <item uniqueID="34-009731">
            <title>Getting inner class functionalities without using INNER CLASS</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009731</link>
            <description>can anybody tell me, how can we achieved the functionality of INNER class without using INNER CLASS?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009731</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009731Ingoba Ningthoujam</comments>
            <author/>
            <pubDate>Wed, 30 Apr 2008 04:50:21 MDT</pubDate>
        </item>
        <item uniqueID="34-009729">
            <title>Inner and Abstract class</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009729</link>
            <description>Hi all&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Is it legal(not in terms of syntax) to define inner class inside abstract class does it comes under any design pattern? </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009729</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009729Anupama D S</comments>
            <author/>
            <pubDate>Wed, 30 Apr 2008 01:34:20 MDT</pubDate>
        </item>
        <item uniqueID="34-009726">
            <title>Getting Rid of Redundant Jars.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009726</link>
            <description>How can I determine which all classes and jars my Java program is referencing&lt;br /&gt;from a all the jars in class path ?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009726</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009726AmitDua Dua</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 14:22:16 MDT</pubDate>
        </item>
        <item uniqueID="34-009718">
            <title>Problem in Uploading Files</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009718</link>
            <description>On uploading large files of size(290 Mb).&lt;br /&gt;It is getting Failed to parse multipart file.&lt;br /&gt; " MultipartParseException "&lt;br /&gt;When trying to upload small files of about 5K it is ok and uploading.&lt;br /&gt;My browser is IE.7.But in the InternetOptions setting the JRE used is 1.5.&lt;br /&gt;If the JRE used is 1.6 the upload of large files wont work ,the page will be in progress for a long time&lt;br /&gt;and after that it will show Timeout without uploading the file.&lt;br /&gt;I am using enctype=multipart/form-data in the file for upload.&lt;br /&gt;But in jre1.6 it is not supporting.&lt;br /&gt;Can any one help me to solve this problem.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009718</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009718Guru Vijay</comments>
            <author/>
            <pubDate>Wed, 23 Apr 2008 09:07:59 MDT</pubDate>
        </item>
        <item uniqueID="34-009708">
            <title>java.io.zip cannot uzip what it zips</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009708</link>
            <description>My problem began deploying a war file in tomcat. I get the error:&lt;br /&gt;java.io.FileNotFoundException: C:\MyWorkSpaces\X\A Swing Help System with CreateWebHelp_files\image001.png (The system cannot find the path specified)&lt;br /&gt; &lt;br /&gt;The file is in the war file and if I change the extension to zip, WinZip constructs the directory correctly. If I zip the original directory wit WinZip, it deploys fine in Tomcat.&lt;br /&gt; &lt;br /&gt;Tomcat uses java.io.zip to unzip, so i created a program to unzip and i get the same error. The code is:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;public void unZip(String directoryName, String fileName) throws Exception {&lt;br /&gt;this.unzipDirectory = directoryName;&lt;br /&gt;this.dirsMade = new TreeSet&amp;lt;String&amp;gt;();&lt;br /&gt;this.w...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009708</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009708Alejandro Barrero</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 03:29:26 MDT</pubDate>
        </item>
        <item uniqueID="34-009707">
            <title>How to run a java File using RunTime</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009707</link>
            <description>I have java file which is running on Websphere Application Studio (WSAD). From the Java file i need to invoke a java file to run as like it runs on command prompt. So what i did is i got the RunTime instance and tried to execute the java file like &lt;br /&gt; &lt;br /&gt;Runtime.getRunTime.exec("java -cp classpath JavaFilename);&lt;br /&gt; &lt;br /&gt;the system was not showing any result or error. Please help me to get it resolved and run the java file</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009707</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009707Ramesh Shanmugam</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 01:49:03 MDT</pubDate>
        </item>
        <item uniqueID="34-009707">
            <title>How to run a java File using RunTime</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009707</link>
            <description>I have java file which is running on Websphere Application Studio (WSAD). From the Java file i need to invoke a java file to run as like it runs on command prompt. So what i did is i got the RunTime instance and tried to execute the java file like &lt;br /&gt; &lt;br /&gt;Runtime.getRunTime.exec("java -cp classpath JavaFilename);&lt;br /&gt; &lt;br /&gt;the system was not showing any result or error. Please help me to get it resolved and run the java file</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009707</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009707Ramesh Shanmugam</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 01:35:03 MDT</pubDate>
        </item>
        <item uniqueID="34-009706">
            <title>Problem in Bean Design</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009706</link>
            <description>I am developing a project as Task Tracking System.One of the entities used in my project are Client and Task.So i build the bean for Client and Task.&lt;br /&gt;The Client Bean consists:Client Id,ClientName,ClientStatus.The Task bean consists of TaskId,TaskName,Description,CreateDate,TaskStatus etc.The Relation between client and task is of one to many relation.So I include Clientid in Task Bean.Now i want to show the list of task with their client as&lt;br /&gt; &lt;br /&gt;ClientName ClientStatus TaskName CreateDate TaskStatus....&lt;br /&gt; &lt;br /&gt;For this i am getting the above data from the database .Now i want to set the bean properties after getting the resultset from the database.Now the problem is that which bean property should i set.If i set the Task pr...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009706</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009706mohsin sheikh</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 07:17:01 MDT</pubDate>
        </item>
        <item uniqueID="34-009705">
            <title>accesing data from an IP address new</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705</link>
            <description>Yes all those computers are having ftp access.Do I need to configure my webserver for accesing data on those machines for reading files on those machines or IP addresses.How to do it?&lt;br /&gt;Give some example.Like my web application is deployed on the webserver using JSF on Netbeans with Visual Web Pack.How to access the files in the specified directories on those machines simultaneously like my web application should be able to fetch data from the files on those machines after every 2 secs and upload that data to the database.&lt;br /&gt; &lt;br /&gt;Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 07:17:01 MDT</pubDate>
        </item>
        <item uniqueID="34-009705">
            <title>accesing data from an IP address new</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705</link>
            <description>Yes all those computers are having ftp access.Do I need to configure my webserver for accesing data on those machines for reading files on those machines or IP addresses.How to do it?&lt;br /&gt;Give some example.Like my web application is deployed on the webserver using JSF on Netbeans with Visual Web Pack.How to access the files in the specified directories on those machines simultaneously like my web application should be able to fetch data from the files on those machines after every 2 secs and upload that data to the database.&lt;br /&gt; &lt;br /&gt;Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 07:15:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009706">
            <title>Problem in Bean Design</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009706</link>
            <description>I am developing a project as Task Tracking System.One of the entities used in my project are Client and Task.So i build the bean for Client and Task.&lt;br /&gt;The Client Bean consists:Client Id,ClientName,ClientStatus.The Task bean consists of TaskId,TaskName,Description,CreateDate,TaskStatus etc.The Relation between client and task is of one to many relation.So I include Clientid in Task Bean.Now i want to show the list of task with their client as&lt;br /&gt; &lt;br /&gt;ClientName ClientStatus TaskName CreateDate TaskStatus....&lt;br /&gt; &lt;br /&gt;For this i am getting the above data from the database .Now i want to set the bean properties after getting the resultset from the database.Now the problem is that which bean property should i set.If i set the Task pr...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009706</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009706mohsin sheikh</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 06:29:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009705">
            <title>accesing data from an IP address new</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705</link>
            <description>Yes all those computers are having ftp access.Do I need to configure my webserver for accesing data on those machines for reading files on those machines or IP addresses.How to do it?&lt;br /&gt;Give some example.Like my web application is deployed on the webserver using JSF on Netbeans with Visual Web Pack.How to access the files in the specified directories on those machines simultaneously like my web application should be able to fetch data from the files on those machines after every 2 secs and upload that data to the database.&lt;br /&gt; &lt;br /&gt;Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009705Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 06:19:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009704">
            <title>accesing data from an IP address</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</link>
            <description>Suppose I have developed a web application which is deployed on the webserver, now our LAN has 6 computers attached.IP Addresses of these computers is known to me. Now this application will keep on fetching the data after every 2 secs from all the PCs in this network, go to a particular folder in each of the computers and read the most recent file and upload its details to the database simultaneously.How to build this kind of application? Totally in a confused state of mind.Some code snippets or tutorials will be of great help.Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 03:27:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009704">
            <title>accesing data from an IP address</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</link>
            <description>Suppose I have developed a web application which is deployed on the webserver, now our LAN has 6 computers attached.IP Addresses of these computers is known to me. Now this application will keep on fetching the data after every 2 secs from all the PCs in this network, go to a particular folder in each of the computers and read the most recent file and upload its details to the database simultaneously.How to build this kind of application? Totally in a confused state of mind.Some code snippets or tutorials will be of great help.Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 03:25:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009704">
            <title>accesing data from an IP address</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</link>
            <description>Suppose I have developed a web application which is deployed on the webserver, now our LAN has 6 computers attached.IP Addresses of these computers is known to me. Now this application will keep on fetching the data after every 2 secs from all the PCs in this network, go to a particular folder in each of the computers and read the most recent file and upload its details to the database simultaneously.How to build this kind of application? Totally in a confused state of mind.Some code snippets or tutorials will be of great help.Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 03:09:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009704">
            <title>accesing data from an IP address</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</link>
            <description>Suppose I have developed a web application which is deployed on the webserver, now our LAN has 6 computers attached.IP Addresses of these computers is known to me. Now this application will keep on fetching the data after every 2 secs from all the PCs in this network, go to a particular folder in each of the computers and read the most recent file and upload its details to the database simultaneously.How to build this kind of application? Totally in a confused state of mind.Some code snippets or tutorials will be of great help.Please reply ASAP.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009704Sonal Sharma</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 02:05:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700amit pandit</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 00:27:00 MDT</pubDate>
        </item>
        <item uniqueID="34-009703">
            <title>wait() vs sleep()</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009703</link>
            <description>Hi,&lt;br /&gt; what is the difference between wait() and sleep() in threads.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009703</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009703kiran peruka</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 22:58:59 MDT</pubDate>
        </item>
        <item uniqueID="34-009703">
            <title>wait() vs sleep()</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009703</link>
            <description>Hi,&lt;br /&gt; what is the difference between wait() and sleep() in threads.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009703</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009703kiran peruka</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 22:56:59 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 19:54:59 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 18:04:59 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 14:06:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 13:04:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 13:02:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 12:52:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 12:40:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 12:36:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Oh, and by closed I mean that they are locked against further editing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 12:18:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009702">
            <title>A curious (Non Java) Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</link>
            <description>I cant help but notice that most if not all the topics in this part of the forum are closed or are closed as soon as they are created. I am just a little curious why?&lt;br /&gt; &lt;br /&gt;No offence meant </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009702Arthur Buliva</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 12:16:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700amit pandit</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 10:56:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700amit pandit</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:40:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700amit pandit</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:36:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009701">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009701</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009701</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009701omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:20:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009701">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009701</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009701</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009701omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:12:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700amit pandit</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 08:48:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700amit pandit</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 08:44:58 MDT</pubDate>
        </item>
        <item uniqueID="34-009700">
            <title>CPU utilization in java</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to show CPU utilization in my application using java code.&lt;br /&gt;The code should be OS-independant. Any workarounds are also welcome.&lt;br /&gt;I don't want to use JNI.&lt;br /&gt; &lt;br /&gt;can anybody help me in doing that.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards &lt;br /&gt; &lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009700</comments>
            <pubDate>Tue, 15 Apr 2008 07:41:20 MDT</pubDate>
        </item>
        <item uniqueID="34-009698">
            <title>Reading a file that has .ODT extension</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009698</link>
            <description>i have created the file using Openoffice .org .When i read the file Its giving the junk value.Are there any api to read the content of the file that has extension of .ODT&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;Thanks a Lot For helping in advance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009698</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009698</comments>
            <pubDate>Tue, 15 Apr 2008 03:05:19 MDT</pubDate>
        </item>
        <item uniqueID="34-009694">
            <title>Change the JVM default ClassLoader</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009694</link>
            <description>Hi, someone knows how it's possible to substitute the default JVM ClassLoader with a new one? I would like to do this from outside the source code, maybe there exists some command line option doing this.&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=34&amp;t=009694</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009694</comments>
            <pubDate>Mon, 14 Apr 2008 08:55:17 MDT</pubDate>
        </item>
        <item uniqueID="34-009687">
            <title>its internal server error</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009687</link>
            <description>500 (SC_INTERNAL_SERVER_ERROR) is the generic server is confused&lt;br /&gt;status code. It often results from CGI programs or (heaven forbid!)&lt;br /&gt;servlets that crash or return improperly formatted headers.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009687</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009687</comments>
            <pubDate>Sat, 12 Apr 2008 00:45:10 MDT</pubDate>
        </item>
        <item uniqueID="34-009684">
            <title>Java and MSMQ</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009684</link>
            <description>I've been tasked with identifying some 3rd party bridge which will allow us to access MSMQ via java WITHOUT writing loads of JNI (we have a simple bridge at the moment which allows us to do very simple things with MSMQ but it is proving a maintenance nightmare).&lt;br /&gt; &lt;br /&gt;Has anybody managed to integrate Java and MSMQ, and if so how was this achieved????</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009684</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=34&amp;t=009684</comments>
            <pubDate>Fri, 11 Apr 2008 07:29:08 MDT</pubDate>
        </item>
    </channel>
</rss>
