ban COME IN倉庫管理系統
我需要做一個倉庫管理系統(inventory manager)
客戶端是GUI application
請問我該採取如何的架構叫好
(1)GUI----->EJB------>DATABASE
(2)GUI----->EJB(business logic layer) JDO(persistence layer)---->DATABASE
jdbc
(3)GUI(construct a persistence layer myself in GUI layer, and how)------->DATABASE
(4) other suggestion?
if(1)
(a) if採用entity bean 方式, 當我update gui table 中一個row的時候,
how to map this update in the gui table to the corresponding entity bean
eg
table in GUI(editable table) entity bean
customer_id,customer_name Customer (ejbobject)
then i change the customer_name in the left table in GUI, i want this change to be reflected and executed on the corresponding
ejb, how can i locate the ejb that corresponds to this particular table row in GUI, What's the best way to establish this mapping.
in ADO.net, Microsoft has databinding mechnasim, is there any conterpart in J2EE.
if (3)
how to establish a persistent layer myself (ie not using any ejb and communicate directly with batabase)
Another question:
If i want to update lots of table rows in a time, and i don't want this update to be excuted immediately, ie cache the change
in the persistent layer.And then after i press a button, say "UPDATE", all the updates will be done to the database. How to
implement such a CACHE mechanism?
客戶端是GUI application
請問我該採取如何的架構叫好
(1)GUI----->EJB------>DATABASE
(2)GUI----->EJB(business logic layer) JDO(persistence layer)---->DATABASE
jdbc
(3)GUI(construct a persistence layer myself in GUI layer, and how)------->DATABASE
(4) other suggestion?
if(1)
(a) if採用entity bean 方式, 當我update gui table 中一個row的時候,
how to map this update in the gui table to the corresponding entity bean
eg
table in GUI(editable table) entity bean
customer_id,customer_name Customer (ejbobject)
then i change the customer_name in the left table in GUI, i want this change to be reflected and executed on the corresponding
ejb, how can i locate the ejb that corresponds to this particular table row in GUI, What's the best way to establish this mapping.
in ADO.net, Microsoft has databinding mechnasim, is there any conterpart in J2EE.
if (3)
how to establish a persistent layer myself (ie not using any ejb and communicate directly with batabase)
Another question:
If i want to update lots of table rows in a time, and i don't want this update to be excuted immediately, ie cache the change
in the persistent layer.And then after i press a button, say "UPDATE", all the updates will be done to the database. How to
implement such a CACHE mechanism?
相關文章
- 什麼是倉庫管理系統?
- 倉庫系統(2)-商品庫存/庫位管理
- wms倉庫管理系統,php進銷存系統PHP
- Gitlab倉庫管理系統-高可用部署Gitlab
- 倉庫管理一團糟,WMS倉庫管理系統如何解決這些難點
- 2022國產WMS倉庫管理系統排名
- 大型WMS倉庫管理系統【原始碼分享】原始碼
- wms倉庫管理系統常問問題
- 智慧倉庫管理系統:如何實現“零庫存”?
- 基於java jsp的倉庫庫存管理系統JavaJS
- 製造業怎麼用好倉庫管理系統?倉庫管理系統在製造業中的應用例項
- 智慧物流之RFID倉庫管理系統,為傳統的倉庫管理帶來了希望-新導智慧
- ERP管理系統是如何進行倉庫管理的呢?ERP管理系統開發
- WMS倉儲管理系統與ERP倉庫模組怎麼選?
- JEEVMS倉庫管理系統任意檔案讀取漏洞
- 跨境統一版申報監管倉庫管理系統
- .NET 7+Vue 3 開源倉庫管理系統 ModernWMSVue
- 倉儲配送管理系統採購-製造業倉儲物流管理系統定製
- 倉庫管理、dockerfileDocker
- 廣州WMS倉儲管理系統
- C語言-超市倉庫管理系統的設計與實現C語言
- 條碼倉庫管理系統在食品行業中的應用行業
- SAP+條碼系統軟體是如何最佳化倉庫庫存管理?
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之二(五十)UI
- 企業倉庫管理軟體 倉庫WMS系統軟體的好處|ERP公司重慶達策推薦
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之三(五十一)UI
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之三(五十二)UI
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之五(五十四)UI
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之四(五十三)UI
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之六(五十五)UI
- Abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之八(五十七)UI
- Abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之七(五十六)UI
- [WMS]倉儲管理系統專案紀實
- WMS倉庫管理系統:實現企業降本增效的智慧之選
- 一個成熟的WMS(倉庫管理系統)應該具備的那些功能
- 企業用好WMS(倉庫管理系統),需要注意的幾個要點
- 在Linux系統上部署docker私有倉庫LinuxDocker
- 數商雲SCM管理系統庫存管理功能助力新能源汽車企業倉儲管理更高效
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之一(四十九)UI