Questions tagged [echo2]

Echo is an open-source framework for developing rich web applications using Java.

Echo2 is the current stable release of the Echo platform. Echo2 applications can be created entirely in server-side Java code using a component-oriented and event-driven API.

Echo is an open-source framework for developing rich web applications. From the developer's perspective, Echo behaves as a user interface toolkit--like Swing or Eclipse SWT. AJAX technology is employed to deliver a user experience to web clients that approaches that of desktop-based applications.

7 questions
7
votes
5 answers

Vaadin alternative for heavily loaded UI

Currently I am programming the Web Application based on Vaadin. I am quite happy with the learning cycle and the way how easy UI can be designed. In general pluses of Vaadin are: "Native" UI programming for Java users (component hierarchy / event…
dma_k
  • 10,431
  • 16
  • 76
  • 128
3
votes
1 answer

Can JanRain support logging in by Multiple Websites, and support Facebook Connect at the same time?

We are using Echo (aboutecho.com) so that users can add comments by logging in through Google, Yahoo, AOL, and OpenID. Echo does this by using JanRain. All is well except Facebook is missing, but to add Facebook login, we need to change the…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
3
votes
1 answer

How to integrate a GWT app into another Web-Framework?

I need the ability to load and start a GWT App at any time in an Echo2 environment. My first approach was to load and execute the nocache.js in a Client-Server sync using var script =…
tigger
  • 1,856
  • 3
  • 18
  • 23
2
votes
1 answer

Comparing GWT vs Echo2

I am currently proposed to do my web portal using GWT however I have researched that its closest competitors is Echo2. But what are the differences between them?
JCX
  • 1,439
  • 4
  • 18
  • 21
2
votes
1 answer

Echo2: How to create a centered Pane?

I'm new to the Echo 2 framework. I think it should be simple, but I found no way to center the generated content horizontally and vertically. Is there any possibility to get a centered ContentPane (or something similar) with a fixed width and…
André
  • 2,313
  • 2
  • 25
  • 29
1
vote
3 answers

Ajax frameworks small application

I'm wondering if any of you have some ideas of a small application i can work on , just to get familiar with any of the Ajax Frameworks specially if it's related to Java like JMaki or ECHO 2 thanks .
Mouna Cheikhna
  • 38,870
  • 10
  • 48
  • 69
0
votes
3 answers

What Web Framework to use to implement the diff-like UI?

What Web Framework would you use to realize the the interface of the following desktop application that performs side-by-side text comparison. More exactly what is in UI: document viewer with splitter and highlighting lazy loading, as documents…
dma_k
  • 10,431
  • 16
  • 76
  • 128