Spring backend, and gwt frontend, seperation of concerns?

2013-10-13 Thread Nir Avital
Soon we are about to start developing a new project which is basically a Back-office application. We chose the following technologies in our backend: Spring, JPA, mySQL , MongoDB, RabbitMQ.. We chose to use GWT as our frontend framework. My question is very simple: Should we create one

Client side caching (CellTable)

2013-10-08 Thread Nir Avital
Hi, We are trying to create a cell table with tons of entries. We use pagination. (AsyncDataProvider and Pager) and would like to fetch on demand entries. Currently it does work as intended, only problem is, when we show some entries on the cell table (let's say entries #1-#25) and then

Load on demand - table \ grid

2013-10-03 Thread Nir Avital
Hi, We're examining GWT for our next generation project. We would like to create a simple table \ grid that will represent a database table. What we want to do is to populate this table\grid with our database data. Our tables are very big (~2 Million rows) and therefore our requirements from