What\'s the best 开发者_如何学Cway 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
I have Lazy Query Container (LQC) + hibernate connected to table. I don\'t want to display some collections at the table so some collections are lazy loaded.
How does Vaadin use CSS that was written purely for HTML elements (e.g. styling and layout of body, h1, etc elements) and use that exact CSS style in Vaadin?
This question already has answers here: doGet and doPost in Servlets (5 answers) 开发者_JS百科Closed 6 years ago.
I\'m useing Vaadin and BIRT reporting in my project.I have problem with accessing report with Vaadin,I think its related to my web.xml configuration.Can anyone help me to get out from this problem??
The Vaadin web framework displays a red error alert for any uncaught exceptions: Internal error Please notify the administrator
i have 3 TextFields (Vaadin) ( DBName, DBUserName, DBPassword) i want to send the typed in text from a portlet to a servlet , this is what i\'ve got so far :
I have an entity Person: class Person { String name; String phone; @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY)
Recently we were developing web application based on Vaadin and Spring (Core). Now we are trying to make it better :) Our main problem is very slow generation of screens with big amount of data. (We u
I have a problem with filling a table the way I want and I would hope to get some help. You see, I have a table which has a set of columns that get its content from a container who in its turn get it