Harbs commented on issue #129: Add ApplicationParametersBead
URL: https://github.com/apache/royale-asjs/issues/129#issuecomment-373943016
 
 
   URLParameterBead:
   1. Subclasses EventDispatcher
   2. emits ready events
   3. Returns the raw url parameters
   
   ApplicationParametersBead:
   1. Does not subclass anything
   2. Does not dispatch any events
   3. Parses the url parameters once and has a method for returning values from 
keys.
   
   I think URLParameterBead is best for urls which might change after the app 
is loaded (i.e. routing)
   I think ApplicationParametersBead is best for static values which don't 
change and fit a simple key/value pair pattern. (i.e. not hash tags and the 
like)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to