
By Kevin Benedict | Article Rating: |
|
March 15, 2016 12:00 AM EDT | Reads: |
1,484 |

Defining Web 3.0 and Developing the Fastest Enterprise Mobility Apps
I value a strong opinion. Especially when the opinionated is an expert and willing to stand up and place a flag in the sand. In this article, my ambitious friend, programming guru, gamer, colleague, bona fide geek and mobility expert Peter Rogers shares his opinions on the meaning of Web 3.0 and how it will impact mobile application development and the enterprise. While he is English and prone to use words like whilst, that should not be held against him.
I have two ambitions in life: to be the first person to define Web 3.0 in a meaningful way; and to be able to reform Atomic Kitten to sing at my next birthday. Only one of these is achievable so here goes.The Web is changing quite drastically and there are ten key factors that define the next "Web" hereafter as Web 3.0:
- The dropping of legacy browsers like Internet Explorer 6, 7 and 8; and the subsequent focus around HTML 5 and ECMAScript 5.1 capable browsers
- The realisation in the marketplace that JQuery does not produce maintainable code, and that there is a shift to second generational MV* frameworks like Angular, Backbone, Ember and Meteor; combined with the definition of the job role of JavaScript Architect as opposed to a Web Developer
- The evolution of JavaScript and HTML 5 to support a genuine component based framework (Web Components) with the necessary tools to deliver something close to a native experience including genuine realtime networking (UDP using WebRTC)
- The growth in Cloud PaaS Node hosting to offer end-to-end JavaScript solutions through the MEAN (MongoDB, Express, Angular, Node) stack
- The second generational move away from pure RWD as a golden bullet solution
- The increase in the performance offered by next generation web browsers powered by WebKit2 and Blink that can take advantage of multi-CPU/GPU chipsets
- The shift into 4 tier architectures and API driven solutions with API Gateways and reduced middle tiers, that enable a much higher scalability that was previously considered possible
- The emergence of Cloud Transformation, Cloud Build, Cloud Cross-compilation and Mobile Backend as a Service solutions
- Beyond Mobile First solutions offering Embedded JavaScript for IoT (Internet of Things)
- The increase in power of PhoneGap solutions through better Web View browser based capabilities (Android 4.4 / iOS 8)
The first point is a very distinct abandonment of legacy browsers and a full adoption of ECMAScript 5.1 and HTML5. This is going to upset a lot of people but the truth of the matter is JQuery 2.0 and AngularJS have both taken this approach and support Internet Explorer 9 and above. That is not to say you cannot do a few hacks to get Angular working on Internet Explorer or using the 1.X branch of JQuery, but the wheels have been set in motion. Why have a bloated library that is twice the size due to browsers not supporting the current feature track.
There is also a definite demand for skills in the market in next generational frameworks and I call out Angular and Backbone as leading the way commercially, with Ember and Meteor also highly respected frameworks. This is created by a demand to build a higher quality of Web Applications and the learnings of the last projects of what went wrong when anyone tried to maintain the last attempt. The job specification is no longer “Web Developer” but instead it is “JavaScript Architect”. I interview a lot of people and the majority of web developers with 5 – 10 years of experience still do not know the following seven vital things:
- The difference between == and ===
- The scoping rules of JavaScript (what happens if you don’t use ‘var’ or if you declare variables in a block scope as opposed to a functional scope)
- That an array is not actually an array at all and works much slower than expected
- What prototypal inheritance is and why you shouldn’t make code look like Java (pseudo-classical inheritance)
- That JSON is actually a subset of JavaScript’s Object Literal Notation and that its built into the language
- That the DOM is actually written in C/C++ and the context switch is why it is so slow working with DOM based libraries like JQuery
- How a Closure actually works
HTML5 is evolving to offer built in templating support, the ability to watch objects (which will speed up Angular) and Web Components (which offer Angular Directives). The native level support will offer a massive performance boost to frameworks having to fake all these features like Polymer and Angular. It will also encourage people who are not familiar with these next generational frameworks to get in on the action. As I am from a gaming background then I always complain that TCP (Web Sockets) is not genuinely real-time, so I look forward to seeing UDP (WebRTC) solutions being delivered like Desktop Sharing in Chrome 34.
Cloud Mobile Backend as a Service and Platform as a Service are offering small companies the ability to start working with the server side as well as the client side. Whereas finding an Application Service Provider (ASP) that supported Java EE and building a set of Java EE servers was a bit of a hassle, you can easily get a free Heroku account and create Node/Express servers in minutes rather than hours. The combination of MongoDB, Express, Angular and Node (the MEAN stack) will enable complete product solutions to be built at budget prices.
It goes without saying (although I am going to say it) that companies who thought RWD was a golden bullet will be taking a second look at that decision, especially when they find their web developers cannot seriously code JavaScript.
People often forget, when they talk about HTML5 performance, that the current web browsers cannot yet take advantage of multi-CPU/GPU chipsets that have been around for many years. If an Apple device has a quad-core CPU and quad-core GPU but the web browser can only work on a single processor then clearly we are getting a fraction of the performance – and it is not a quarter or a sixteenth as this is exponential! Soon this will change and performance should not be an issue for a time.
A few recent scalability nightmares including the season premier of Game of Thrones Series 4 on Netflix and the original Iron Man Blu-Ray BD Live feature, which both boasted the most simultaneous web hits of their generation. A shift into 4 tier architectures, with high end scalability empowered by asynchronous backend systems, and effective Cloud utilisation will be required to offer new highly desirable services. This will include more API driven approaches using API Gateways and a lighter middle tier moving away from monolithic Java EE heavy middleware solutions.
Whilst we are on the topic of the Cloud, the increase of Cloud Transformation, Cloud Build, Cloud Cross-compilation, Cloud Mobile Backend as a Service and API Gateways will be employed to power a lot of the front end technology. I find Cloud Cross-Compilation and Cloud Build particularly interesting as they enable developers to write in JavaScript and then use technologies like HyperLoop, Intel XDK or CocoonJS to transform this into native code and remotely built the code to include additional libraries which may even include a new browser version.
IoT Mentioner |
No blog article on Kevin’s site can go without mentioning Internet of Things, so I have to mention that Beyond Mobile-First in JavaScript terms is talking about Embedded JavaScript and this enables us to use the most popular language in wearable technology as well. Tizen OS is a good front runner of this technology and Firefox OS now powers one of the cheapest phones in India.
Finally the last thing holding back HTML5 was the massive drop in functionality and performance when it was wrapped using a Web View. Luckily Android 4.4 offers us Chrome 30 support and using Cloud Build systems then we can even access the 3D features of Chrome 33. Following suite iOS 8 now enables us to have web applications that can use Nitro (their JIT solution). It will take time for PhoneGap to catch up with some of these new advancements of course, but the future is even looking better for wrapped web.
Now all we need is a way to monetize and distribute pure web applications on a popular operating system with a profitable App Store and we really have a reason to sing the name of “Web 3.0”.
***************************************************************
Published March 15, 2016 Reads 1,484
Copyright © 2016 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Kevin Benedict
Kevin Benedict is the Senior Analyst for Digital Transformation at Cognizant, a writer, speaker and SAP Mentor Alumnus. Follow him on Twitter @krbenedict. He is a popular speaker around the world on the topic of digital transformation and enterprise mobility. He maintains a busy schedule researching, writing and speaking at events in North America, Asia and Europe. He has over 25 years of experience working in the enterprise IT solutions industry.
![]() Mar. 18, 2016 02:00 AM EDT Reads: 738 |
By Elizabeth White ![]() Mar. 17, 2016 09:45 PM EDT Reads: 629 |
By Kevin Benedict ![]() Mar. 15, 2016 12:00 AM EDT Reads: 1,484 |
By Elizabeth White ![]() Mar. 14, 2016 09:00 AM EDT Reads: 881 |
By Pat Romanski ![]() Mar. 8, 2016 11:00 PM EST Reads: 1,863 |
By Liz McMillan ![]() Mar. 7, 2016 11:00 PM EST Reads: 1,396 |
By Elizabeth White ![]() Mar. 7, 2016 07:00 PM EST Reads: 531 |
By Carmen Gonzalez ![]() Mar. 7, 2016 03:00 PM EST Reads: 985 |
By Elizabeth White ![]() Mar. 6, 2016 04:45 PM EST Reads: 302 |
By Liz McMillan ![]() Mar. 6, 2016 01:00 PM EST Reads: 1,477 |
By Liz McMillan ![]() Mar. 6, 2016 11:00 AM EST Reads: 637 |
By Elizabeth White Mar. 5, 2016 05:45 AM EST Reads: 1,154 |
By Elizabeth White ![]() Mar. 4, 2016 01:00 AM EST Reads: 1,145 |
By Pat Romanski Mar. 3, 2016 04:30 PM EST Reads: 811 |
By Liz McMillan ![]() Feb. 29, 2016 03:45 AM EST Reads: 905 |
By Liz McMillan ![]() Jan. 30, 2016 01:00 PM EST Reads: 1,104 |
By Pat Romanski ![]() Jan. 27, 2016 06:15 AM EST Reads: 928 |
By Pat Romanski ![]() Jan. 19, 2016 07:00 AM EST Reads: 1,546 |
By Pat Romanski ![]() Jan. 7, 2016 10:00 PM EST Reads: 1,161 |
By Pat Romanski ![]() Jan. 1, 2016 09:30 PM EST Reads: 1,470 |