Hi,
I have a table which needs to display data from database, but I am not sure which one to use or is more efficient for data binding. SQLContainer or BeanItemContainer (since both implements Container)? From the documentation, BeanItemContainer is an in-memory container. Both can be used as datasource for table. Would really appreciate it if someone can enlighten me on this.
Thanks so much.