Hello everybody. I want to create an interface where i can show the data of an entity stored in sql server and than show them in a table using Vaadin. I can create the table in a vaadin file, the POJO classes using hibernate, hbm.xml classes and another class with the method to read data from the database. But when i run the application the data of the entity is not shown in the interface. Can you show me any way to build the functions of reading data and showing them using vaadin? I would be very happy if you could help me a little bit.
Hey Joana,
Perhaps this might help you get started;
https://vaadin.com/book/-/page/sqlcontainer.html
?
thnx but i don’t mean t ouse sqlcontainer. I use Sql Server and wildfly as a application server.
You want to show the contents of your SQL database in a Vaadin table? Then I’d recommend using SQLContainer. You can use plain JDBC if you don’t want to use the container.