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
- 吉特倉庫管理系統截圖展示
- wms倉庫管理系統常問問題
- 大型WMS倉庫管理系統【原始碼分享】原始碼
- 吉特倉庫管理系統-ORM框架的使用ORM框架
- 吉特倉庫管理系統- 基本問題解答
- Gitlab倉庫管理系統-高可用部署Gitlab
- 倉庫管理一團糟,WMS倉庫管理系統如何解決這些難點
- 智慧倉庫管理系統:如何實現“零庫存”?
- 基於java jsp的倉庫庫存管理系統JavaJS
- WMS倉儲管理系統與ERP倉庫模組怎麼選?
- 智慧物流之RFID倉庫管理系統,為傳統的倉庫管理帶來了希望-新導智慧
- 2022國產WMS倉庫管理系統排名
- 吉特倉庫管理系統-.NET列印問題總結
- JEEVMS倉庫管理系統任意檔案讀取漏洞
- ERP管理系統是如何進行倉庫管理的呢?ERP管理系統開發
- 跨境統一版申報監管倉庫管理系統
- 廣州WMS倉儲管理系統
- .NET 7+Vue 3 開源倉庫管理系統 ModernWMSVue
- 倉儲配送管理系統採購-製造業倉儲物流管理系統定製
- 吉特倉庫管理系統-- 後臺管理開源啦,原始碼大放送原始碼
- 倉庫管理、dockerfileDocker
- Docker 倉庫管理Docker
- C語言-超市倉庫管理系統的設計與實現C語言
- 條碼倉庫管理系統在食品行業中的應用行業
- 宇佳倉庫管理系統 V1.6.1(VB6 native)
- SAP+條碼系統軟體是如何最佳化倉庫庫存管理?
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之二(五十)UI
- 庫存管理系統
- [WMS]倉儲管理系統專案紀實
- 微商雲倉管理系統開發功能搭建
- 數商雲SCM管理系統庫存管理功能助力新能源汽車企業倉儲管理更高效
- Abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之八(五十七)UI
- Abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之七(五十六)UI
- abp(net core)+easyui+efcore實現倉儲管理系統——出庫管理之六(五十五)UI