Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Echo (framework)

From Wikipedia, the free encyclopedia

Developer(s)NextApp
Initial releaseFebruary 21, 2002; 21 years ago (2002-02-21)
Stable release
3.0.3 / December 6, 2018; 4 years ago (2018-12-06)
Preview release
3.1.0 / December 6, 2018; 4 years ago (2018-12-06)
Repository
Written inJava and JavaScript
PlatformJava and Web
Typeweb framework
LicenseMPL 1.1
Websiteecho.nextapp.com/site/ Edit this at Wikidata

Echo is a web application framework created by the company NextApp. The latest iteration, Echo3, allows writing applications in either server-side Java or client-side JavaScript. Server-side applications do not require developer knowledge of HTML, HTTP, or JavaScript. Client-side JavaScript-based applications do not require a server, but can communicate with one via AJAX.

It is free software licensed under the terms of the Mozilla Public License (MPL).

YouTube Encyclopedic

  • 1/5
    Views:
    3 603
    2 467
    3 613
    9 793
    33 489
  • Using the Echo Web Framework to Write Quick Webapps (Episode 31)
  • Go and Echo starter
  • Go Web Frameworks | Gin, Beego, Echo | Setup Simple Server (Part 1)
  • Echo Framework - 01 introduction
  • Creating Golang WebServer With Echo - Part 1: Project Setup and HelloWorld

Transcription

Echo2

Echo originally started as a request-response web application framework that leveraged the Swing object model to improve the speed of application development.[1] Through the use of the Swing model, Echo was able to employ concepts such as components and event-driven programming that removed much of the pain of web application development.

In late 2005, NextApp formally announced the release of their new Ajax based web application platform, "Echo2". This framework built on the concepts of Echo (well known API, total web abstraction) but delivered the additional benefit of being an Ajax environment. NextApp believed that this approach brought the framework extremely close to the capabilities of rich clients. NextApp also claimed that this reincarnation of the Echo framework provided dramatic performance, capability, and user-experience enhancements made possible by its new Ajax-based rendering engine.

Echo3

During 2007, development on a third generation of the framework, Echo3, began. The focus of this evolution was to move away from generating markup on the server side, and instead to implement rendering peers as native JavaScript objects, with an XML-based state synchronization protocol between client (web browser) and server. This was developed in tandem with a core JavaScript framework, providing the ability to define inheritance hierarchies in JavaScript in a way familiar to developers of object-oriented languages.

Competitors

Echo is often compared to frameworks such as Google Web Toolkit (GWT) as both Echo and GWT (among others) offer a programming model that completely abstracts users from the web tier.[2] However Echo differs substantially from GWT in the way it interacts with JavaScript. GWT essentially implements a subset of the Java API in JavaScript, and as such, Java code is compiled to JavaScript and fully executed on the client side. On the other hand, Echo has offered a dual-stack approach since version 3. Applications can be written in JavaScript (client-side) or Java (server-side) or in mixed forms.

Comparable frameworks include Vaadin, RAP, ZK, OpenLaszlo, ICEfaces, ThinWire, Apache Wicket, and jSeamless.

Associated projects

Echo2 has inspired various add-on projects including:

  • EchoPoint: "Next Generation": The most well known 3rd party component library for Echo2
  • Hibernate-Spring-Echo: An effort to provide an out of the box application framework that includes Echo2
  • Google maps for Echo2
  • Google maps v3 for Echo2
  • Gantt Charting for Echo2
  • Echo2Faces: An effort to provide XML markup for Echo2 UI layouts
  • jZeno: A full-stack application framework that uses a highly optimized version of the original Echo framework as rendering engine.
  • Aejaks: A Jacl layer on top of Echo2 to easily create rich web applications.

See also

References

  1. ^ Liebeck, Tod (9 September 2003). "Working with the Echo Web framework" (PDF). IBM developerWorks. Retrieved 26 May 2018.
  2. ^ Hunt, John (24 August 2006). "Echo2 versus GWT". The Register. Retrieved 26 May 2018.

External links

This page was last edited on 26 October 2022, at 15:57
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.