3 Mar 2006 15:04
[Wt-interest] Using Wt in a diferent context
Hello, I am using a distributed software framework named XDAQ. This framework has created a wrapping of the cgicc through callbacks. When you want to create a new dynamic webpage you create a callback of type (OBJECT::*callback_)(Xgi:Input* in,Xgi:Output* out). Inside this callback you can use cgicc interface in this way: cgicc::Cgicc cgi(in); //use cgi *out << cgicc::html() << endl; //..and so on.. My question is: Is it posible to use Wt in this context? How can I do that? For example, can I acces to the input/output stream of the Fastcgi framework? Thank you very much. Regards, ______________________________ Marc Magrans de Abril Wisconsin University, Madison, USA http://triggersupervisor.cern.ch ______________________________
RSS Feed