Tagged Questions

Apache Click Framework is a component based web-framework and top level Apache project.

learn more… | top users | synonyms

13
votes
4answers
6k views

Apache Wicket vs Apache Click

What is the difference between Apache Wicket and Apache Click? Is Apache Click maintained? The latest release seems to be from Nov 2008 Thanks Achilleas
2
votes
2answers
1k views

Anyone know the Click Framework?

I've been recommended the Click framework from Apache. But I can't find any forums talking about benchmark, reviews, advantages, disavantages, usefulness, ease of implementation, etc. I've been asked ...
1
vote
2answers
135 views

How to save data for previous selected value in a drop down list (before change) in jquery

It would be little complicated. Suppose I have a select list with items as status.I select a status and do some modification in the page, when I change to different status all the modificatiions which ...
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
1answer
140 views

Calling static method from template in Apache Click

How can I call a static method from a (velocity) template when using Apache Click?
0
votes
5answers
227 views

Spring beginner No Context available

I'm trying to set up a Spring configuration with tutorials and some stuff. It seems everything is OK but when I call the constructor of a Bean with a @Resource everything blows up. I'm am also giving ...