What you want would be great. In reality, I have yet to see it. The problem with it is that the M, V and C are still tied at the hip in many ways. Mostly in the ways the three pieces need to communicate between themselves.
It's relatively easy to make an App to use MVC with any given toolkit which was designed for it. The problem comes in when you want to merge toolkits. I cannot think of one which will give clean interfaces to other toolkits so that you can mix and match code between them. I'm open to anyone who can correct me on this. If there are such toolkits, I would love to hear about them. -joe On Wednesday 08 September 2010 10:43:28 Mohammed Rashad wrote: > will you please comment on the usage of MVC to make reusable code for both > desktop and web. keeping M and C constant and changing only the view code > needed for web and desktop > > On Wed, Sep 8, 2010 at 8:07 PM, Dushan Savich <[email protected]>wrote: > > Hey Mohammed, > > > > Wt is a WEB application framework/library , hence , you can't use > > it for Desktop applications. > > There are some Wt bindings for integration with Qt, but they're not > > usable. > > > > Cheers! > > Dushan > > > > 2010/9/8 Mohammed Rashad <[email protected]> > > > >> Can I use witty for web applications? > >> > >> I am developing a desktop application using C++. I am planning to use > >> FOX GUI Toolkit for desktop gui. > >> Today I found witty. Is witty stable? Does it have a large collection of > >> widgets? > >> I am uisng MVC Architecture. So I can keep the M and C constant for by > >> web and desktop application and change the view code > >> So that I can REUSE the source code and easy to extend the web part. > >> > >> View for web - using witty > >> View for desktop - using FOX C++ GUI Toolkit > >> > >> Is the project possible using witty for web and FOX for desktop? > >> > >> Are there any problems like crash or something? > >> > >> Can I actually REUSE the code if I follow MVC architecture > >> > >> -- > >> Rashad > >> > >> > >> ------------------------------------------------------------------------ > >> ------ This SF.net Dev2Dev email is sponsored by: > >> > >> Show off your parallel programming skills. > >> Enter the Intel(R) Threading Challenge 2010. > >> http://p.sf.net/sfu/intel-thread-sfd > >> _______________________________________________ > >> witty-interest mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/witty-interest > > > > -- > > Kind Regards, > > Dushan Savich > > [email protected] > > http://stosha.com/ > > +381 64 329 33 55 > > Nehruova 95/51 > > 11070 New Belgrade > > Belgrade > > Serbia > > > > > > ------------------------------------------------------------------------- > > ----- This SF.net Dev2Dev email is sponsored by: > > > > Show off your parallel programming skills. > > Enter the Intel(R) Threading Challenge 2010. > > http://p.sf.net/sfu/intel-thread-sfd > > _______________________________________________ > > witty-interest mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/witty-interest ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
