Calendar question

Hi,

In my application, I need calendar functionality where user can select (day/date, time and say rate in $). Is it possible to configure to use an template where the user can only enter ‘$ rate’ and nothing more. (Meaning some kind of tool to enter $ rate and not free flowing text).

E.g
11/15, 10am - 12 pm, $55
11/15, 5pm - 7pm, $75

Secondly is it mandatory to use Hibernate or can the calendar be configured to us Spring JDBC?

If you are talking about Scheduler ( Java Planner ) - yep, it is possible.

  • you can use a separate field to store rate, and show it in the event next to the time and date
  • the component ( Scheduler ) can be used with any DB abstraction layer, Hibernate is not mandatory.