<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Blatant Advertising</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=39</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="39-001665">
            <title>Converting JasperReports to PowerPoint PPT and PPS formats</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001665</link>
            <description>&lt;b&gt;Aspose.Slides for JasperReports (http://www.aspose.com/categories/jasperreports-exporters/aspose.slides-for-jasperreports/default.aspx)&lt;/b&gt; is an &lt;b&gt;external exporter for JasperReports (http://www.aspose.com/community/blogs/aspose.slides/archive/2008/06/25/aspose-slides-for-jasperreports-1-0-0-0-released.aspx)&lt;/b&gt; that allows you to convert your reports in PowerPoint presentation (PPT) and PowerPoint slideshow (PPS) formats in your java applications. It supports Java 2 platform standard edition 5.0 and JasperReports 2.0, 3.0 and higher.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;- Homepage (http://www.aspose.com/categories/jasperreports-exporters/aspose.slides-for-jasperreports/default.aspx)&lt;/b&gt; of Aspose.Slides for JasperReports.&lt;br /&gt;&lt;b&gt;- Download Evaluation Vers...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001665</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001665Usman Sarfraz</comments>
            <author/>
            <pubDate>Fri, 4 Jul 2008 13:12:22 MDT</pubDate>
        </item>
        <item uniqueID="39-001664">
            <title>[ANNOUNCE] Podcast with Ted Goddard of ICEsoft</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001664</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;Im pleased to announce episode #3 of the JSFCentral podcast series. This podcast is an interview with ICEsoft senior architect Ted Goddard. It was recorded in May of 2007 at the JavaOne conference in San Francisco, CA. Heres an excerpt:&lt;br /&gt; &lt;br /&gt;Kito:&lt;br /&gt;Okay, so you talk about Ajax Framework and Ajax Push, let' s talk about the Ajax Framework part. Is ICEfaces a component suite or framework or both? &lt;br /&gt; &lt;br /&gt;Ted:&lt;br /&gt;It' s both really. ICEfaces starts off with an architecture for updating the page. Once you have the ability to generally update the page, you start using a technique we call Direct-to-DOM rendering. Then you can build a bunch of interesting components around that. We also make use of some JavaScri...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001664</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001664Kito Mann</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 16:59:59 MDT</pubDate>
        </item>
        <item uniqueID="39-001663">
            <title>PaderSyncFM, Mobile File Manager</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001663</link>
            <description>PaderSyncFM is a file manager for J2ME enabled devices. It stands out from other file managers by providing access to FTP, FTPS, WebDAV, and SMB file servers. Moreover, the support for SOCKS, HTTP, HTTPS, and SSHv2 protocols allows the application to cross network borders. The Hecl scripting language has been incorporated into the software and is used for automated file system synchronization. This allows for further extensions by the user.&lt;br /&gt; &lt;br /&gt;Check it out at: http://www.pader-sync.com/products.html (http://www.pader-sync.com/products.html)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001663</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001663Thorsten Schemm</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 08:57:08 MDT</pubDate>
        </item>
        <item uniqueID="39-001662">
            <title>Dynamic columns in jasper reports</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001662</link>
            <description>DynamicJasper (http://dynamicjasper.sourceforge.net/) is an open source Java API that works over JasperReports that solves the dynamic columns issue.&lt;br /&gt; &lt;br /&gt;It is very well documented (http://dynamicjasper.sourceforge.net/docs/getting_started.html) with lots of examples (http://dynamicjasper.sourceforge.net/docs/howto.html).&lt;br /&gt; &lt;br /&gt;Here you have an example&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; FastReportBuilder drb = new FastReportBuilder();&lt;br /&gt; DynamicReport dr = drb.addColumn("State", "state", String.class.getName(),30)&lt;br /&gt; .addColumn("Branch", "branch", String.class.getName(),30) // title, property to show, class of the property, width&lt;br /&gt; .addColumn("Product Line", "produc...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001662</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001662Hugo Balmaceda</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 08:13:08 MDT</pubDate>
        </item>
        <item uniqueID="39-001661">
            <title>Aspose.Newsletter: How can you migrate VSTO code to Aspose.Cells?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001661</link>
            <description>Welcome to the &lt;b&gt;July 2008 issue of the Aspose Newsletter! (http://www.aspose.com/community/blogs/customer.newsletters/archive/2008/07/01/aspose-customer-newsletter-july-2008.aspx)&lt;/b&gt; In this months newsletter, we will provide some introductory information about our spotlight product: Aspose.Cells for Reporting Services. We will also look at the new and exciting features offered in the recent releases of Aspose.Words, Aspose.BarCode, Aspose.Network and Aspose.Recognition. We will also provide information about migrating your VSTO code to Aspose using Aspose.Cells. You will learn about the latest news from Aspose along with the monthly Tech-Tip, which demonstrates how to convert a Word document to MHTML and Email, and an introduction to ou...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001661</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001661Usman Sarfraz</comments>
            <author/>
            <pubDate>Wed, 2 Jul 2008 10:47:05 MDT</pubDate>
        </item>
        <item uniqueID="39-001660">
            <title>Java/J2EE Resume Companion has been published</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001660</link>
            <description>Java/J2EE Resume Companion at http://www.lulu.com/java-success (http://www.lulu.com/java-success)&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;ul type="square"&gt;&lt;li&gt;Hundreds of ready to use Java/JEE Phrases&lt;li&gt;Situation-Action-Results driven phrases&lt;li&gt;Key Areas Driven and SOught After Technologies are mentioned&lt;li&gt;Java/JEE Resume Examples with eye-catching phrases&lt;/ul&gt;</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001660</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001660arulk pillai</comments>
            <author/>
            <pubDate>Tue, 1 Jul 2008 03:01:01 MDT</pubDate>
        </item>
        <item uniqueID="39-001659">
            <title>Canoo releases UltraLightClient '08</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001659</link>
            <description>Canoo is proud to announce a new release of UltraLightClient (ULC), a library to build rich web interfaces for business applications.&lt;br /&gt; &lt;br /&gt;See the announcement:&lt;br /&gt; &lt;br /&gt;http://canoo.com/news/major_release_08.html (http://canoo.com/news/major_release_08.html)&lt;br /&gt; &lt;br /&gt;The product website:&lt;br /&gt; &lt;br /&gt;http://canoo.com/ulc (http://canoo.com/ulc)&lt;br /&gt; &lt;br /&gt;The screencast:&lt;br /&gt; &lt;br /&gt;http://canoo.com/ulc/external/video.html (http://canoo.com/ulc/external/video.html)&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Canoo is a solution provider for Rich Internet Applications (RIA) based in Basel, Switzerland. It offers consulting services and end-to-end development of Enterprise Web applications.&lt;br /&gt; &lt;br /&gt;Canoo develops and maintains UltraLightClient, a libr...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001659</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001659sandra wendland</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 02:56:57 MDT</pubDate>
        </item>
        <item uniqueID="39-001658">
            <title>Sun Voucher Available</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001658</link>
            <description>Dear All,&lt;br /&gt; I bought a Sun Voucher at Rs 6300 (150 USD). But due to certain personal reasons, I will not be able to sit for the exam in near by future. Please let me know if any one is interested in buying it. Am based at Hyderabad, India and would give the voucher for Rs 5000. Please get in touch with me at alokpanda123@gmail.com.&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Alok</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001658</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001658Alok Panda</comments>
            <author/>
            <pubDate>Sun, 29 Jun 2008 23:18:56 MDT</pubDate>
        </item>
        <item uniqueID="39-001657">
            <title>UML, DSL, TDD and Project Management in Methods &amp;amp; Tools Summer 2008 issue</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001657</link>
            <description>Methods &amp; Tools is a free e-newsletter for software developers, testers and project managers. Summer 2008 issue's content:&lt;br /&gt;* UML versus Domain-Specific Languages&lt;br /&gt;* We Increment to Adapt, We Iterate to Improve &lt;br /&gt;* Building Products with Acceptance TDD &lt;br /&gt;* Getting and Keeping Control over your Project&lt;br /&gt; &lt;br /&gt;60 pages of software development knowledge.&lt;br /&gt; &lt;br /&gt;To download or read this issue go to http://www.methodsandtools.com/ (http://www.methodsandtools.com/)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001657</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001657Frank Martinig</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 06:42:48 MDT</pubDate>
        </item>
        <item uniqueID="39-001656">
            <title>Laptop for students in Tamilnadu at a cheap price</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001656</link>
            <description>ELCOT (Electronics Corporation of Tamil Nadu Limited) is providing high end laptops for the students (LKG to any degree) studying in TamilNadu @ a very reasonable price (approx. Rs.20000/-). Kindly spread the information and make use of it.&lt;br /&gt; &lt;br /&gt;The total information and processing (Info about laptop, registration, payment) is made online!!!&lt;br /&gt; &lt;br /&gt;Check it out!!!&lt;br /&gt;http://www.elcot.in/NewStudentLaptop/schemeSpecification.htm (http://www.elcot.in/NewStudentLaptop/schemeSpecification.htm)&lt;br /&gt; &lt;br /&gt;http://www.elcot.in/NewStudentLaptop/index.php (http://www.elcot.in/NewStudentLaptop/index.php)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001656</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001656Rambo Prasad</comments>
            <author/>
            <pubDate>Wed, 25 Jun 2008 22:20:44 MDT</pubDate>
        </item>
        <item uniqueID="39-001654">
            <title>Announcing Jess 7.1RC1</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001654</link>
            <description>Jess is the rule engine for Java programmers. We're pleased to announce the availability of the first release candidate for Jess 7.1 at the usual location:&lt;br /&gt; &lt;br /&gt;http://www.jessrules.com/download.shtml (http://www.jessrules.com/download.shtml)&lt;br /&gt; &lt;br /&gt;Jess 7.1 improves the semantics of "Java patterns," sports an improved optimizer, adds many convenience features, and improves on the performance and stability of Jess 7.0. We encourage everyone to download it and "kick the tires;" if no problems are reported, this release could be promoted to 7.1 final by next week.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001654</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001654Ernest Friedman-Hill</comments>
            <author/>
            <pubDate>Mon, 23 Jun 2008 08:20:36 MDT</pubDate>
        </item>
        <item uniqueID="39-001653">
            <title>Six Sigma Green Belt Training and Certification Workshop</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001653</link>
            <description>eXample Consulting Group is pleased to announce forthcoming series of immensely practical and superior value SIX SIGMA GREEN BELT CERTIFICATION public workshops.&lt;br /&gt; &lt;br /&gt;The workshops aim to develop structured SIX SIGMA breakthrough performance improvement competencies in industry professionals and deliver tangible business benefits through improved quality and productivity levels, reduced risks, optimal cost structure and enhanced customer satisfaction in Indian, MNC and International organizations.&lt;br /&gt; &lt;br /&gt;This program is open to professionals (Indian / NRI / Foreign nationals - Individual or Company sponsored) with 2+ years work experience to enroll and benefit.&lt;br /&gt; &lt;br /&gt;Participants in the recent workshops include executives...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001653</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001653Sethu V</comments>
            <author/>
            <pubDate>Sun, 22 Jun 2008 03:12:32 MDT</pubDate>
        </item>
        <item uniqueID="39-001652">
            <title>New Blog for Java Lovers</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001652</link>
            <description>Hello all&lt;br /&gt; &lt;br /&gt;In my endevaour to help everyone who is some way or the other associated with Java,i have started with a blog on Java as a whole.&lt;br /&gt;I have begin posting topics which can help people preparing for certification&lt;br /&gt; &lt;br /&gt;DO visit the blog at&lt;br /&gt; &lt;br /&gt;http://www.bigadda.com/?L=blogs.blog&amp;article=19709&amp;type=Blogs&amp;userid=1900264&amp;groupid=0 (http://www.bigadda.com/?L=blogs.blog&amp;article=19709&amp;type=Blogs&amp;userid=1900264&amp;groupid=0)&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Looking forward to your comments and continued support&lt;br /&gt; &lt;br /&gt;Salil Dhawan&lt;br /&gt;---------------------&lt;br /&gt;SCJP 1.4&lt;br /&gt;SCWCD 5.0&lt;br /&gt;Preparing for Web Services&lt;br /&gt;Visit my blog at:&lt;br /&gt;http://www.bigadda.com/?L=blogs.blog&amp;article=19709&amp;type=Blogs&amp;userid=1900264&amp;gro...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001652</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001652Salil Dhawan</comments>
            <author/>
            <pubDate>Sat, 21 Jun 2008 12:26:31 MDT</pubDate>
        </item>
        <item uniqueID="39-001651">
            <title>Sell Sun Certificate Exam Voucher for $50</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001651</link>
            <description>Sun Certificate Exam voucher (valid until June 30, 2008), value of $200, sell at $50. You can use it to take any Sun Certificate Exam which costs $200 or less. I am in Canada and all the prices are in Canadian dollars. If you are interested, please contact me at marc712003@hotmail.com</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001651</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001651Marc Montreal</comments>
            <author/>
            <pubDate>Sat, 21 Jun 2008 08:50:30 MDT</pubDate>
        </item>
        <item uniqueID="39-001650">
            <title>Sun Voucher for Rs 3500</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001650</link>
            <description>Hi All,&lt;br /&gt;I have a Sun Voucher expiring on 30th June, 2008.&lt;br /&gt;Anybody from Bangalore, interested in taking up exam this month can contact me @ 9886936215.&lt;br /&gt;You can get it for Rs 3500 (negotiable).&lt;br /&gt;If you give me your contact; I can come to your place with voucher.&lt;br /&gt;Regards,&lt;br /&gt;Prasan Pai</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001650</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001650Prasan Pai</comments>
            <author/>
            <pubDate>Fri, 20 Jun 2008 18:56:29 MDT</pubDate>
        </item>
        <item uniqueID="39-001649">
            <title>Cool Jazoon 08 sessions on RIA, Grails, WebTest and Google Android </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001649</link>
            <description>very soon Jazoon 08 will kick off in Zurich. I'd like to point you to a number of technical sessions on Rich Internet Applications (RIA), Grails, WebTest and Google Android:&lt;br /&gt; &lt;br /&gt;"Why RIA is not only about technology"&lt;br /&gt;http://jazoon.com/jazoon08/en/conference/presentationdetails.html?type=sid&amp;detail=3960 (http://jazoon.com/jazoon08/en/conference/presentationdetails.html?type=sid&amp;detail=3960)&lt;br /&gt; &lt;br /&gt;"Against all odds - efficient Rich GUI development in Java"&lt;br /&gt;http://jazoon.com/jazoon08/en/conference/presentationdetails.html?type=sid&amp;detail=5340 (http://jazoon.com/jazoon08/en/conference/presentationdetails.html?type=sid&amp;detail=5340)&lt;br /&gt; &lt;br /&gt;"Grails: all you need for Java Enterprise webapps"&lt;br /&gt;http://jazoon.com/jazoo...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001649</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001649sandra wendland</comments>
            <author/>
            <pubDate>Fri, 20 Jun 2008 07:52:27 MDT</pubDate>
        </item>
        <item uniqueID="39-001648">
            <title>New &amp;quot;Windows Programming Using Java&amp;quot; Website</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001648</link>
            <description>Our newly created "Windows Programming Using Java" website &lt;br /&gt;(http://fivedots.coe.psu.ac.th/~ad/winJava/ (http://fivedots.coe.psu.ac.th/~ad/winJava/)) is for programmers who want to extend Java's capabilities on Windows XP and/or Vista, but aren't sure where to start. One of the drawbacks of Java's portability is that &lt;br /&gt;many Java programmers have a rather sketchy knowledge of Windows-specific programming.&lt;br /&gt; &lt;br /&gt;We plan to explain how Java applications can utilize Windows application software, OS features, and hardware beyond the reach of Java's standard libraries. A variety of Java/Windows programming techniques will be explained, including:&lt;br /&gt; &lt;br /&gt;* Java's employment of the Win32 API via C, JNI, and J/Invoke. &lt;br /&gt; &lt;br ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001648</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001648Andrew Davison</comments>
            <author/>
            <pubDate>Fri, 20 Jun 2008 06:52:27 MDT</pubDate>
        </item>
        <item uniqueID="39-001647">
            <title>JAX - it's all about Technology, Architecture, Agility</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001647</link>
            <description>JAX is the the most comprehensive conference on web and enterprise development. It provides an ideal forum for software developers, project managers and architects to learn about the latest Technology, Architecture and Agile Methodologies. It is this very special blend of topics which has made JAX the conference of choice in Germany, India and Asia since its conception in 2001.&lt;br /&gt; &lt;br /&gt;The master minds of our industry will be at JAX to share their knowledge, answer questions and facilitate discussions. The technical presentations and tutorials allow for deep coverage of the latest technologies and practical implementation techniques. Keynotes sessions presented by industry luminaries focus on how to deal with today's and tomorrow's cha...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001647</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001647Nags Bayanna</comments>
            <author/>
            <pubDate>Fri, 20 Jun 2008 00:48:26 MDT</pubDate>
        </item>
        <item uniqueID="39-001646">
            <title>Get Firefox 3.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001646</link>
            <description>If you are using this browser and have not upgraded yet, it would be worth you while to do so as it is quite a bit faster. I use it in web development along with the Firebug plugin. It also has plugins for viewing http headers, which is an excellent scwcd training aid.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001646</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001646Dee Brown</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 17:52:22 MDT</pubDate>
        </item>
        <item uniqueID="39-001645">
            <title>Sun certification voucher for $75</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001645</link>
            <description>I have a scwcd voucher (Sun Cerified Web Comp Dev for Java 2 Pltfrm CX-310-081) which expires June 30th, 2008.&lt;br /&gt;Since this exam is being discontinued I do not need it anymore.&lt;br /&gt;However I have called up the Sun customer service and have been told that I can use the same voucher to take any exam until June 30th, 2008.&lt;br /&gt;(if you have any doubts please call Sun customer service at 800-422-8020)&lt;br /&gt;I would like to sell it for 75 dollars.&lt;br /&gt; &lt;br /&gt;Interested people can contact me at samratpathania@gmail.com&lt;br /&gt;I live in new york.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001645</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001645Samrat Pathania</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 16:12:22 MDT</pubDate>
        </item>
        <item uniqueID="39-001644">
            <title>SCJP sun java certification voucher available for sale</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001644</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;I have SCJP sun java certification voucher available for sale. The validity is till 31st Jan 09. It can be used for sun's any exam like SCJP, SCWCD, SCBCD, etc. The price is 5500/- (Market price is 7000/-). If interested, pls call me on 9850811912, or mail me at ajinkya.r@gmail.com&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;-Ajinkya.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001644</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001644Ajinkya Relekar</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 06:28:18 MDT</pubDate>
        </item>
        <item uniqueID="39-001643">
            <title>SCJP sun java certification voucher for sale</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001643</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;I have SCJP sun java certification voucher available for sale. The validity is till 31st Jan 09. It can be used for sun's any exam like SCJP, SCWCD, SCBCD, etc. The price is 4500/- (Market price is 7000/-). If interested, pls call me on 9850811912, or mail me.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt; &lt;br /&gt;-Ajinkya.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001643</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001643Ajinkya Relekar</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 06:10:18 MDT</pubDate>
        </item>
        <item uniqueID="39-001642">
            <title>Selling SUN Voucher can be us for any exam</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001642</link>
            <description>Hi All,&lt;br /&gt;I am having retake exam voucher which can be used for any SUN exam. Voucher Expiration date is 06/30/2008.&lt;br /&gt;If anyone intereseted in buy it for lower price mail me at msp123_us@yahoo.com.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001642</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001642santhoshi nanisetty</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 06:04:19 MDT</pubDate>
        </item>
        <item uniqueID="39-001640">
            <title>RIA sessions at upcoming Jazoon conference in Zurich </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001640</link>
            <description>Canoo's Sibylle Peter and Dieter Holz will be presenting a very interesting session at Jazoon 08 ( http://www.jazoon.com (http://www.jazoon.com) ) on:&lt;br /&gt; &lt;br /&gt;5 frequently-encountered misunderstandings regarding Rich Internet Application development.&lt;br /&gt; &lt;br /&gt;Many developers that first start out in RIA development have lots of experience building HTML applications. They are in the phase where they have recognized the need for RIA and have selected an RIA technology (e.g. based on AJAX, Flash or Java). They have started implementing first projects. The talk identifies common pitfalls within this first phase and how these can be avoided.&lt;br /&gt; &lt;br /&gt;The talk doesn't discuss any specific RIA technologies but discusses general concepts t...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001640</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001640sandra wendland</comments>
            <author/>
            <pubDate>Mon, 16 Jun 2008 03:16:15 MDT</pubDate>
        </item>
        <item uniqueID="39-001639">
            <title>Java/JEE Resume Companion</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001639</link>
            <description>Java/JEE Resume Companion is coming soon to http://www.lulu.com/java-success (http://www.lulu.com/java-success)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001639</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001639arulk pillai</comments>
            <author/>
            <pubDate>Mon, 16 Jun 2008 00:38:14 MDT</pubDate>
        </item>
        <item uniqueID="39-001638">
            <title>SCJP 1.6 Mock Exam Questions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001638</link>
            <description>HI Ranchers,&lt;br /&gt; &lt;br /&gt;JavaBeat is providing SCJP 1.6 (http://www.javabeat.net/products/cert/scjp-1-6.php) mock exam questions for JUST $10 or 250 INR. You can buy the questions from the below link:&lt;a href="http://www.javabeat.net/products/cert/scjp-1-6.php" target="_blank" rel="nofollow"&gt;&lt;br /&gt;SCJP 1.6 Mock Exam Questions&lt;/a&gt;</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001638</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001638Krishna Srinivasan</comments>
            <author/>
            <pubDate>Sat, 14 Jun 2008 19:56:11 MDT</pubDate>
        </item>
        <item uniqueID="39-001637">
            <title>SCWCD 5.0 Mock Exam Questions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001637</link>
            <description>HI Ranchers,&lt;br /&gt; &lt;br /&gt;JavaBeat is providing SCWCD 5.0 (http://www.javabeat.net/products/cert/scwcd-5-0.php) mock exam questions for JUST $10 or 250 INR. You can buy the questions from the below link:&lt;br /&gt;SCWCD 5.0 Mock Exam Questions (http://www.javabeat.net/products/cert/scwcd-5-0.php)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001637</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001637Krishna Srinivasan</comments>
            <author/>
            <pubDate>Sat, 14 Jun 2008 19:54:11 MDT</pubDate>
        </item>
        <item uniqueID="39-001636">
            <title>SCBCD 5.0 Mock Exam Questions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001636</link>
            <description>HI Ranchers,&lt;br /&gt; &lt;br /&gt;JavaBeat is providing SCBCD 5.0 (http://www.javabeat.net/products/cert/scbcd-5-0.php) mock exam questions for JUST $12 or 300 INR. You can buy the questions from the below link:&lt;br /&gt;SCBCD 5.0 Mock Exam Questions (http://www.javabeat.net/products/cert/scbcd-5-0.php)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001636</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001636Krishna Srinivasan</comments>
            <author/>
            <pubDate>Sat, 14 Jun 2008 19:52:11 MDT</pubDate>
        </item>
        <item uniqueID="39-001635">
            <title>Announcing dbTamer 0.2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001635</link>
            <description>http://sourceforge.net/projects/dbtamer/ (http://sourceforge.net/projects/dbtamer/)&lt;br /&gt; &lt;br /&gt;This is the initial 'functional release', but while it has most of the internal heavy lifting and glue, it is largely untested and is more useful via the API thatn the command line or ANT task. See the tests packaged in the source for an example of use.&lt;br /&gt; &lt;br /&gt;What is DbTamer?&lt;br /&gt; &lt;br /&gt;It is designed to solve several specific DB problems.&lt;br /&gt;* Firstly it can read the schema and data from the source DB and copy it to a destination. While some databases provide this feature, DbTamer is able to migrate between different database types eg from Oracle to MaxDb (or it will once I have completed the dialect specific functionality)&lt;br /&gt;* It ca...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001635</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001635David O'Meara</comments>
            <author/>
            <pubDate>Sat, 14 Jun 2008 05:20:09 MDT</pubDate>
        </item>
        <item uniqueID="39-001634">
            <title>FREE Edition of infoQuanta, parallel java programming made easy [URL=http://www.infoQ</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001634</link>
            <description>2 Cubed is pleased to announce that it has made available a FREE&lt;br /&gt;Edition of its ground-breaking Java multi-core development framework,&lt;br /&gt;infoQuanta (http://www.infoQuanta.com). &lt;br /&gt; &lt;br /&gt;The FREE Edition allows all Java developers to experience writing high-&lt;br /&gt;performance parallel software with elegant simplicity, and run&lt;br /&gt;solutions on machines of up to four processor cores - all available at&lt;br /&gt;no risk and no cost.&lt;br /&gt; &lt;br /&gt;The FREE Edition of infoQuanta (http://www.infoQuanta.com) is a fully functional product that is&lt;br /&gt;licensed for use in commercial and non-commercial environments.&lt;br /&gt; &lt;br /&gt;More information is available at http://www.infoquanta.com (http://www.infoQuanta.com)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001634</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001634Paul Fairhurst</comments>
            <author/>
            <pubDate>Thu, 12 Jun 2008 11:10:03 MDT</pubDate>
        </item>
        <item uniqueID="39-001633">
            <title>SaP Jobs </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001633</link>
            <description>One of the best SAp jobs are found on this site. It has the largest database of Sap job Listings in the world. My friend told me about the site its really good i've got jobs in 3 big companies don't know which one to go for. You should really check SAPcrossing.com you might get lucky too.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001633</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001633Simon Lontina</comments>
            <author/>
            <pubDate>Thu, 12 Jun 2008 07:10:02 MDT</pubDate>
        </item>
        <item uniqueID="39-001632">
            <title>Be SCEA 5 Certified</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001632</link>
            <description>Greetings to all Javaranch Members!&lt;br /&gt; &lt;br /&gt;Whizlabs has launched Certification Preparation Kit for Sun Certified Enterprise Architect for the Java Platform, Enterprise Edition 5(CX-310-052). We have been receiving lots of mails and requests to launch preparation kit for SCEA 5 from the last 2 months. We appreciate and are overwhelmed by the trust all of you have on us. &lt;br /&gt; &lt;br /&gt;Visit the following link for details of Whizlabs SCEA 5 Exam Simulator and avail the FREE Trial now.&lt;br /&gt; &lt;br /&gt;URL: http://www.whizlabs.com/scea/scea.html (http://www.whizlabs.com/scea/scea.html)&lt;br /&gt; &lt;br /&gt;Whizlabs SCEA 5 Exam Simulator V6, this kit has been specially designed keeping in mind the special needs of busy Java professionals who want to upgra...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001632</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001632Sudeepa Basu</comments>
            <author/>
            <pubDate>Thu, 12 Jun 2008 05:14:02 MDT</pubDate>
        </item>
        <item uniqueID="39-001630">
            <title>Servlet interview questions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001630</link>
            <description>What is a servlet?&lt;br /&gt; &lt;br /&gt;Servlets are modules that extend request/response-oriented servers,such as Java-enabled web servers. For example, a servlet might be responsible for taking data in an HTML order-entry form and applying the business logic used to update a companys order database. Servlets are to servers what applets are to browsers. Unlike applets, however, servlets have no graphical user interface.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Whats the advantages using servlets over using CGI?&lt;br /&gt; &lt;br /&gt;Servlets provide a way to generate dynamic documents that is both easier to write and faster to run. Servlets also address the problem of doing server-side programming with platform-specific APIs: they are developed with the Java Servlet API, a...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001630</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001630prince ch</comments>
            <author/>
            <pubDate>Wed, 11 Jun 2008 07:13:59 MDT</pubDate>
        </item>
        <item uniqueID="39-001629">
            <title>Sun certification voucher for $100</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001629</link>
            <description>I have a scwcd voucher (Sun Cerified Web Comp Dev for Java 2 Pltfrm CX-310-081) which expires June 30th, 2008.&lt;br /&gt;Since this exam is being discontinued I do not need it anymore.&lt;br /&gt;However I have called up the Sun customer service and have been told that I can use the same voucher to take any exam until June 30th, 2008.&lt;br /&gt;(if you have any doubts please call Sun customer service at 800-422-8020)&lt;br /&gt;I would like to sell it for 100 dollars.&lt;br /&gt; &lt;br /&gt;Interested people can contact me at samratpathania@gmail.com&lt;br /&gt;I live in new york.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001629</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001629Samrat Pathania</comments>
            <author/>
            <pubDate>Tue, 10 Jun 2008 10:47:57 MDT</pubDate>
        </item>
        <item uniqueID="39-001628">
            <title>Free DZone Refcard for jQuery selectors</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001628</link>
            <description>As you might know or not, DZone (http://www.dzone.com/links/index.html) weekly publishes free "Refcard" cheat sheets on various technical matters.&lt;br /&gt; &lt;br /&gt;This week's (http://refcardz.dzone.com/) is one that Yehuda Katz and I put together on jQuery selectors.&lt;br /&gt; &lt;br /&gt;You need to sign up, but membership is free and there are also some great articles posted on DZone as well. (A recent one on "Is Tomcat an App Server?" is in answer to a common question posted here in the Tomcat forum.)&lt;br /&gt;Link to DZone Refcard Page (http://refcardz.dzone.com/)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001628</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001628Bear Bibeault</comments>
            <author/>
            <pubDate>Mon, 9 Jun 2008 11:01:54 MDT</pubDate>
        </item>
        <item uniqueID="39-001627">
            <title>New Software Development Links Directory</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001627</link>
            <description>SoftDevLinks.com is a new general directory for software developers, testers and managers. If you have a blog, a web site, distribute a tool or work a consulting company related to software development, do not hesitate to add a (free) link in this directory.&lt;br /&gt; &lt;br /&gt;http://www.softdevlinks.com/ (http://www.softdevlinks.com/)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001627</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001627Frank Martinig</comments>
            <author/>
            <pubDate>Mon, 9 Jun 2008 04:57:53 MDT</pubDate>
        </item>
        <item uniqueID="39-001626">
            <title>Back in town</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001626</link>
            <description>Hi there, I am back after few years away from the Big Moose Saloon &lt;br /&gt; &lt;br /&gt;My recent work is an open source J2EE application based on EJB + JAXWS + JPA/TopLink. Full source code available and a lot of opportunity for learning and collaboration - a lot of fun. &lt;br /&gt; &lt;br /&gt;The project is open for good suggestions: https://cejug-classifieds.dev.java.net/ (https://cejug-classifieds.dev.java.net/)&lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt; &lt;br /&gt; Felipe Ga&#xFFFD;cho</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001626</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001626Felipe Ga&#xFFFD;cho</comments>
            <author/>
            <pubDate>Sat, 7 Jun 2008 16:39:48 MDT</pubDate>
        </item>
        <item uniqueID="39-001625">
            <title>Nominate JAMon for Open Source Award</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001625</link>
            <description>Sourceforge is requesting nominations for open source projects deserving of awards. If JAMon has been helpful to you please nominate it, so it get the recognition that it deserves! You will see a 'nomination' graphic/button at the JAMon page: http://sourceforge.net/projects/jamonapi/ (http://sourceforge.net/projects/jamonapi/) &lt;br /&gt; &lt;br /&gt;I suggest nominating it in the "Best Developer Tool Category", however that is up to you.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001625</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001625steve souza</comments>
            <author/>
            <pubDate>Fri, 6 Jun 2008 11:01:45 MDT</pubDate>
        </item>
        <item uniqueID="39-001624">
            <title>SUN VOUCHER ONLY RS.5000 VALIDITY MAY / 2009</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001624</link>
            <description>Hi Dear Friends&lt;br /&gt;i have sun certification exam voucher for sale the price IS only Rs 5000 the validity period is may/2009,using this voucher you can write any sun exam begin with 310 exam code those need please mail me kamalmin@gmail.com it valid all over the world you can take exam any prometric center in the world.&lt;br /&gt; </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001624</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001624kamal kannan</comments>
            <author/>
            <pubDate>Thu, 5 Jun 2008 23:49:43 MDT</pubDate>
        </item>
        <item uniqueID="39-001623">
            <title>Sun test voucher(US) 50% OFF free retake</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001623</link>
            <description>Hi everyone, &lt;br /&gt;I have purchased a SCBCD5 test voucher about 11 month ago and haven't had any chance to prepare for it. &lt;br /&gt;It can be used for any Sun certified exam: SCJP, SCJD, SCBCD, ...&lt;br /&gt;If anyone is planning to take a Sun exam by the end of this month and haven't purchased a voucher yet, I will sell mine for 100$. Please send me an email if you are interested: xhkong@gmail.com&lt;br /&gt;Thank!&lt;br /&gt;Matrix3d</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001623</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001623matrix3d</comments>
            <author/>
            <pubDate>Thu, 5 Jun 2008 06:39:41 MDT</pubDate>
        </item>
        <item uniqueID="39-001621">
            <title>play with code and win an iPOD</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001621</link>
            <description>Get first hand experience with Application Server from Sun and enter to win 8GB iPod touch contest. Please check out&lt;br /&gt;http://wiki.glassfish.java.net/Wiki.jsp?page=GlassFishQualityCommunityAwardsProgram (http://wiki.glassfish.java.net/Wiki.jsp?page=GlassFishQualityCommunityAwardsProgram)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001621</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001621nga nguyen</comments>
            <author/>
            <pubDate>Wed, 4 Jun 2008 23:05:40 MDT</pubDate>
        </item>
        <item uniqueID="39-001620">
            <title>sun voucher for rs 5000</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001620</link>
            <description>Hi Dear Friends&lt;br /&gt; i have sun certification exam voucher for sale the price only Rs 5000 the validity period is may/2009,using this voucher you can write any sun exam begin with 310 exam code scjp 1.5,1.6,scwcd or any other sun exam those need please mail me dkkamal@gmail.com .&lt;br /&gt; &lt;br /&gt; </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001620</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=39&amp;t=001620kamal kannan</comments>
            <author/>
            <pubDate>Wed, 4 Jun 2008 14:15:39 MDT</pubDate>
        </item> 
    </channel>
</rss>
