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.
(Created page with '* 能否实现在C/S和B/S都可以弹出对话框? :At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. ~~~~')
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
* 能否实现在C/S和B/S都可以弹出对话框?
 
* 能否实现在C/S和B/S都可以弹出对话框?
 
:At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. [[User:Hengsin|Hengsin]] 09:04, 28 December 2010 (UTC)
 
:At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. [[User:Hengsin|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.[[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.