Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SQLDataSource one-to-many example

    I've been looking at the master-detail batch load and save example in the SmartGWTEE showcase but it seems to depend on Hibernate. Can SQLDataSource support passing the same nested structure back and forth to the server in a single server request?

    #2
    The equivalent for SQL DataSource is to use a queue to save records. This is actually considered superior since it is more flexible and has orthogonal error handling with simpler semantics.

    Comment


      #3
      but how about retriving data of that

      but how about retriving data of that, i mean retriving data under a relationship
      Last edited by teasun; 27 Jun 2013, 00:06.

      Comment

      Working...
      X