complete Contacts app

4 views
Skip to first unread message

notcourage

unread,
Oct 3, 2010, 12:37:13 PM10/3/10
to gwt-mosaic
First of all, thx for making this tool.

The gwt-mosaic wiki has an overview of the Contacts app:
http://code.google.com/p/gwt-mosaic/wiki/ContactsApplication

It references source in:
http://code.google.com/p/gwt-mosaic/source/browse/wiki/ContactsApplication/

Some files seem to be missing such as:
ContactConstants.java
ContactsClientBundle.java
Contacts.gwt.xml

http://code.google.com/p/gwt-mosaic/wiki/ApplicationModule
indicates there ought to be:
ContactConstants.properties
Does it honor the locale suffix?

A "bell" image is mentioned. What is an action image?

org.gwt.mosaic.pagebus.client
appears to be GWT JSNI wrappers for Tibco's PageBus JS library.
There's a pagebus.js snapshot for PageBus 1.2 (released in 2007) but
PageBus is now at version 2.0. Any plan to update?

georgopoul...@gmail.com

unread,
Oct 3, 2010, 1:26:14 PM10/3/10
to gwt-mosaic
Hi,

for contacts application source code see last post in

http://groups.google.com/group/gwt-mosaic/browse_thread/thread/b52db92fe98d4ac4

Kind Regards,
George.

On Oct 3, 7:37 pm, notcourage <klr...@gmail.com> wrote:
> First of all, thx for making this tool.
>
> The gwt-mosaic wiki has an overview of the Contacts app:http://code.google.com/p/gwt-mosaic/wiki/ContactsApplication
>
> It references source in:http://code.google.com/p/gwt-mosaic/source/browse/wiki/ContactsApplic...

notcourage

unread,
Oct 4, 2010, 8:44:50 PM10/4/10
to gwt-mosaic
I see the zip on that thread. I imported into eclipse. I cleaned up
the build path but there are many errors due to missing
com.google.gwt.gen2.... I tried to import the files one by one. Many
of the classes are deprecated. SelectionEvent.java doesn't compile
because it references an unimported class SelectionHandler.

package com.google.gwt.gen2.event.logical.shared;

import com.google.gwt.gen2.event.shared.AbstractEvent;

/**
* Fired after an event source has selected a new value.
*
* @param <Value> the type of value the widget has selected
* @deprecated use the com.google.gwt.event.logical.shared classes
instead
*/
@Deprecated
public class SelectionEvent<Value> extends AbstractEvent {

/**
* The event type.
*/
public static final Type<SelectionEvent, SelectionHandler> TYPE =
new Type<SelectionEvent, SelectionHandler>() {

On Oct 3, 10:26 am, "georgopoulos.georg...@gmail.com"
<georgopoulos.georg...@gmail.com> wrote:
> Hi,
>
> for contacts application source code see last post in
>
> http://groups.google.com/group/gwt-mosaic/browse_thread/thread/b52db9...
Reply all
Reply to author
Forward
0 new messages