Questions tagged [click-framework]

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

21 questions
19
votes
4 answers

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
user236372
6
votes
7 answers

Vaadin vs Apache Click which one to choose for my webapp development

Vaadin and Apache Click seem to be equally good, which one should I choose for developing my web application. Or rather, what are the Pros and Cons of each framework.
Prabhu R
  • 13,836
  • 21
  • 78
  • 112
4
votes
6 answers

Should I choose Apache Click or Tapestry 5?

I am to decide whether to use Apache Click or Apache Tapestry 5 framework. Which one I should choose? I'm looking for a framwork that I could use for building Java EE web applications for the next few years. The next few days I'll be testing them…
Ondrej Sotolar
  • 1,352
  • 1
  • 19
  • 29
2
votes
1 answer

Apache Click Guice integration

Is there a way of integrating apache click web framework with Google Guice such that I can use @Inject to inject Guice services into page/panel classes ?
joshua
  • 4,118
  • 3
  • 40
  • 53
2
votes
2 answers

Calling static method from template in Apache Click

How can I call a static method from a (velocity) template when using Apache Click?
myahya
  • 3,079
  • 7
  • 38
  • 51
2
votes
2 answers

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 to use it to develop a web site, but I'm…
Philippe Carriere
  • 3,712
  • 4
  • 25
  • 46
2
votes
1 answer

How to use Table control in Apache Click

I would like to know how to use the Table control in Apache Click. What I really need to know is how to populate a Table control. The examples I have seen so far involve the use of methods that are not defined in the example. In the example below,…
2
votes
1 answer

Which java web framework to use for google app engine development in 2012?

I am looking at developing simple java web-app to be deployed on GAE and learn about Java web development in the process. I am not inclined to use RIA component-based frameworks like Wicket and Vaadin. I have looked at Play 2.0, Tapestry 5 and…
Salil
  • 9,534
  • 9
  • 42
  • 56
1
vote
2 answers

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 I did for previous selected status should be…
user695362
  • 11
  • 1
  • 4
1
vote
2 answers

Is there any Apache Click maven archtype similar to Wicket's?

Is there any Apache Click maven archetype similar to Wicket's quick start? Similar to http://wicket.apache.org/start/quickstart.html Basically what I need is a way to get started using Apache Click quickly using Maven. Thanks in advance.
royjavelosa
  • 2,048
  • 6
  • 30
  • 46
1
vote
4 answers

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 a try to Apache Click killing two birds with one…
Rubén
  • 524
  • 5
  • 22
1
vote
1 answer

Session Expiration Handling in Apache Click (Clickide-2.3.0.)

I am a newbie to Apache Click Framework and I have been evaluating Clickide-2.3.0.0 over the past few days. I am stuck on one part involving session timeouts. If I want to handle session expiry by setting session timeout interval in my server…
Vidhi
  • 387
  • 2
  • 11
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
0
votes
1 answer

Using Apache Click with GWT

What is the best way to use Apache Click (http://click.apache.org/) with GWT? The concept of "Page" with Click is what really interest me.
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
1 answer

Forms in Apache Click: how to stack labels with fields?

I'm developing an application using Apache Click, aimed for mobile browsers -- so I expect to be mostly used in narrow display (240 pixels upward). Currently, I attempt to use a org.apache.click.control.Form with a couple of…
jbatista
  • 2,747
  • 8
  • 30
  • 48
1
2