Tagged Questions

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

learn more… | top users | synonyms

3
votes
1answer
248 views

Loading .properties files in JRun4

I'm using the echo2 web framework in my application. But trying to start it in JRun4 returns the following exception: 26/02 17:12:21 user Remote: init 26/02 17:12:22 error ...
2
votes
0answers
114 views

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 ...
2
votes
1answer
137 views

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?
2
votes
1answer
321 views

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 = ...
2
votes
1answer
146 views

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 ...
1
vote
3answers
253 views

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 ...
1
vote
3answers
174 views

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 ...
0
votes
3answers
140 views

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 ...
0
votes
0answers
273 views

Echo2 and Apache Felix

I am trying to deploy an Echo2 Servlet Application into Apache Felix. However I need to implement some extra libraries which should be ontegrated into server. The error message is: Microsoft Windows ...