Tagged Questions
Wt (pronounced as witty) is a C++ library for developing interactive web applications.
22
votes
5answers
3k views
Experiences using Wt C++ framework?
Has anyone seriously used Wt?
Did it work well?
Did you experience certain limitations? Or advantages?
Wt is a C++ library for developing web applications.
Please avoid the discussion of whether ...
4
votes
2answers
422 views
C++ web project using OpenCV with Wt
What is a good platform for a web based project that does image processing using OpenCV library? I found Wt ( http://www.webtoolkit.eu/wt ). Can I use OpenCV with Wt ? Is there any better alternatives ...
4
votes
2answers
517 views
4
votes
4answers
296 views
How to 'web enable' a legacy C++ application
I am working on a system that splits users by organization. Each user belongs to an organization. Each organization stores its data in its own database which resides on a database server machine. A db ...
3
votes
6answers
231 views
Will web development in c++ cgi really a huge performance gain?
I'm asking the question after reading this article
http://stevehanov.ca/blog/index.php?id=95
Also isn't it a penalty to use cgi instead of fastcgi ?
Update: why some people do pretend like in answer ...
3
votes
2answers
238 views
How do I create a WT project in MSVC?
if anyone has used WT successfully with MSVC (mine is 2005), could you please provide some details on how this can be done?
I have installed WT fine , then ran some examples. The problems begin when I ...
2
votes
3answers
203 views
Web framework API
I'm not a Web Developer, and I don't know a lot about the web application frameworks out there.
Recently, however, I got into Wt. It's a web framework written in C++ (that's why I got into it), but ...
1
vote
1answer
50 views
Inserting in a WStandardItemModel is too slow
I am working on a application built uppon WT.
We have a performance problem, as it must display a lot of data in a WTableView associated with a WStandardItemModel.
For each new item to be added in ...
1
vote
2answers
34 views
using a single WSocketNotifier for all WApplications in an WT app
I'm trying to build an application with WT which on one end must communicate with some other software through a socket, and on the other end notify every opened session (the WApplications).
The thing ...
1
vote
3answers
273 views
C++ Web-framework with cookie and SQL support
Good Evening,
I'm building a website which will will look something like this:
So probably a widget-centred web-framework would be best...
Which C++ web-framework supports cookies (for user-login ...
1
vote
1answer
329 views
why c++wt is not integrated with ExtJs 3.x ? and how is it possible to integrate it with that?
I just wondering why wt (the WebToolkit for c++) is not integrated with ExtJs 3.x whereas it is still using extJs 2.x.
and how is it possible to integrated it with the updated version of extjs I want ...
1
vote
1answer
62 views
Can someone help me figure out this class from documentation?
I have no experience with sockets and I need to implement a process that notifies a user interface of inputs from another process that takes his values from stdin.
This is the class' documentation, ...
1
vote
1answer
73 views
How to tell the controller what view to call?
I have a virtual function that is called handlePathChange() in my Controller class.
It checks the current URL and should dispatch the right view for it.
Here's the code I have so far:
void ...
1
vote
6answers
2k views
Web Application Frameworks: C++ vs Python
I am familiar with both Python and C++ as a programmer. I was thinking of writing my own simple web application and I wanted to know which language would be more appropriate for server-side web ...
1
vote
1answer
503 views
Reloading a FastCGI app
I'm using FastCGI to expose a C++ binary (written using the Wt framework) as a web app. However, after I have modified the app and recompiled it, in order for new sessions to see the changes (active ...
0
votes
1answer
75 views
Tutorial for Wt (c++ Web developement )
Can anyone tell me a good tutorial for Wt (c++ wedevelopement)?
I am new to wt. Is there any IDE for developing webapplication in WT, as in the case of qt such as Qt creator?
Can any one guide me ...
0
votes
2answers
72 views
Interacting with a web server using AJAX and c++/cli
I am writing a desktop program which I want to register on the first use through the web. on the registration it should get a message from the website of ok or not-ok.
I think that this interaction ...
0
votes
2answers
192 views
Issue compiling hello world on Wt
I try to compile a hello world like application using Wt but have problems to link
I use Qt creator and mingw32 as compiler
what am I doing wrong ? Any help will be appreciated
The process ...
0
votes
1answer
173 views
How to replace WT's main loop with an ACE_Reactor
We have a project with a core functionality implemented using ACE, and architectured around it's Reactor. We want to add a small web interface using Wt.
So the question is, is it possible to replace ...
0
votes
2answers
269 views
coupling - C++ web or GUI desktop apps
How to handle coupling in advanced C++ applications?
Can we use finished code for web application, written (for e.g.) with Witty, and make console application with it? ...or change it to desktop ...
0
votes
1answer
387 views
Host for Wt C++ web framework, deplowment issue
I was wondering if justhost.com would be good enough to host a Wt C++ website/app on. It does allow FTP and SSH access as http://richelbilderbeek.nl/CppWtDeployGlobalHosted.htm tells me a host should, ...
0
votes
1answer
214 views
porting a library to Android; beginner
I am a newbie in android development but having plans to become an active developer
I had a c++/Java library called Wt. I need to install this library on android.
http://www.webtoolkit.eu/wt
Do I ...
0
votes
1answer
371 views
How may I deploy a Wt application with the built-in web server?
I am new using Wt and I would like to know what I must do to get an example (let’s say Hello) working on a web server (Apache or free webhost for testing).
I know how to use the built-in web server ; ...
0
votes
2answers
2k views
How can I get cmake to find my boost installation
I have installed the most recent version of boost in /usr/local (with includes in /usr/local/include/boost and libraries in /usr/local/lib/boost) and I am now attempting to install Wt from source, but ...
0
votes
2answers
2k views
Strange error occured while using cmake
Does anyone knows what "The C compiler "cl" is not able to compile a simple test program." means?
I am trying to compile Wt using CMake on MSVC 9.
The OS is Windows XP.
Here is the full log:
...