Is web-deploy no longer available?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Is web-deploy no longer available?

Post by DevBoyLars » Wed Apr 17, 2013 12:26 am

Hi there,
is web-deploy no longer available in LC 6?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Is web-deploy no longer available?

Post by Mark » Wed Apr 17, 2013 3:26 pm

Hi,

That's right. It was already unavailable in the store before 6.0 came out.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Is web-deploy no longer available?

Post by DevBoyLars » Wed Apr 17, 2013 5:27 pm

Thank you. Do you know the reasons, why it was removed?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Is web-deploy no longer available?

Post by FourthWorld » Wed Apr 17, 2013 5:41 pm

DevBoyLars wrote:Thank you. Do you know the reasons, why it was removed?
Low ROI. At this point browser plugins are pretty much history. Combined with the costs of supporting the various nuances of each browser's plugin API, there's just no significant return to be had on that investment.

For most apps where a compiled plugin would be acceptable, you can just as easily deploy a slim standalone that downloads its UI and code over the Web. This provides the same one-time install requirement, and all the benefits of centralized app management and up-to-the-minute updates. But since it's a standalone it also provides a UI dedicated to the task at hand, and can support an offline mode if desired.

For truly browser-native apps, there's only one language built into all browsers, JavaScript, so the good thing is that we don't need to spend time evaluation options, because we don't have any. :)

That said, even with truly native HTML/CSS/JS implementations, there are many ways LC can be used to support such development workflows, from generating layouts to producing static pages from templates, or even using LC Server to deliver dynamic pages.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Is web-deploy no longer available?

Post by DevBoyLars » Wed Apr 17, 2013 5:49 pm

Thank you :)

Post Reply