All Questions
4 questions
4
votes
2
answers
370
views
Can the overuse of custom taglibs disrupt the outsourcing of html designers?
Yesterday me and a friend were talking about the overuse of custom taglibs.
We create taglibs for everything. We create taglibs in order to wrap jQuery UI elements (tabs, button, etc), and other ...
5
votes
5
answers
5k
views
Building a website, want to use java [closed]
I'd like to make a simple-ish website that is essentially a small game. Key strokes are to be processed and sent to a server (already acquired and should support SQL and JSP, I believe) which then ...
4
votes
3
answers
6k
views
Why did Google develop a cross-compiler from Java to JavaScript? [closed]
Google developed a cross-compiler from Java to JavaScript. Why did they do this? Does this mean that JavaScript is not good enought for developing advanced web apps?
11
votes
4
answers
23k
views
Which Java based web ui framework to use? [closed]
Wicket
Click
GWT
Vaadin
As I understand them, these frameworks all enable gui components to be created using java (with all its benefits) without having to do lots of html/javascript.
As well as ...