Announcement

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

    Easily share SQL-Transaction with SmartGWT and Spring

    Related to :

    http://forums.smartclient.com/showthread.php?t=16902&page=1&pp=10

    #2
    As described in the attached thread would be very efficient to combine in the same database transaction operations done by the server side SmartGWT datasource connectors (SQL/JPA,Hibernate) with operations done by an existing service implemented also in SQL/JPA/Hibernate that has its transactions managed by a transaction manager configured using String.

    As I know, currently the server side SmartGWT framework has its own transaction manager that cannot be replaced with an external one.

    Comment


      #3
      I find this feature very useful!

      Comment


        #4
        Guys, we can see that you're all posting from the same organization, but nice try on trying to create the appearance of a flurry of interest :)

        The sponsorship program is the way to get this done if you need something more than we already have in a hurry.

        Comment


          #5
          Yeah, :D

          Comment


            #6
            I'll support this from a completely different organization. ;-)

            I haven't managed to get my reworked code to this point, but I was going to try to wrap the relevant methods in IDACall with standard Spring transaction advice--does this not work like I hoped it will?

            Comment

            Working...
            X