Tagged Questions
Vaadin is a client-server framework, that builds on GWT (Google Web Toolkit) and uses Java to code all of the server and clientside code. Vaadin tries to improve the clientside presentation layer and the rapid application development factor over GWT.
45
votes
13answers
29k views
Should I use Vaadin Framework
I just tried to play with Vaadin Framework and it seems to me very easy to use. Plus what I like about his framework is that it is built on top of GWT.
What do you think, should I continue using this ...
31
votes
3answers
1k views
Java to clojure rewrite
I have just been asked by my company to rewrite a largish (50,000 single lines of code) Java application (a web app using JSP and servlets) in Clojure. Has anyone else got tips as to what I should ...
21
votes
4answers
5k views
wicket vs Vaadin
Am torn between wicket and vaadin. i am starting a micro-isv and need to make a choice of web framework. I have narrowed down my choices to wicket and vaadin. I have used both frameworks and i love ...
18
votes
12answers
3k views
Cons related to Vaadin?
Hi
I am evaluating Vaadin framework for one of our project. I went through blogs, sites and found many pros of using this framework, but couldn't find much about concerns related to this framework.
I ...
12
votes
3answers
1k views
Using Clojure with Vaadin
Has anyone tried implementing a web application with Clojure ( using Compojure ) and Vaadin ? I had seen an article on using Clojure with JWT for creating web apps. Vaadin is based on GWT so you get a ...
12
votes
5answers
10k views
Vaadin and Spring MVC Integration
I'm thinking about the possibility of using Spring MVC with Vaadin Framework. Are there any documented ways of making them play nicely together ? Also is it a good idea to use them together ? relating ...
9
votes
4answers
5k views
Who is using Vaadin? [closed]
Have anyone knowledge of real world vaadin based applications? Would be great to assemble a list on who is using Vaadin.
7
votes
3answers
259 views
How Robust is Vaadin For Enterprise Application [closed]
Our team is looking forward to develop an Enterprise Application. The application is expected to be highly robust and scalable as it would be handing several transactions and 1000+ users ...
6
votes
3answers
192 views
Simple Java Graphing API for use in Vaadin Web App
I have a simple Vaadin Web App and I am looking for a simple graphing API that will only have to handle a minimal amount of data(at most several hundred data points) and will allow me to display ...
6
votes
2answers
274 views
To Go or Not To Go with Liferay? What's the good, bad, and ugly?
We are evaluating several solutions for a new web thing we're looking to build. There are several aspects to it, including user management, content management, campaigns, community, and financial ...
6
votes
2answers
2k views
How to integrate maven generated vaadin project into eclipse vaadin plugin?
Eclipse Vaadin plugin has cool autobuild feature. Just clicking "restart application" in debug console will bring up to date application version to live.
Unfortunately importing maven generated ...
5
votes
1answer
256 views
Vaadin Compile widgets (addons) in NetBeans
I'm following the provided instructions but is not working. I'm getting this error:
INFO: Widgetsets found from classpath:
com.vaadin.terminal.gwt.DefaultWidgetSet in ...
5
votes
2answers
199 views
How do I do test-driven development using Vaadin?
What's the best way to structure a Vaadin-based application so that I can use TDD (test-driven development) to create the application? In other words, I don't want to write tests that require a server ...
5
votes
2answers
431 views
Slow HTML generation with Vaadin
I'm a developer with a problem ;) Currently we're close to an end on our project (using Vaadin) however...
we're getting some trouble with displaying simple data in one of our views. (over 500 KB of ...
5
votes
1answer
841 views
Feedback for Vaadin wanted
Has anyone used vaadin in a real project and wishes to share his experience? I am amidst a framework selection process for a RIA project and any feedback would really help. My key concerns are ...
4
votes
2answers
137 views
Creating a Vaadin-sbt project
I'd like to create a Vaadin project using sbt 0.11.0. I looked at the sbt-vaadin-plugin and the vaadin-skeleton but both of them seem to be out of date. So, has anyone some tips on how to configure ...
4
votes
1answer
203 views
Unterstanding how Vaadin uses GWT
After playing around with Vaadin for about a week I'm curious about how Vaadin uses GWT. GWT compiles Javacode to Javascript. This has to be done everytime when you are redeploying.
Since Vaadin has ...
4
votes
5answers
310 views
Use Vaadin with google app engine
I'm just wondering if its possible to have a Vaadin project working under google app engine? If it is then please refer me to any kind of documentation or "how-to".
4
votes
5answers
902 views
Which Web2.0 framework integrates best with JPA2?
My choice is between
Tapestry 5
Vaadin
JSF2
--- start EDIT 2010-05-13 18:04 --
Spring MVC (don't know why I forgot to mention this)
--- stop EDIT 2010-05-13 18:04 --
I like Vaadin most, ...
4
votes
6answers
4k views
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.
3
votes
2answers
84 views
Creating multirow table headers
I have a table where my column headers are set with the following instruction :
table.setColumnHeader
I wonder how can I create multilevel table headers like on this page ?
Regards.
3
votes
1answer
182 views
Local htm file embeded in vaadin
I'm new to vaadin, and I managed somehow to get an app up and running. Now I have an help.htm html file containing tips about how to use the app. I've put the help.htm in my project WEB directory to ...
3
votes
1answer
81 views
Vaadin Textarea auto height
In Vaadin, is it possible to somehow render a textarea that automatically adjusts its height to the content?
3
votes
1answer
209 views
XML as a data source for a Vaadin tree
there is a small project im working on , in this project i have to display some data from an XML Source / file in a Vaadin tree.
My question is : can i do it with Vaadin tree and how "hard" would ...
3
votes
2answers
716 views
How to add css to Vaadin / Maven project?
There exists a question at SO about how to add css to Vaadin project. The tip there was to add css at /WEB-INF/VAADIN/themes/ location.
My problem is that Vaadin projects normally have WEB-INF folder ...
3
votes
2answers
423 views
Vaadin SEO how?
I am going to use Vaadin UI framework to develop web application where indexing in search engines is very critical. And I know that the most search engines not indexing GWT sites.
I have already ...
3
votes
3answers
1k views
Translating GWT MVP Pattern to Vaadin
After several months developing an application based on GWT, using MVP pattern + Hibernate, I've come to a point where every small change in the application is a pain, and the widgets look very poor.
...
3
votes
2answers
1k views
What is the method of choice to adjust CSS changes in vaadin?
I am struggling with some minor layout changes in vaadin which has to be done on Java AND Css side.
Everytime I need to adjust a layout thing like padding-top, background color or bold text of one ...
3
votes
1answer
899 views
Using Vaadin widgets in a GWT application
Is it possible to use widgets from the Vaadin-framework from within a GWT application?
I know it works the other way round, which is also documented in the Vaadin docs. But I didn't find a descrption ...
2
votes
2answers
68 views
Alternative to JqueryUI?
Need alternative to JqueryUI mostly for styling input, select and other such stuff.
I saw ninjaUI and Vaadin. Vaadin is really sexy, i wonder if there are any alike that are as good as mentioned ?
2
votes
0answers
43 views
Opening a pop up window in a Vaadin Portlet
I followed this tutorial that shows how to pop up a print window.
But, as I'm using portlets, I must get the right windows URL.
I figured out how to get the portlet URL (from the response object).
...
2
votes
2answers
375 views
Using Vaadin with Scala - does it make sense to use framework like Play! or Lift?
I want to create web application and in meantime learn some cool new framework/technology.
At first I was looking at Spring-Roo and Vaadin, but then I thought it would be more fun (and possibly more ...
2
votes
1answer
233 views
Vaadin + JPA + lazy loading
I have Vaadin application backed by JPA. Components in this application are bound to bean properties (via standalone EL implementation). Some of components are bound to external objects (or their ...
2
votes
1answer
173 views
How can I validate fields in a table in Vaadin with Scala
how can I validate a field in a vaadin table? For example the year field with a regex:
val persons: BeanContainer[Int, Person] =
new BeanContainer[Int, Person] classOf[Person])
...
2
votes
2answers
245 views
No vertical scroll in browser
I'm developing a Vaadin application and am having extreme difficulty getting some aspects of the layout as I want. The major problem right now is that I can't seem to get a vertical scroll in my ...
2
votes
1answer
142 views
how to set height of ComboBox in Vaadin
As noticed, the combobox's height in Vaadin is 24px by default. Is there anyway to change the height? since setHeight(30, UNITS_PIXELS) doesn't work. the layout will be ruined.
2
votes
3answers
460 views
Deploy vaadin to JBoss 7.0 gives me a ClassNotFoundException
I've created a new Vaadin (6.6.5) project in eclipse and I've tried to deploy it on JBoss 7.0 but it gives me a GWT ClassNotFoundException
Caused by: java.lang.ClassNotFoundException: ...
2
votes
1answer
343 views
Adding hint to TextField
I'm new to Vaadin and am trying to get used to the framework.
I have a query though. I want to add a TextField with an integrated hint text that disappears when the TextField is focused and ...
2
votes
1answer
436 views
Nested forms with Vaadin / display contents of a collection
I would like to display a complex Java Bean in a Vaadin form so that the user can edit the bean. However the bean consists of simple properties (String, Integer and so on), but also of a collection of ...
2
votes
1answer
158 views
Vaadin & Joda DateTime
I use vaadin 6.6 and joda DateTime 1.6.2
I use solution described at How to use DateField with Joda DateTime property?
Value is set/get correctly, but unfortunatelly I get Conversion exception:
...
2
votes
2answers
403 views
vaadin javascript
I am trying to integrate some js project into my vaadin app. And I tried the methods to invoke external javascript code, only successed on some easy/javascript.
I tried the NativeJs lib
and the code ...
2
votes
2answers
197 views
Vaadin - GWT dependency always needed?
Is the GWT mandatory in a deployment with Vaadin framework.
I mean is the Vaadin framework builded over the GWT and then not using GWT is not possible.
I ask because some manager asked me but I was ...
2
votes
2answers
360 views
serving both Vaadin and JSPs from the same webapp
I cannot get both my Vaadin app and some jsps using springmvc to work in the same webapp. The most promising approach seems to be doing the following:
<servlet-mapping>
...
2
votes
1answer
106 views
How to find if a Tab is already opened in Vaadin and setting it active instead of creating a new one
In Vaadin, once you have a TabSheet, and some tabs are already opened, you don't want the same Tab, containing the same content to be opened many times.
How can I check that a Tab is already opened ...
2
votes
2answers
403 views
Creating a facebook app with Vaadin?
Is it possible to create a facebook app using the Vaadin web toolkit?
2
votes
1answer
147 views
When should a GWT widgetSet need to be recompiled?
In a GWT hello world example, if I compile and run the app, the widgetSet obviously gets compiled as this has never been done.
If I change the label in my hello world app to say "Hello World 2", ...
2
votes
3answers
568 views
How to add a CSS style ID (not only CSS style class) in Vaadin
I would like that my Vaadin components be set a style id:
<div id="menu"> ... </div>
and not only a style class:
<div class="menu"> ... </div>
Anyone have an idea?
...
2
votes
2answers
234 views
How to extend a protected method in Clojure
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import clojure.lang.RT;
import com.vaadin.Application;
import ...
2
votes
2answers
279 views
Import a .jar (vaadin-6.4.8.jar) file in a Clojure (.clj) script
I need to write a Clojure script to create a simple app by using Vaadin.
In Java I cam use some thing like this. "import com.vaadin.Application;"
But I don't know how to do it in Clojure.
I need to ...
2
votes
3answers
2k views
Chart components for Vaadin
Does anyone knows about any UI component library for data visualization (charts, pies, etc.) for vaadin framework?