Difference between revisions of "Talk:ZH/Case-Study-01-Journal-31"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
  
 
* TrxName是什么意思
 
* TrxName是什么意思
:TrxName = Transaction Name. ADempiere transaction manager managed transaction via named transaction instead of the thread local transaction approach that J2EE and hibernate transaction manager used.
+
:TrxName = Transaction Name. ADempiere transaction manager managed transaction via named transaction instead of the thread local transaction approach that J2EE and hibernate transaction manager used.[[User:Hengsin|Hengsin]] 09:09, 28 December 2010 (UTC)
 +
 
 +
* Hengsin, thank you very much for your answers! You really surprised me!  Peanut Blake. DEC 29, 2010.

Latest revision as of 21:53, 28 December 2010

  • 能否实现在C/S和B/S都可以弹出对话框?
At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. Hengsin 09:04, 28 December 2010 (UTC)
  • TrxName是什么意思
TrxName = Transaction Name. ADempiere transaction manager managed transaction via named transaction instead of the thread local transaction approach that J2EE and hibernate transaction manager used.Hengsin 09:09, 28 December 2010 (UTC)
  • Hengsin, thank you very much for your answers! You really surprised me! Peanut Blake. DEC 29, 2010.