Click here to Skip to main content
15,885,546 members
Articles / Web Development / HTML

A remote dynamic Command pattern with GWT and LinkSet

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
19 Jan 2011LGPL32 min read 16.5K   214   3  
Command pattern is a very useful solution, but it causes some problems when used in a distributed environment.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_17) on Tue Jan 18 09:46:51 CET 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
All Classes (LinkSet Library 1.2-beta API)
</TITLE>

<META NAME="date" CONTENT="2011-01-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/linkset/CommandExecutor.html" title="class in org.linkset" target="classFrame">CommandExecutor</A>
<BR>
<A HREF="org/linkset/DefaultListenerManager.html" title="class in org.linkset" target="classFrame">DefaultListenerManager</A>
<BR>
<A HREF="org/linkset/EventBus.html" title="interface in org.linkset" target="classFrame"><I>EventBus</I></A>
<BR>
<A HREF="org/linkset/Executor.html" title="annotation in org.linkset" target="classFrame">Executor</A>
<BR>
<A HREF="org/linkset/HandlerMethod.html" title="annotation in org.linkset" target="classFrame">HandlerMethod</A>
<BR>
<A HREF="org/linkset/HierarchyAwareEventBus.html" title="class in org.linkset" target="classFrame">HierarchyAwareEventBus</A>
<BR>
<A HREF="org/linkset/ListenerManager.html" title="interface in org.linkset" target="classFrame"><I>ListenerManager</I></A>
<BR>
<A HREF="org/linkset/MethodPointer.html" title="class in org.linkset" target="classFrame">MethodPointer</A>
<BR>
<A HREF="org/linkset/MultiThreadedEventBus.html" title="class in org.linkset" target="classFrame">MultiThreadedEventBus</A>
<BR>
<A HREF="org/linkset/Null.html" title="class in org.linkset" target="classFrame">Null</A>
<BR>
<A HREF="org/linkset/SimpleEventBus.html" title="class in org.linkset" target="classFrame">SimpleEventBus</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Architect
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions