Hi,
I think the queuing concept is one of the best features in SmartGwt, but didn't have any luck when i tried to implement it.
Just clarify how i understand the Queue first. A Queue can be used to send several HTTP Requests in one go, and it can handle Database Transactions.
The bulk requests handling is easy to understand, i have some problem with the Transactions. It looks like that the Transaction handling is not available in the trail version of SmartEE (?) How can i try this feature, and which product should i use?
I m trying to handle a one-to-many relationship using the Queue, when a button is clicked, the One record should be saved to the database first, and return the primary key, the Many records will then be saved with the parent pkid. How should i do this? Can i handle all these using just SmartGwtEE, or i have to use other ORM like Hibernate or iBatis?
Thanks!
I think the queuing concept is one of the best features in SmartGwt, but didn't have any luck when i tried to implement it.
Just clarify how i understand the Queue first. A Queue can be used to send several HTTP Requests in one go, and it can handle Database Transactions.
The bulk requests handling is easy to understand, i have some problem with the Transactions. It looks like that the Transaction handling is not available in the trail version of SmartEE (?) How can i try this feature, and which product should i use?
I m trying to handle a one-to-many relationship using the Queue, when a button is clicked, the One record should be saved to the database first, and return the primary key, the Many records will then be saved with the parent pkid. How should i do this? Can i handle all these using just SmartGwtEE, or i have to use other ORM like Hibernate or iBatis?
Thanks!
Comment