Changes between Initial Version and Version 1 of AdvancedApplicationDevelopment


Ignore:
Timestamp:
08/28/26 05:17:03 (10 days ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedApplicationDevelopment

    v1 v1  
     1Advanced Application Development
     2Transactions
     3
     4Document the code in your applications where a multi-operation transactions are executed.
     5
     6Database Connection Pooling
     7
     8Document the setup in your application that enables a database connection pool to be used, with some examples from the application where a connection from the pool is used.