Hi DL,

Thanks for that, but I perhaps should have explained what I meant by
'wiring' a little better.

In a 'normal' application you have to write code to cater for all of the
things that might happen when its running. Whether you use C++ or Java or
Flash the range of possibilities is pretty much set in advance.

However, with a dynamic binding approach, your application simply says
something abstract like "provide a control for the user to use to choose a
city". The fact that at run-time this control may end up being a map of the
US, or a drop-down box of names...that it may be in English or French...all
of those things are irrelevant to the *logic* of your program.

This 'late-binding' of functionality can only really be implemented if your
application doesn't rely on anything in particular being there, and if the
end-user or other developers are able to add components independently of
your application.

That isn't possible with the Laslzo 'compilation' step; you could bind in
some libraries at compile time, but once the app is complete, it's complete,
and the question of the *deployment* of that Flash file is irrelevant to its
behaviour.

Regards,

Mark


Mark Birbeck
CEO
x-port.net Ltd.

e: [EMAIL PROTECTED]
t: +44 (0) 20 7689 9232
b: http://internet-apps.blogspot.com/
w: http://www.formsPlayer.com/

Download our XForms processor from
http://www.formsPlayer.com/

> -----Original Message-----
> From: [email protected] 
> [mailto:[EMAIL PROTECTED] On Behalf Of DL
> Sent: 20 April 2006 19:45
> To: [email protected]
> Subject: RE: [svg-developers] Re: SVG dying?
> 
> On 20 Apr 2006 at 18:36, Mark Birbeck wrote:
> 
> > Just in passing I should say that this architecture is more 
> flexible 
> > than anything I have seen. The advantage over something like Laszlo 
> > which performs a compilation step is that this wiring 
> happens at run-time.
> 
> Just a point of clarification ..
> 
> OpenLaszlo offers two modes of deployment ..
> 
> (a) proxied="true" .. which compiles on the tomcat server
> 
> (b) proxied="false" .. or SOLO mode .. which precompiles a 
> Flash movie which can run on any server .. e.g. 
> Apache+PHP+MySQL .. or as an executable desktop application 
> (via Screenweaver for example).
> 
> .. both modes  can "wire" with other apps (PHP, SVG, SOAP etc.).
> 
> DL
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> -----
> To unsubscribe send a message to: 
> [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click 
> "edit my membership"
> ----
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to