0

私は当社の研究開発マネージャーです。製品をモジュール化するための適切なソリューションを探しています。当社は、財務および公的システムに取り組んでいます。多くのサブシステムがあります。Oracle ERP のように、さまざまなサブシステムを組み合わせてモジュール化したいと考えています。私たちは異なるサブシステムを分離したいと考えており、顧客が特別なサブシステムを必要とする場合は、ソリューションからそれらを選択します。

「eXpressApp フレームワーク」を使用できると思いますか? その上で私を案内してください

4

1 に答える 1

2

As I know eXpressApp Framework (aka "XAF"), your question cannot be answered with a straight "yes" or "no". XAF has many traits that makes it an awesome platform for a modularized system, but it also comes with some limitations. If you want to use a legacy database, XAF will do a great job in generating persistent classes and a working interface (WinForms and/or ASP.NET) for you. The built-in security-system will let you grant permissions to those classes (and related listviews and detailviews) in a modular way.

However, any logic contained in stored procedures will not be usable automatically and any existing presentation layers will not be easily incorporated in a seamless way.

But since XAF is really customizable, capable, mature and well-supported, I would advice you to give it a shot by downloading and getting to know the evaluation version and contact DevExpress support with the questions you have. Both resources can be found here http://www.devexpress.com/products/net/application_framework/.

Good luck!

于 2012-08-13T07:53:49.353 に答える