Tagged Questions
0
votes
0answers
33 views
Raty component in tapestry
I want to implement raty component and bound it to the existing DB. I have seen raty component of the JQUERY project and seems to be OK, however no demo is presented anywhere, and I can't figure out ...
0
votes
1answer
79 views
Tapestry getting started
All goes OK until mvn jetty:run which ends with [ERROR] Failed to execute goal org.mortbay.jetty:maven-jetty-plugin:6.1.16:run (default-cli) on project newapp: Failure: Address already in use: bind
...
0
votes
5answers
740 views
Java web application framework [closed]
Which Java web application framework is very lightweight, least resource hungry, best response time etc.
1
vote
3answers
2k views
Is there any Wicket-like web framework to use with Scala (besides lift)?
I want to start a project using the Scala language. While searching for web frameworks I've found Lift. However, it is not what I was looking for: a web framework that has complete separation of HTML ...
33
votes
8answers
13k views
Difference between Apache Tapestry and Apache Wicket
Apache Wicket ( http://wicket.apache.org/ ) and Apache Tapestry ( http://wicket.apache.org/ ) are both component oriented web frameworks - contrary to action based frameworks like Stripes - by the ...
5
votes
7answers
4k views
Which Java web framework best accomodates web designers?
Which Java web framework best supports the "web UI designer" role? That is, which framework lets you:
Use popular web design tools (XHTML validators, CSS editors, &c.) on your views/pages
View ...