Re: Business Rules in Prolog
- From: A.L. <fela@xxxxxxxx>
- Date: Sun, 06 May 2007 09:09:28 -0500
On 6 May 2007 00:51:57 -0700, Massimiliano Campagnoli
<maxi@xxxxxxxxxxxxxxx> wrote:
We are designing a finite capacity scheduling system for our
manufacturing job shop, based on standard dispatching rules (SPT, EDD,
COVERT, FIFO, etc.) and more tailored heuristics. The system will
access our relation database via ODBC interface.
Prolog seems a good candidate to implement this system but we are
pretty concerned on how to develop in Prolog the user interface, like
dialogs for data entry, capacity graphs and interactive gantt-charts.
We have tried XPCE/Prolog and it seems to fit the purpose, even if
documentations and examples are very concise.
The alternative would be to use Prolog only for the business rule
engine and leave the GUI to a more "procedural" language with a good
documented GUI library (e.g. C++ and QT). This second approach would
raise the problem of how to integrate the C++ GUI with Prolog.
Any comment and suggestion would me much appreciated.
Don't do GUI in Prolog. Do in Java, C#, VB or whatever what makes this
easier than ad-hoc Prolog solutions.
A.L.
.
- Follow-Ups:
- Re: Business Rules in Prolog
- From: Massimiliano Campagnoli
- Re: Business Rules in Prolog
- From: Jan Wielemaker
- Re: Business Rules in Prolog
- References:
- Business Rules in Prolog
- From: Massimiliano Campagnoli
- Business Rules in Prolog
- Prev by Date: Re: Business Rules in Prolog
- Next by Date: trouble making a simple calculator with prolog
- Previous by thread: Re: Business Rules in Prolog
- Next by thread: Re: Business Rules in Prolog
- Index(es):
Relevant Pages
|
|