I want to bind my smartgwt calendar event datasource with my mongo database.
- How can I save an new event ?
- How should I connect the CRUD operations api (which datasource object suppose to operate with) to the db?
- Can somebody explain the question in general, what should be done to make smartgwt datasource dependent to some DB?
Comment