<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by RiverDrifte</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 30 Jun 2026 06:42:02 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>javax.swing and three tier design</title>
            <link>http://forum.lowyat.net/topic/2119876</link>
            <description>&lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt; Hi all,&lt;br /&gt;&lt;br /&gt;Just want to ask on how to achieve the above?&lt;br /&gt;Giving more specific example,&lt;br /&gt;&lt;br /&gt;UI + Controller + Model&lt;br /&gt;&lt;br /&gt;Model and Controller has already been completed..but the UI part is facing some problem.. as we all know swing button/action listener returns void..&lt;br /&gt;&lt;br /&gt;Example..&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;UI.java&lt;br /&gt;..&lt;br /&gt;jbtDeposit.setText&amp;#40;&amp;#34;Deposit&amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jbtDeposit.addActionListener&amp;#40;new java.awt.event.ActionListener&amp;#40;&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void actionPerformed&amp;#40;java.awt.event.ActionEvent evt&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jbtDepositActionPerformed&amp;#40;evt&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jpMenu.add&amp;#40;jbtDeposit&amp;#41;;&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;private void jbtDepositActionPerformed&amp;#40;java.awt.event.ActionEvent evt&amp;#41; { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;}&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;Controller.java&lt;br /&gt;&lt;br /&gt;public Controller{&lt;br /&gt;&lt;br /&gt;UI gui = new UI&amp;#40;&amp;#41;;&lt;br /&gt;&lt;br /&gt;public Controller&amp;#40;&amp;#41;{&lt;br /&gt;*insert something important here*&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt; how should i return *something* from UI when i press a button???&lt;br /&gt;&lt;br /&gt;[addedon]November 23, 2011, 1:04 am[/addedon]Oh.. google-ing with different keywords... found a hit..&lt;br /&gt;&lt;br /&gt;&lt;a href='http://leepoint.net/notes-java/GUI/structure/40mvc.html' target='_blank'&gt;http://leepoint.net/notes-java/GUI/structure/40mvc.html&lt;/a&gt;</description>
            <author>RiverDrifte</author>
            <category>Codemasters</category>
            <pubDate>Wed, 23 Nov 2011 00:49:56 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] about what to use for cloud-based web apps</title>
            <link>http://forum.lowyat.net/topic/1974039</link>
            <description>Hi all, after being lurking around codemasters for long and much googling and bumping into dead ends; I decided to post up this thread to ask the help of fellow forumers on a few questions and opinions for my final year project.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;s&gt;Not so&lt;/s&gt;Brief overview&lt;/u&gt;&lt;br /&gt;My FYP is to build a system/web app on a cloud platform, 2 physical computer/server available to be used + switches and routers and stuff. The basic idea is the management (admin) access the system through web browser as user interface &amp;lt;- is this why they call it web application?.. anyway, the end users will also be able access the system/web apps through web browser. There is also a cloud storage system that allow user to have a personal folder of xxx MB/GB. I am thinking of connecting to a NAS.&lt;br /&gt;&lt;br /&gt;so,&lt;br /&gt;&lt;br /&gt;I compiled and come out with a list of possible &lt;s&gt;weapons&lt;/s&gt;Tools to be used to cook this. *mainly will be using open-sourced*&lt;br /&gt;&lt;br /&gt;*private cloud*&lt;br /&gt;Cloud platform - Ubuntu Enterprise Cloud&lt;br /&gt;Operating environment of the system? - Ubuntu server?&lt;br /&gt;&lt;br /&gt;Possible choice of programming language with IDE -&lt;br /&gt;1) Eclipse - Java *personal favorite* &amp;lt;- JEE with glass fish? totally no idea on this.&lt;br /&gt;2) VS2010 - C#, vb.Net&lt;br /&gt;3) Dreamweaver - php&lt;br /&gt;&lt;br /&gt;Possible database choices - &lt;br /&gt;1) mySQL&lt;br /&gt;2) oracle sql&lt;br /&gt;3) ms sql&lt;br /&gt;4) postgresql&lt;br /&gt;5) Access &amp;lt;- possible? lol..&lt;br /&gt;&lt;br /&gt;Others *additional features or stuff* -&lt;br /&gt;1) Apache Geronimo *all out apache?* for web server &amp;amp; stuffs&lt;br /&gt;2) Gluster -&amp;gt; open source storage system&lt;br /&gt;3) some VM stuff? maybe Xen / vmware? &amp;lt;- do i need those.&lt;br /&gt;&lt;br /&gt;maybe will include html5 + css3 to additional feature to get extra mark if i am freaking able to complete the main functional requirements first.&lt;br /&gt;&lt;br /&gt;&lt;s&gt;Why did i put myself in such trouble to do all of this for my final year project&lt;/s&gt;  &lt;!--emo&amp;:x--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/doh.gif' border='0' style='vertical-align:middle' alt='doh.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:x--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/doh.gif' border='0' style='vertical-align:middle' alt='doh.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;so any lovely ideas or suggestion to ease out my trouble life in order to &lt;s&gt;ace&lt;/s&gt; pass my fyp so i can graduate and be apart of the working society.&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt; kthxbai.&lt;br /&gt;&lt;br /&gt;[addedon][/addedon]&lt;br /&gt;&lt;br /&gt;A picture tells a thousand words.&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('0c48f70bbfecf0c9a2a9da0b06b90211')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;0c48f70bbfecf0c9a2a9da0b06b90211&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;img src='http://upload.wikimedia.org/wikipedia/commons/8/84/SOA_Detailed_Diagram.png' border='0' alt='user posted image' /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;btw, current skill : Java, c#, vb.. + html&lt;br /&gt;fast learner.. &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; willing to learn SOAP, REST or any other stuff to complete this.. wondering what else did i left out.</description>
            <author>RiverDrifte</author>
            <category>Codemasters</category>
            <pubDate>Wed, 27 Jul 2011 08:45:28 +0800</pubDate>
        </item>
        <item>
            <title>Car accident</title>
            <link>http://forum.lowyat.net/topic/729947</link>
            <description>Would like to ask my cousin got his toyota vios crashed into a tree  &lt;!--emo&amp;:blink:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /&gt;&lt;!--endemo--&gt; and guess what he just got his car 12 hours ago &lt;!--emo&amp;:shakehead:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/shakehead.gif' border='0' style='vertical-align:middle' alt='shakehead.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;so is there any guarantee or warranty for 1 to 1 exchange? or do they have to do any investigation for this kinda case &lt;br /&gt;&lt;br /&gt;cos i got a lecturer who crash his camry on his way out of the toyota showroom and he got a 1 for 1 car exchange on the spot...&lt;br /&gt;&lt;br /&gt;wondering any1 can give me any tip and idea on this  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>RiverDrifte</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Sat, 28 Jun 2008 19:11:16 +0800</pubDate>
        </item>
        <item>
            <title>SE Square Smiley</title>
            <link>http://forum.lowyat.net/topic/722652</link>
            <description>&lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; search alot of SE website and googled it...  &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;any1 got the rip of SE square smiley? Thinking of using for MSN Emoticon  &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt; they are just too cute not to be used...</description>
            <author>RiverDrifte</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Thu, 19 Jun 2008 00:31:33 +0800</pubDate>
        </item>
    </channel>
</rss>
