Hi Marc and Am,
I have some Model-View-Controller code that was written in Delphi that I ported to C-Sharp . The Delphi version uses a Linked List to handle the notification of all the views, while the C-Sharp version uses delegates.

The C-Sharp version is also more modular as I implemented a plugin system so that each view was a plugin and was loaded dynamically at run-time and registered embedded itself into the menu system. It would be nice to have something similar or better for lazarus.

I can certainaly send anyone interested both the Delphi and C-Sharp code, but it won't happen until January as I don't have access to that machine right now.


Dominique.

Quoting Marc Santhoff <[EMAIL PROTECTED]>:
Am Sonntag, den 23.12.2007, 15:37 +0200 schrieb ik:
Hello,

I do not know if Lazarus or fpc-pascal is the right malling list...
Anyway, I'm looking for an implementation of MVC for FPC/Lazarus.

Does anyone knows about any implementation of that technique in FPC/Lazarus ?

Model-View-Controller is a design pattern, an idea how to structure the
inner parts of the software you write yourself. There is nothing like
"the implementation".

Maybe this helps:

http://en.wikipedia.org/wiki/Model-view-controller

Peaceful Christmas,
Marc



_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to