Wt (pronounced as witty) is a C++ library for developing interactive web applications.
0
votes
1answer
24 views
Embedding Ventus in WT
Hello fellow programmers! My goal is to embed a Ventus window manager (http://www.rlamana.es/ventus/), repo here (https://github.com/rlamana/Ventus) in a WT page (http://www.webtoolkit.eu/wt) and get ...
0
votes
2answers
54 views
C++, error while linking. Building with scons
I try to run build example Wt project with scons, but for few hours I'm stuck.
When I compile it with command:
g++ -o hello hello.cc -I/usr/local/include -L/usr/local/lib
-lwthttp -lwt ...
1
vote
1answer
39 views
Can multiple WT application run on the same webpage?
so recently I asked a question to see if Can multiple WT applications run on same port? and the answer was a yes, (+1 to Jorge Núñez for that awesome answer). However, now I am trying to take his ...
0
votes
1answer
40 views
How to save all text from Ace editor in WT?
So I have embedded an Ace editor in a WT project and loaded a copy of the Ace.js file into it as a test to see how it looks. The load went fine, so now I tried to save it, and I noticed that my save ...
0
votes
1answer
31 views
Derived Class Constructor Syntax Wt
Hello fellow C++Programmers,
today I was tinkering around with the excellent Wt framework Wt - a C++ library for
developing web applications: http://www.webtoolkit.eu/wt.
Slowly but steadily I'm ...
0
votes
2answers
86 views
How to load XML in ACE?
UPDATE 1
Here is how I am currently loading text into my WT project.
wApp->require("ace.js");
//orignal XML, reads in incorrectly on one line
//std::string data = ReadFile("Q:\\settings.xml");
...
0
votes
1answer
28 views
Upload file using wt
I am new to WT, i am trying the upload file example .
The code works fine when i click the send button the file progress bar runs to 100% but i am not sure where it is uploaded ? can we define to ...
1
vote
1answer
83 views
Can multiple WT applications run on same port?
Update 1: I have recently found out that WT communicates using TCP (HTTP), if that helps anyone.
The title says it all, is it possible to run 2 different WT applications or projects on the same port? ...
1
vote
1answer
86 views
Using ACE with WT
UPDATE 3
Final working code below. YOU NEED THE ace.js FROM THE src FOLDER! It will not work from the libs, you need the pre-packaged version from their site.
WText *editor = new WText(root());
...
0
votes
1answer
34 views
WT widget not updating in boost thread
I have run into an interesting problem with WT, I have solved it, but I do not understand WHY my solution solved the problem. I've dug through WT documentation for the widgets and have come up empty ...
0
votes
0answers
199 views
WT versus CPPCMS [closed]
I need to choose a C++ web application framework and right now I'm doubtful about wt vs cppcms.
I feel more at home with cppcms (my experience says that too many automagical features end up being a ...
0
votes
1answer
67 views
Why does my edited WtWithQt example crash?
I am developing an application using Qt for main logic and Wt for user interface.
However I came to a problem I couldn't solve. I've applied it to the wtwithqt example.
I've only changed "passGreet" ...
0
votes
2answers
188 views
Wt Compilation Issues
I am beginning to learn how to write Wt applications, but I am receiving a compilation error which I do not understand how to fix. When compiling, I receive an error that says
g++ -lwthttp -lwt ...
0
votes
0answers
33 views
Authorizing users using QSql in Wt application
I am developing network management application which will provide web interface using WebToolkit (Wt).
Although I want to use Qt for all of the application logic and Wt only for the user interface.
...
5
votes
2answers
554 views
virtual memory exhausted: Cannot allocate memory
My compilation fails on ubuntu 12.10 with 300mb memory available (750mb total, 350mb to MySQL), 1.5ghz, I am trying to rework wt's basic hello world file into a simple ajax page. I'm pretty sure it's ...
1
vote
2answers
93 views
How to clean up memory in WT?
UPDATE 3/27/2013
It would appear that I am not leaking memory, it is just WT not keeping a persistent session every time F5 is hit, or a new user connects. Basically the old session gets deleted, and ...
0
votes
1answer
31 views
wt-3.2.3 library build error with boost-1_45_0
I am new to Wt..trying to install wt-3.2.3 library with boost_1_45_0. i followed boost installation guide for unix variants. However when I tried to build Wt library, getting following errors
[ 86%] ...
0
votes
1answer
149 views
Compiling wtwithqt example with QtCreator(qmake)
I am working on a network management application with Qt and I chose to use Wt for UI, because with it I will not have to deal with any of web parts (PHP, AJAX, HTML/CSS) and it'll be usable on all ...
0
votes
1answer
49 views
How to creat Wt project in Mac and Netbeans
I have successfully built and installed Wt on my Mac, now I need to build sample apps and run it. I am unable to locate required libs on my machine. In example doc it says to do following:
g++ -o ...
2
votes
2answers
181 views
Linked error on combining to Wt examples
I am using C++ webframework for my project.
I am trying to add authentication to gitmodel example.
I am getting the following errors:
../hangman/CMakeFiles/hangman.wt.dir/Session.o: In function ...
1
vote
1answer
187 views
access wt on amazon ec2 with elastic ip [closed]
I source-compiled the latest wt on a micro instance of ec2 with ubuntu running
when I lunch one of the examples:
1:23:15.~/progs/wt-3.2.3-rc1/examples/widgetgallery
...
2
votes
3answers
222 views
Recommendation for converting from Qt app to Web app
I currently have a Qt-based GUI application that simply provides a graphical dashboard (guages, graphs, and such) displaying real-time data provided by another application via a TCP connection. For ...
0
votes
1answer
104 views
cross-compile for amazon ec2 micro
I'm trying to install latest wt on amazon ec2 micro (free tier). it runs out of memory during the compilation.
How can I compile the wt on another system (i have i7 laptop with 8gb of ram)?
I was ...
0
votes
0answers
62 views
Build Wt using MinGW
Has somebody experience with building Wt by MinGW.
I have following error:
build console
I try add
SET(WT_NO_BOOST_RANDOM ON)
in CMakeLists file but result is same.
boost version: 1_51
What i’m ...
0
votes
1answer
139 views
How to pass a spooled file, uploaded from a file upload widget, to a C FILE *f pointer
I need to pass some text files, uploaded from a Wt file upload widget, as arguments to some C function for processing their data. Unless that I really can't find a proper way to open a file using the ...
1
vote
0answers
50 views
Why wt always uses post and doesn't use get method?
I was trying a Wt example with firebug and I see that Wt always uses POST method instead GET method. I would know if that is more efficient or if there are another way using GET instead POST.
0
votes
1answer
50 views
Keeping Class Info In Database
I have several classes (same base class) and only some users allowed to instantiate some. I need to keep allowed classes for a user in a database.
I definitely need some suggestions. Because I think, ...
1
vote
0answers
136 views
Integrate Wt into Qt Creator. How can I change the Qt UI designer parser to make Wt application?
I want to know if is possible to change the way how the Qt Ui Designers create the C++ code.
For example when I add a pushbutton to the Ui this is converted to
pushButton = new ...
0
votes
2answers
101 views
How to obtain user's choice in a radio buttons group box for further processing?
I just finished with my web application's GUI part, which relies heavily on groups of radio buttons to provide an option mechanism.
I am looking to collect user choices from radio button groups in ...
0
votes
1answer
279 views
Error on building a Wt project. Cannot open include file: 'boost/any.hpp'
Wt v. 3.2.2 and boost libraries v. 1.47 had succesfully installed in my computer and no errors occured in the installation process. Some simple Wt and Boost examples were compiled and ran correctly in ...
3
votes
1answer
128 views
Can i completely hide the “behind” c code in a web application by using Wt as my web framework?
I'm on the process of building a web GPS positioning application for surveying applications. Algorithms for data processing and position estimation will be taken from an open source C library for GPS ...
2
votes
1answer
111 views
Wt httpd for production server
It appears that there are two popular ways to run a Wt application: FastCGI with a server like Apache or their built in httpd. I am familiar with the former but not the latter.
Does anyone have any ...
0
votes
0answers
137 views
Wt dbo SQLite 3 outcomes segmentation fault during database update
Segmentation fault
"add" (adds new Wt::WInPlaceEdit); click text to show inplace form; change the value; "save" which inhibits save_edit( ); segmentation fault;
commenting out the state_.modify( ...
0
votes
1answer
125 views
error compiling hangman example in wt with ubuntu 11.10
>g++ -o hangman hangman.C -lwthttp -lwt -lboost_signals
/tmp/cc5puOIR.o: In function `createApplication(Wt::WEnvironment const&)':
hangman.C:(.text+0x19b): undefined reference to ...
4
votes
1answer
657 views
Building a Framework With Qt, and Wt, or NaCl?
I am contemplating designing a framework to allow for one C++ code base to become a desktop application and a web app for most major platforms (Mac OS, Windows, Linux, and possibly Android). I have ...
4
votes
1answer
145 views
Wt C++ - adding GET values to the URL
Am I able to add GET values to the URL in witty library, like: www.somewebsite.com?SomeSuperValue=12&other=something ?
1
vote
2answers
419 views
Wt with Qt, .pro settings
I am trying to get Wt working with Qt. I have installed 1.47 boost library, compiled Wt (3.2.1) under Windows using cmake 2.8.8. Tired simple hello world but doesn't compile, getting undefined ...
1
vote
4answers
407 views
Wt (C++) or Ruby on Rails, or Django (Python)? for a computer science student [closed]
I am a 2nd year computer science student and I am looking for advice. I have done JAVA and a little bit of C so far in school. In my own time I like to make small web applications because they can ...
0
votes
1answer
148 views
Issue with lat and long accuracy, depending on the places
I'm asking you because I struggled for a few days now ; I searched the Internet and stackoverflow and didn't find anything.
I need to place markers/circles/whatever quite precisely on a map.
However, ...
0
votes
2answers
322 views
Instaling Web Toolkit(WT) on Windows
I decided to use webtoolkit framework for one of my projects, but I have a hard time to make it work properly.
I was following this tutorial but failed few times trying it on Microsoft Visual ...
4
votes
3answers
2k views
Tutorial for Wt (c++ Web developement ) [closed]
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
659 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 ...
5
votes
6answers
812 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 ...
1
vote
1answer
130 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
556 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 ...
1
vote
2answers
79 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
4answers
831 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 ...
0
votes
1answer
254 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
429 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 ...
1
vote
1answer
904 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, ...
