You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Philippe Bossu <pb...@gmail.com> on 2013/09/14 22:14:00 UTC

Blazeds, amf protocol and DSC message

Hello,

I am not sure if it's the right place to ask, if not sorry for noise.

Anyway, is there somewhere a documentation about what DSC (
http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazeds-core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
messages are and their purpose and format ?
Or does anybody on this list know already the answer ?

Thanks for help.
Regards

Re: mx:Grid no scrollbar

Posted by Frank Dahmen <fr...@dahmenia.de>.
yes, that's it

Thanks



----- Original Message ----- 
From: "Alex Harui" <ah...@adobe.com>
To: <us...@flex.apache.org>
Sent: Sunday, September 15, 2013 7:18 AM
Subject: Re: mx:Grid no scrollbar


Try also setting minHeight=0

On 9/14/13 8:43 PM, "Frank Dahmen" <fr...@dahmenia.de> wrote:

>Hi,
>
>i have a large mx:Grid which should scroll.
>But if i set the height to 100% (i want it to take as much room as
>available) no scrollbars appear
>only if i set the height to a fixed value e.g. 400.
>
>What I'm doing wrong?
>
>Thanks 
>

Re: mx:Grid no scrollbar

Posted by Alex Harui <ah...@adobe.com>.
Try also setting minHeight=0

On 9/14/13 8:43 PM, "Frank Dahmen" <fr...@dahmenia.de> wrote:

>Hi,
>
>i have a large mx:Grid which should scroll.
>But if i set the height to 100% (i want it to take as much room as
>available) no scrollbars appear
>only if i set the height to a fixed value e.g. 400.
>
>What I'm doing wrong?
>
>Thanks 
>


mx:Grid no scrollbar

Posted by Frank Dahmen <fr...@dahmenia.de>.
Hi,

i have a large mx:Grid which should scroll.
But if i set the height to 100% (i want it to take as much room as 
available) no scrollbars appear
only if i set the height to a fixed value e.g. 400.

What I'm doing wrong?

Thanks 


Re: Blazeds, amf protocol and DSC message

Posted by Alex Harui <ah...@adobe.com>.
The engineer says:

"Any command message such as login, logout, poll, subscribe, unsubscribe
etc."


If you have further questions, post the Nabble URL for this thread and
I'll have the engineers find it and reply directly.

-Alex

On 9/21/13 12:51 AM, "Philippe Bossu" <pb...@gmail.com> wrote:

>Thanks Alex
>
>On Friday, September 20, 2013, Alex Harui wrote:
>
>> I'll see if I can get an answer for you.
>>
>> On 9/20/13 2:05 PM, "Philippe Bossu" <pbossu@gmail.com <javascript:;>>
>> wrote:
>>
>> >Hello,
>> >Any update on this ?
>> >I am trying to understand what API call generates this DSC message,
>> >looking
>> >at blazeds code, it seems it could be related to polling, but I am not
>> >sure, your help would be highly appreciated.
>> >
>> >Thanks
>> >
>> >
>> >On Mon, Sep 16, 2013 at 6:58 PM, Philippe Bossu
>><pbossu@gmail.com<javascript:;>>
>> wrote:
>> >
>> >> Many thanks Alex, but my question was more about the purpose of this
>> >> message and when it gets emitted ?
>> >>
>> >> Thanks
>> >>
>> >>
>> >> On Monday, September 16, 2013, Alex Harui wrote:
>> >>
>> >>> I asked a BlazeDS engineer.  Below is the response:
>> >>>
>> >>> Most of our messages have a ³small² format which is nothing but an
>> >>> implementation of java.io.Externalizable.
>> >>> Each of these message types has a baked-in class alias (registered
>> >>>with a
>> >>> lookup table [aka class registry] on the server side) to facilitate
>> >>> deserialization on the Java side. The class alias for
>> >>>CommandMessageExt is
>> >>> DSC.
>> >>> What this means is that if the deserialization code on the server
>> >>> encounters a message with the alias DSC in it, it will attempt to
>> >>> deserialize it as a CommandMessageExt.
>> >>>
>> >>> As a reference, you will find other class aliases too: DSK, DSA etc.
>> >>> spread across the BlazeDS and LCDS codebase.
>> >>>
>> >>>
>> >>> -Alex
>> >>>
>> >>> On 9/14/13 1:14 PM, "Philippe Bossu" <pbossu@gmail.com
>><javascript:;>>
>> wrote:
>> >>>
>> >>> >Hello,
>> >>> >
>> >>> >I am not sure if it's the right place to ask, if not sorry for
>>noise.
>> >>> >
>> >>> >Anyway, is there somewhere a documentation about what DSC (
>> >>> >
>> >>>
>> >>>
>> http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazed
>> >>>s-
>> >>> >core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
>> >>> >messages are and their purpose and format ?
>> >>> >Or does anybody on this list know already the answer ?
>> >>> >
>> >>> >Thanks for help.
>> >>> >Regards
>> >>>
>> >>>
>>
>>


Re: Blazeds, amf protocol and DSC message

Posted by Philippe Bossu <pb...@gmail.com>.
Thanks Alex

On Friday, September 20, 2013, Alex Harui wrote:

> I'll see if I can get an answer for you.
>
> On 9/20/13 2:05 PM, "Philippe Bossu" <pbossu@gmail.com <javascript:;>>
> wrote:
>
> >Hello,
> >Any update on this ?
> >I am trying to understand what API call generates this DSC message,
> >looking
> >at blazeds code, it seems it could be related to polling, but I am not
> >sure, your help would be highly appreciated.
> >
> >Thanks
> >
> >
> >On Mon, Sep 16, 2013 at 6:58 PM, Philippe Bossu <pbossu@gmail.com<javascript:;>>
> wrote:
> >
> >> Many thanks Alex, but my question was more about the purpose of this
> >> message and when it gets emitted ?
> >>
> >> Thanks
> >>
> >>
> >> On Monday, September 16, 2013, Alex Harui wrote:
> >>
> >>> I asked a BlazeDS engineer.  Below is the response:
> >>>
> >>> Most of our messages have a ³small² format which is nothing but an
> >>> implementation of java.io.Externalizable.
> >>> Each of these message types has a baked-in class alias (registered
> >>>with a
> >>> lookup table [aka class registry] on the server side) to facilitate
> >>> deserialization on the Java side. The class alias for
> >>>CommandMessageExt is
> >>> DSC.
> >>> What this means is that if the deserialization code on the server
> >>> encounters a message with the alias DSC in it, it will attempt to
> >>> deserialize it as a CommandMessageExt.
> >>>
> >>> As a reference, you will find other class aliases too: DSK, DSA etc.
> >>> spread across the BlazeDS and LCDS codebase.
> >>>
> >>>
> >>> -Alex
> >>>
> >>> On 9/14/13 1:14 PM, "Philippe Bossu" <pbossu@gmail.com <javascript:;>>
> wrote:
> >>>
> >>> >Hello,
> >>> >
> >>> >I am not sure if it's the right place to ask, if not sorry for noise.
> >>> >
> >>> >Anyway, is there somewhere a documentation about what DSC (
> >>> >
> >>>
> >>>
> http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazed
> >>>s-
> >>> >core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
> >>> >messages are and their purpose and format ?
> >>> >Or does anybody on this list know already the answer ?
> >>> >
> >>> >Thanks for help.
> >>> >Regards
> >>>
> >>>
>
>

Re: Blazeds, amf protocol and DSC message

Posted by Alex Harui <ah...@adobe.com>.
I'll see if I can get an answer for you.

On 9/20/13 2:05 PM, "Philippe Bossu" <pb...@gmail.com> wrote:

>Hello,
>Any update on this ?
>I am trying to understand what API call generates this DSC message,
>looking
>at blazeds code, it seems it could be related to polling, but I am not
>sure, your help would be highly appreciated.
>
>Thanks
>
>
>On Mon, Sep 16, 2013 at 6:58 PM, Philippe Bossu <pb...@gmail.com> wrote:
>
>> Many thanks Alex, but my question was more about the purpose of this
>> message and when it gets emitted ?
>>
>> Thanks
>>
>>
>> On Monday, September 16, 2013, Alex Harui wrote:
>>
>>> I asked a BlazeDS engineer.  Below is the response:
>>>
>>> Most of our messages have a ³small² format which is nothing but an
>>> implementation of java.io.Externalizable.
>>> Each of these message types has a baked-in class alias (registered
>>>with a
>>> lookup table [aka class registry] on the server side) to facilitate
>>> deserialization on the Java side. The class alias for
>>>CommandMessageExt is
>>> DSC.
>>> What this means is that if the deserialization code on the server
>>> encounters a message with the alias DSC in it, it will attempt to
>>> deserialize it as a CommandMessageExt.
>>>
>>> As a reference, you will find other class aliases too: DSK, DSA etc.
>>> spread across the BlazeDS and LCDS codebase.
>>>
>>>
>>> -Alex
>>>
>>> On 9/14/13 1:14 PM, "Philippe Bossu" <pb...@gmail.com> wrote:
>>>
>>> >Hello,
>>> >
>>> >I am not sure if it's the right place to ask, if not sorry for noise.
>>> >
>>> >Anyway, is there somewhere a documentation about what DSC (
>>> >
>>> 
>>>http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazed
>>>s-
>>> >core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
>>> >messages are and their purpose and format ?
>>> >Or does anybody on this list know already the answer ?
>>> >
>>> >Thanks for help.
>>> >Regards
>>>
>>>


Re: Blazeds, amf protocol and DSC message

Posted by Philippe Bossu <pb...@gmail.com>.
Hello,
Any update on this ?
I am trying to understand what API call generates this DSC message, looking
at blazeds code, it seems it could be related to polling, but I am not
sure, your help would be highly appreciated.

Thanks


On Mon, Sep 16, 2013 at 6:58 PM, Philippe Bossu <pb...@gmail.com> wrote:

> Many thanks Alex, but my question was more about the purpose of this
> message and when it gets emitted ?
>
> Thanks
>
>
> On Monday, September 16, 2013, Alex Harui wrote:
>
>> I asked a BlazeDS engineer.  Below is the response:
>>
>> Most of our messages have a ³small² format which is nothing but an
>> implementation of java.io.Externalizable.
>> Each of these message types has a baked-in class alias (registered with a
>> lookup table [aka class registry] on the server side) to facilitate
>> deserialization on the Java side. The class alias for CommandMessageExt is
>> DSC.
>> What this means is that if the deserialization code on the server
>> encounters a message with the alias DSC in it, it will attempt to
>> deserialize it as a CommandMessageExt.
>>
>> As a reference, you will find other class aliases too: DSK, DSA etc.
>> spread across the BlazeDS and LCDS codebase.
>>
>>
>> -Alex
>>
>> On 9/14/13 1:14 PM, "Philippe Bossu" <pb...@gmail.com> wrote:
>>
>> >Hello,
>> >
>> >I am not sure if it's the right place to ask, if not sorry for noise.
>> >
>> >Anyway, is there somewhere a documentation about what DSC (
>> >
>> http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazeds-
>> >core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
>> >messages are and their purpose and format ?
>> >Or does anybody on this list know already the answer ?
>> >
>> >Thanks for help.
>> >Regards
>>
>>

Re: Blazeds, amf protocol and DSC message

Posted by Philippe Bossu <pb...@gmail.com>.
Many thanks Alex, but my question was more about the purpose of this
message and when it gets emitted ?

Thanks

On Monday, September 16, 2013, Alex Harui wrote:

> I asked a BlazeDS engineer.  Below is the response:
>
> Most of our messages have a ³small² format which is nothing but an
> implementation of java.io.Externalizable.
> Each of these message types has a baked-in class alias (registered with a
> lookup table [aka class registry] on the server side) to facilitate
> deserialization on the Java side. The class alias for CommandMessageExt is
> DSC.
> What this means is that if the deserialization code on the server
> encounters a message with the alias DSC in it, it will attempt to
> deserialize it as a CommandMessageExt.
>
> As a reference, you will find other class aliases too: DSK, DSA etc.
> spread across the BlazeDS and LCDS codebase.
>
>
> -Alex
>
> On 9/14/13 1:14 PM, "Philippe Bossu" <pbossu@gmail.com <javascript:;>>
> wrote:
>
> >Hello,
> >
> >I am not sure if it's the right place to ask, if not sorry for noise.
> >
> >Anyway, is there somewhere a documentation about what DSC (
> >
> http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazeds-
> >core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
> >messages are and their purpose and format ?
> >Or does anybody on this list know already the answer ?
> >
> >Thanks for help.
> >Regards
>
>

Re: Blazeds, amf protocol and DSC message

Posted by Alex Harui <ah...@adobe.com>.
I asked a BlazeDS engineer.  Below is the response:

Most of our messages have a ³small² format which is nothing but an
implementation of java.io.Externalizable.
Each of these message types has a baked-in class alias (registered with a
lookup table [aka class registry] on the server side) to facilitate
deserialization on the Java side. The class alias for CommandMessageExt is
DSC.
What this means is that if the deserialization code on the server
encounters a message with the alias DSC in it, it will attempt to
deserialize it as a CommandMessageExt.
 
As a reference, you will find other class aliases too: DSK, DSA etc.
spread across the BlazeDS and LCDS codebase.


-Alex

On 9/14/13 1:14 PM, "Philippe Bossu" <pb...@gmail.com> wrote:

>Hello,
>
>I am not sure if it's the right place to ask, if not sorry for noise.
>
>Anyway, is there somewhere a documentation about what DSC (
>http://grepcode.com/file/repo1.maven.org/maven2/com.adobe.blazeds/blazeds-
>core/3.2.0.3978/flex/messaging/messages/CommandMessageExt.java)
>messages are and their purpose and format ?
>Or does anybody on this list know already the answer ?
>
>Thanks for help.
>Regards