Web Hosting Talk







View Full Version : C++ integration with website


WannaB_Geek
08-11-2004, 08:31 PM
Is there a way to integrate C++ into an HTML/XML page in a way similar to ASP, PHP, JSP, etc?
Also, is it possible to create tag libraries (similar to JSP) in C++ or write the classes for a JSP tag library in native C++?
If so (both questions), how?

Thanks.

ferox
08-12-2004, 02:08 PM
For the first part:

'No' at the first instance but if you want to do a part of the work on the server side using C++ you have several options,
-> Use C++ CGI scripts to generate web pages
-> [WINDOWS] Use dynamic link libraries created with C++ from PHP or ASP.Net.

overulehost
08-13-2004, 01:01 AM
i thought there is,

you could use cgi gateway to do that...
am i wrong?

robertson
08-13-2004, 01:31 AM
its very much possible to C++ processing power to your webpage....you can also use Rogue Wave Software's Lightweight Enterprise Integration Framework to to integrate C++ applications with .NET and J2EE...

Check out this link

http://itresearch.forbes.com/detail/RES/1051627387_203.html

Kindest regards
Krishnendu

overulehost
08-13-2004, 01:40 AM
sounds like a good idea :)

ferox
08-13-2004, 06:39 PM
The link describes a Web Service framework. I thought you were talking about the integration of C++ the same way as PHP or ASP in the web pages.
You can also develop XML web services using SOAP based or .Net technologies.

pingles
08-13-2004, 06:50 PM
On Windows you can also use the new ATL Server technology, it attempts to bridge the performance of native, C++ development with templated files.