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











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



<channel>
    <title>Support Forums: Message List - Rapid development and deployment of java web clients</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 09:31:31 -0400</pubDate>


    <item>

        <title>Real world echo2 example</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Heres a real world echo2 example

<a class="jive-link-external" href="http://www.jx2.com.au/vinx2.html" target="_newWindow">http://www.jx2.com.au/vinx2.html</a>

There are some demo videos available -

Cheers

JA]]></description>
        

        <pubDate>Tue, 11 Mar 2008 18:54:26 -0400</pubDate>

        

        <jf:creationDate>Tue, 11 Mar 2008 18:54:26 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 11 Mar 2008 18:54:26 -0400</jf:modificationDate>
        <jf:date>Mar 11, 2008</jf:date>
        <jf:author>Josh Abra</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Hessian</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Compile/run-time signing is convenient when you have many applets, and are working on the applet-code regularly. Then you want to save time figuring out the classes to include, as well as creating/managing packaging tasks. But for single applets you're...]]></description>
        

        <pubDate>Mon, 18 Sep 2006 04:46:18 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 04:46:18 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 04:46:18 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: integrate with spring</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[A solution would probably be to let the @AppletServiceInterface be able to point to a custom instanciator. So that you could customize instancing code. ...]]></description>
        

        <pubDate>Mon, 18 Sep 2006 04:43:29 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Sep 2006 04:43:29 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Sep 2006 04:43:29 -0400</jf:modificationDate>
        <jf:date>Sep 18, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Hessian</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[As part of a trail GUI-via-web project (with real use), I use Hessian as the protocol for my applet and also tried to do both a webstart and applet version, but spoofing the session ID (users only want to logon once) was very cumbersom and unstable. So...]]></description>
        

        <pubDate>Sun, 17 Sep 2006 14:28:56 -0400</pubDate>

        

        <jf:creationDate>Sun, 17 Sep 2006 14:28:56 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 17 Sep 2006 14:28:56 -0400</jf:modificationDate>
        <jf:date>Sep 17, 2006</jf:date>
        <jf:author>Tom Eugelink</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Use Echo2</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Yes, there are differences.  And similarities.

<a class="jive-link-external" href="http://blogs.pathf.com/agileajax/2006/07/echo2_vs_gwt.html" target="_newWindow">http://blogs.pathf.com/agileajax/2006/07/echo2_vs_gwt.html</a>]]></description>
        

        <pubDate>Sun, 17 Sep 2006 10:13:08 -0400</pubDate>

        

        <jf:creationDate>Sun, 17 Sep 2006 10:13:08 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 17 Sep 2006 10:13:08 -0400</jf:modificationDate>
        <jf:date>Sep 17, 2006</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>integrate with spring</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Hi:...]]></description>
        

        <pubDate>Sun, 17 Sep 2006 10:07:05 -0400</pubDate>

        

        <jf:creationDate>Sun, 17 Sep 2006 10:07:05 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 17 Sep 2006 10:07:05 -0400</jf:modificationDate>
        <jf:date>Sep 17, 2006</jf:date>
        <jf:author>David liu</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Use Echo2</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Is this any different than Google web toolkit? Other than using the swing api? it's still javascript on the client as I see it...

cheers,

Peter]]></description>
        

        <pubDate>Sun, 17 Sep 2006 05:18:29 -0400</pubDate>

        

        <jf:creationDate>Sun, 17 Sep 2006 05:18:29 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 17 Sep 2006 05:18:29 -0400</jf:modificationDate>
        <jf:date>Sep 17, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: integrate with spring</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Hi,...]]></description>
        

        <pubDate>Sun, 17 Sep 2006 05:16:28 -0400</pubDate>

        

        <jf:creationDate>Sun, 17 Sep 2006 05:16:28 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 17 Sep 2006 05:16:28 -0400</jf:modificationDate>
        <jf:date>Sep 17, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>integrate with spring</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[I have use the imappletserver in my project, i think it is very pretty for applet develop. But i think it can be my powerful, for example if i use @AppletServiceInterface annotation for serverice interface, i read the code of appletServiceServlet class,...]]></description>
        

        <pubDate>Sat, 16 Sep 2006 20:51:24 -0400</pubDate>

        

        <jf:creationDate>Sat, 16 Sep 2006 20:51:24 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 16 Sep 2006 20:51:24 -0400</jf:modificationDate>
        <jf:date>Sep 16, 2006</jf:date>
        <jf:author>David liu</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Use Echo2</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[<blockquote>...]]></description>
        

        <pubDate>Sat, 16 Sep 2006 12:40:00 -0400</pubDate>

        

        <jf:creationDate>Sat, 16 Sep 2006 12:40:00 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 16 Sep 2006 12:40:00 -0400</jf:modificationDate>
        <jf:date>Sep 16, 2006</jf:date>
        <jf:author>Kevin Citron</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Re: Hessian</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Hi,...]]></description>
        

        <pubDate>Sat, 16 Sep 2006 07:20:50 -0400</pubDate>

        

        <jf:creationDate>Sat, 16 Sep 2006 07:20:50 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 16 Sep 2006 07:20:50 -0400</jf:modificationDate>
        <jf:date>Sep 16, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Rapid development and deployment of java web clients</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[Hi, I think Hessian provided by Resin solves this. And in the previous B/S applet projects I used that. So what do you think, Peter?]]></description>
        

        <pubDate>Sat, 16 Sep 2006 06:25:52 -0400</pubDate>

        

        <jf:creationDate>Sat, 16 Sep 2006 06:25:52 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 16 Sep 2006 06:25:52 -0400</jf:modificationDate>
        <jf:date>Sep 16, 2006</jf:date>
        <jf:author>Yi Yang</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>my challenges and frameworks</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[<blockquote><blockquote>Though I'm sure your software is high quality, doesn't Java WebStart solve alot of these problems as well?<br><br>Do you have any comparisons?<br><br>Kit</blockquote><br><br>Peter has started developing his software years before...]]></description>
        

        <pubDate>Fri, 15 Sep 2006 13:21:17 -0400</pubDate>

        

        <jf:creationDate>Fri, 15 Sep 2006 13:21:17 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 15 Sep 2006 13:21:17 -0400</jf:modificationDate>
        <jf:date>Sep 15, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>Java webstart</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[First java webstart doesn't run inside your webpage - which we wanted to in our case. Thus applets were the natural choice. ...]]></description>
        

        <pubDate>Fri, 15 Sep 2006 10:45:39 -0400</pubDate>

        

        <jf:creationDate>Fri, 15 Sep 2006 10:45:39 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 15 Sep 2006 10:45:39 -0400</jf:modificationDate>
        <jf:date>Sep 15, 2006</jf:date>
        <jf:author>Peter Salomonsen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Rapid development and deployment of java web clients</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=42210</link>

        

        
            <description><![CDATA[<blockquote>Though I'm sure your software is high quality, doesn't Java WebStart solve alot of these problems as well?<br><br>Do you have any comparisons?<br><br>Kit</blockquote>...]]></description>
        

        <pubDate>Fri, 15 Sep 2006 10:31:17 -0400</pubDate>

        

        <jf:creationDate>Fri, 15 Sep 2006 10:31:17 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 15 Sep 2006 10:31:17 -0400</jf:modificationDate>
        <jf:date>Sep 15, 2006</jf:date>
        <jf:author>Mileta Cekovic</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

