<?xml version="1.0" encoding="UTF-8"?>










<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>java.net Forums: Message List - Book Club</title>
    <link>http://forums.java.net/jive</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <generator>Jive Forums Gold 5.0.5 (www.jivesoftware.com)</generator>
    <pubDate>Sun, 22 Nov 2009 22:51:19 -0800</pubDate>


    <item>

        <title>Interesting book The Adventurous Life of Agatha</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=332009&amp;tstart=0#332009</link>

        

        
        <description><![CDATA[The memoir of fashion designer, Agatha Brown, â€œThe Adventurous Life of Agathaâ€� is  the best book  I  have read in a long time.  I was not expecting it to be so entertaining and such an exciting page turner. I ran across it on her web site www.agatha.com . She traveled all over the world with her two beautiful white poodles to design and produce her fashion collections.  But donâ€™t think it is all easy.  She details the trials, tribulations, narrow escapes, and hard won battles she endured to become a recognized fashion designer.  Be sure to read this one]]></description>
        

        <pubDate>Sun, 15 Feb 2009 21:23:03 -0800</pubDate>

        
            <author>filmakaindia.harpreet@gmail.com</author>
        

        <jf:creationDate>Sun, 15 Feb 2009 21:23:03 -0800</jf:creationDate>
        <jf:modificationDate>Sun, 15 Feb 2009 21:23:03 -0800</jf:modificationDate>
        <jf:date>Feb 15, 2009</jf:date>
        <jf:author>mariasmith</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: JSP Bean, object methods</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=302534&amp;tstart=0#302534</link>

        

        
        <description><![CDATA[Sorry, problems including comments in my code on the thread.  here it is:<br /><br />&lt;jsp:useBean id="summary" class="transition.Summary" scope="session"/&gt;<br />&lt;jsp:setProperty name="summary" property="*"/&gt;<br /><br />&lt;%<br />TransitionManager tm = new TransitionManager();<br />String TF_ID = request.getParameter("TF_ID");<br />if (null!= TF_ID){<br />summary = tm.getSummary(TF_ID);<br />%&gt;]]></description>
        

        <pubDate>Tue, 30 Sep 2008 06:52:39 -0700</pubDate>

        
            <author>shmish111@hotmail.com</author>
        

        <jf:creationDate>Tue, 30 Sep 2008 06:52:39 -0700</jf:creationDate>
        <jf:modificationDate>Tue, 30 Sep 2008 06:52:39 -0700</jf:modificationDate>
        <jf:date>Sep 30, 2008</jf:date>
        <jf:author>shmish111</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>JSP Bean, object methods</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=302533&amp;tstart=0#302533</link>

        

        
        <description><![CDATA[I am using beans in JSP pages to collect my form data and put it in a database.  What I also need to do is populate beans from the database.  I currently have some methods which populate a container object correctly.  However if I try using these methods when the container object is being used as a bean it won't work.<br /><br />Some code:<br /><br />&lt;jsp:useBean id="summary" class="transition.Summary" scope="session"/&gt; <br />&lt;jsp:setProperty name="summary" property="*"/&gt;<br /><br />&lt;%<br />TransitionManager tm = new TransitionManager(); / <br /><br />Seemingly, what happens is the returned Summary object is shallow copied to the bean ("summary").  However it stops it being a bean any more.  This means any changes I make to "summary" are not passed on to other pages that use the summary bean.<br /><br />Once I've done this: summary = tm.getSummary(TF_ID);  I can only change the bean using jsp:setProperty.<br /><br />I started doing things long-handed with commands such as:<br /><br />Summary summaryTemp = tm.getSummary(TF_ID);<br />summary.setCompanyName(summaryTemp.getCompanyName());<br />summary.setContract(summaryTemp.getContract());<br />summary.setAddress1(summaryTemp.getAddress1());<br /><br />but I have realised as I work on my site that this is going to be a massive job.  Is there anyway to cast an object to a bean object or another solution?<br /><br />Any help would be greatly appreciated.]]></description>
        

        <pubDate>Tue, 30 Sep 2008 06:51:02 -0700</pubDate>

        
            <author>shmish111@hotmail.com</author>
        

        <jf:creationDate>Tue, 30 Sep 2008 06:51:02 -0700</jf:creationDate>
        <jf:modificationDate>Tue, 30 Sep 2008 06:51:02 -0700</jf:modificationDate>
        <jf:date>Sep 30, 2008</jf:date>
        <jf:author>shmish111</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Data Structures &amp;#38; Algorithms in Java by Robert Lafore</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=219625&amp;tstart=0#219625</link>

        

        
        <description><![CDATA[Data Structures &#38; Algorithms in Java by Robert Lafore<br />Get free this book from this web site<br /><a href="http://freebooksource.com/">http://freebooksource.com/</a>]]></description>
        

        <pubDate>Thu, 31 May 2007 01:11:26 -0700</pubDate>

        
            <author>java.knigee@gmail.com</author>
        

        <jf:creationDate>Thu, 31 May 2007 01:11:26 -0700</jf:creationDate>
        <jf:modificationDate>Thu, 31 May 2007 01:11:26 -0700</jf:modificationDate>
        <jf:date>May 31, 2007</jf:date>
        <jf:author>javaknigee</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: JSP bean</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=208158&amp;tstart=0#208158</link>

        

        
        <description><![CDATA[mohsin siddiqui,<br /><br />place you compile beans file inside your WEB-INF/classes folder then try.  <br /><br />MyApp/WEB-INF/classes.<br /><br />make sure your already import your package inside you jsp if you created  your bean inside package..]]></description>
        

        <pubDate>Thu, 15 Mar 2007 10:09:33 -0700</pubDate>

        
            <author>saif.outwit@gmail.com</author>
        

        <jf:creationDate>Thu, 15 Mar 2007 10:09:33 -0700</jf:creationDate>
        <jf:modificationDate>Thu, 15 Mar 2007 10:09:33 -0700</jf:modificationDate>
        <jf:date>Mar 15, 2007</jf:date>
        <jf:author>saifuddin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: JSP bean</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=208154&amp;tstart=0#208154</link>

        

        
        <description><![CDATA[there is some what i like to know about you directory structure or where you getting i mean compile time or run time..<br /><br />or its better to paste you Exception or Error with your Query.. it will be more convenient for others to find out the error cause.]]></description>
        

        <pubDate>Thu, 15 Mar 2007 10:02:58 -0700</pubDate>

        
            <author>saif.outwit@gmail.com</author>
        

        <jf:creationDate>Thu, 15 Mar 2007 10:02:58 -0700</jf:creationDate>
        <jf:modificationDate>Thu, 15 Mar 2007 10:02:58 -0700</jf:modificationDate>
        <jf:date>Mar 15, 2007</jf:date>
        <jf:author>saifuddin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: JSP bean</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=126419&amp;tstart=0#126419</link>

        

        
        <description><![CDATA[What u r saying is really good. But still me also facing some problem concerning to jsp and bean. wat u said i did but i cant find the answer. So plz will u send me the complte  code with where i have to save the bean file or etc..]]></description>
        

        <pubDate>Fri, 23 Jun 2006 05:04:33 -0700</pubDate>

        
            <author>mohammadmohsins@infotechsw.com</author>
        

        <jf:creationDate>Fri, 23 Jun 2006 05:04:33 -0700</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 05:04:33 -0700</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>mohsinsiddiqui</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Chapter 9: The Contenders</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=125735&amp;tstart=0#125735</link>

        

        
        <description><![CDATA[Hi ,<br /><br />My company has a tradition to move olny when software technology is steady .Just for example most of our desktops are running Windows 2k instead of Windows XP .<br />Now we are evaluating to move into Java and 2 options are on the table . Stay on Oracle Environment using Jdeveloper or adopt Eclipse and open source tools . The first one seems to us to be a choice where you have a supplier to always contact , the second a bet on a new world where we donÂ´t have experience . Please , what do you think ? <br />How difficult is the learning curve on this move , from an environment using Oracle Developer ( Forms and Reports ) to a Java world ?<br />We thank you in advance for your help .<br />Hope to hear from you .]]></description>
        

        <pubDate>Wed, 21 Jun 2006 17:13:31 -0700</pubDate>

        

        <jf:creationDate>Wed, 21 Jun 2006 17:13:31 -0700</jf:creationDate>
        <jf:modificationDate>Wed, 21 Jun 2006 17:13:31 -0700</jf:modificationDate>
        <jf:date>Jun 21, 2006</jf:date>
        <jf:author>Ely</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Sourceforge projects - popularity == productivity?</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=119133&amp;tstart=0#119133</link>

        

        
        <description><![CDATA[<i>Here are the projects from sourceforge sorted by language:<br />Rank Language Projects</i><br /><br />Is this list still around at sourceforge? Tried to a link there, and also via google. Only find a breakdown of the projects into cathgories... Thanks!]]></description>
        

        <pubDate>Mon, 05 Jun 2006 06:38:12 -0700</pubDate>

        

        <jf:creationDate>Mon, 05 Jun 2006 06:38:12 -0700</jf:creationDate>
        <jf:modificationDate>Mon, 05 Jun 2006 06:38:12 -0700</jf:modificationDate>
        <jf:date>Jun 5, 2006</jf:date>
        <jf:author>larth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Welcome</title>
        <link>http://forums.java.net/jive/thread.jspa?messageID=105891&amp;tstart=0#105891</link>

        

        
        <description><![CDATA[Surley one of the reasons Java is not used for the rich clients as you discuss, is partly to do with bandwidth?<br /><br />In Ireland less than 1/2 the population have broadband, ie 56 kb lines at best, on top of this its common for us to have less than 1mb broadband up to recently.<br /><br />What AJAX is tackling i thought was people cant connect fast enough for smooth web pages, so just give them the bits they need, this in analogous to repainting only half you screen, as clever as that may be it only complicates things.<br /><br />In some parts of Poland i have now heard of 100mb internet providers. Surely in time as the world moves on and passing the data becomes less of an issue rich clients will emerge?<br /><br />Look back in time to when memory was expensive, applications where poor partly because complete caching was not avaiable. I now have a Cache on my PC that is larger than my first harddisk by a long shot, applications have become "sexier" largly because of this. I think the same will apply to web apps as bandwidth will grow (hopefully as fast a the size of harddrives)<br /><br />Web applications by their nature serve the great unwashed, not the 100mb Poles, but majorities than have awfull acess, you want to reach out to the masses. In time i hope that the majority, the great unwashed get better bandwidth<br /><br />Alas on a final not Java will die eventually, i will not explain now as my right arm is in a cast and i am pecking this out.]]></description>
        

        <pubDate>Thu, 20 Apr 2006 01:56:39 -0700</pubDate>

        
            <author>atbrew@gmail.com</author>
        

        <jf:creationDate>Thu, 20 Apr 2006 01:56:39 -0700</jf:creationDate>
        <jf:modificationDate>Thu, 20 Apr 2006 01:56:39 -0700</jf:modificationDate>
        <jf:date>Apr 20, 2006</jf:date>
        <jf:author>bubu1979</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>