Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: 1 [2]
Print
Author Topic: Using the PureMVC Java port with GWT?  (Read 35471 times)
lbroussal
Newbie
*
Posts: 5


View Profile Email
« Reply #15 on: September 17, 2008, 08:39:56 »

Hi,

I talk about it to a Java Developer colleague of mines that play a lot with GWT. I asked him to have a look into it. ;)




Thanks Ted.

Let me know.
Logged
lbroussal
Newbie
*
Posts: 5


View Profile Email
« Reply #16 on: September 17, 2008, 08:41:28 »

No Problem Cliff,

That let's the possibility to the community to start playing with it.

For sure will be even better when a space to it will be available here.

Thanks.

Luciano
Logged
WBrandonMartin
Newbie
*
Posts: 1


View Profile Email
« Reply #17 on: October 26, 2008, 03:34:35 »

I'm new to PureMVC and gwt, but I had trouble with the getSubCommandList() in the command Provider.  It worked as long as there was only one macro command registered, but when I went to add more, I had to change this to make it work correctly?  Is there another forum to discuss this kind of issue.  In case anyone else is having the same issue the change was  (I'm unsure of the actual cause):
:
//old: if(GWT.getTypeName(commandClass.getClass()).equals(GWT.getTypeName(StartupCommand.class.getClass()))) {
        if(commandClass.getName().equals(StartupCommand.class.getName())) {//new
Logged
Pages: 1 [2]
Print