my quick reasoning would be:

1. cppcms is more a framework, wt is more a library with api that provides
an ajax based mechanism (however wt is also a framework if you think that
you can write a standalone server with it...)
2. normally you can integrate a library into a framework, but the other way
around, is more difficult..
3. some templates (wt page skeleton widget) to create wt widgets would be
nice (to support that kind of the web designers job... layout, color etc),
but that would make wt already more a framework... Personally I asked the
authors, to include such a widget...
4. etc. :)


Personally I was analyzing/paralyzing all the existing frameworks. there are
some others like  cppcms, abandond projects, mainly I did not consider them,
because they were abandoned...
I think cppcms would do its best choice to integrate wt into the
framework... I would be the first to use it !!! I need both the templates,
you are talking about, but also the flexibility of the ajax+signal/slot
mechanism. I have pages with different parts, and changes in one area
influences changes in other areas... so ajax+signals is the best solution...
But on the other side, it is annoying to combine all the widgets manually,
so i would be happy if the computer would do that for me, and I would just
provide the template.
So imagine the template library having some mechanism, where you could just
integrate a wt widget with some parameters.
As you can read in this conversation (previous answers), people have
different intentions to to with a web framework/library written in cpp. I
think is to combine if possible the efforts...


Regards
Misi




2009/2/19 Artyom <[email protected]>

>
> Hello,
>
> I'm looking on this project for more then a year. At the first moment
> I was looking for High Performance C++ Web framework and had found this.
>
> Unfortunately I had quickly  understood that I would not be able to use
> it because it applies an approach that is totally unnatural in web
> development --- write applications as GUI and not web:
>
> 1. Why have you chosen this approach and not the standard that is used
>   in most of web frameworks -- templates.
> 2. Is most of Wt target audience are developers of embedded systems
>   where Wt replaces GUI?
> 3. Do you planning to include some kind templates engine?
> 4. Do you plane scalability facilities?
> 5. Is this because you think that most C++ developers are GUI developers?
>
> I'll explain. I'm the developer of CppCMS [http://cppcms.sourceforge.net]
> C++ Web Framework that _potentially_ **may** be a competitor of Wt.
> But not directly because CppCMS's primary goals is high
> performance, scalable web applications.
>
> I'm not sure that two our projects are competitors because we use too
> different approaches -- Wt written almost like Qt and CppCMS is actually
> based on "Django" ideas.
>
> I started my project because there was anything suitable for web
> development in C++ and I'm interested why Wt hadn't chosen more
> "webish" way?
>
> Thanks,
>    Artyom
>
> P.S.: Yes I had read the remarks on the web site but they do not look
>      too convenient.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to