• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Table with paging, calendar, etc. with Spring MVC

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We are about to start new big project, but yet struggle to decide which technologies to use.

We were considering GWT, Vaadin and similar stuff but choose to stay with Spring MVC. But, what is lacking is basic functionality - simple control for simple table with paging and simple calendar.

We have different solutions on couple of project - from display tag, jQ Grid and JMesa but we are not happy with either of this (talking about table and paging).

To enter date or date time is similar scenario, number of different solutions but not making us happy, mostly lots of java script to deal with.

Vaadin gives great representation, but it seems it could produce problems on other places. It might be technology of choice for some pet projects in future.

What is technology of choice? I guess this is something almost all applications have. Problem seems to be trivial, but yet I do not see proper solutions for it.

What do you use? Are you happy with the way it works?

reply
    Bookmark Topic Watch Topic
  • New Topic