DonationCoder.com Forum

Other Software => Developer's Corner => Topic started by: mouser on October 27, 2007, 06:00 PM

Title: Wapache: Free tool makes a standalone windows application from your web service
Post by: mouser on October 27, 2007, 06:00 PM
Wapache is a software that lets you to create desktop applications using web development technology. It combines a modified version of the Apache 2 HTTP server with an embedded Internet Explorer web browser. Requests to the "web server" are handled internally. Data does not travel through the networking layer, ensuring quick response and reliable operation. Wapache also lets you control various browser settings, such as window dimensions and Javascript availability, giving you a consistent runtime environment.

http://wapache.sourceforge.net/


[ You are not allowed to view attachments ]
 (http://wapache.sourceforge.net/)

See also a tutorial here: http://www.whenpenguinsattack.com/2007/10/25/how-to-turn-a-php-script-to-an-exefor-free/


from http://www.phpdeveloper.org
Title: Re: Wapache: Free tool makes a standalone windows application from your web service
Post by: Ehtyar on October 27, 2007, 06:47 PM
No offense, but yuk. Just get apache, bind it to 127.0.0.1, make all paths relative and use portable firefox (with IETab if you like). Never had a problem.

Ehtyar.
Title: Re: Wapache: Free tool makes a standalone windows application from your web service
Post by: mouser on October 27, 2007, 07:03 PM
I think the point here is to help you create a standalone application that you could give to a client or a worker, so that they can use your tool like a standalone application without being overwhelmed.
Title: Re: Wapache: Free tool makes a standalone windows application from your web serv
Post by: tinjaw on October 27, 2007, 07:13 PM
Now that looks interesting. My brain is already sorting through possible uses. Thanks Mouser.
Title: Re: Wapache: Free tool makes a standalone windows application from your web service
Post by: Deozaan on October 27, 2007, 07:30 PM
I think the point here is to help you create a standalone application that you could give to a client or a worker, so that they can use your tool like a standalone application without being overwhelmed.

I don't get it. What's this for? It's like a standalone, offline, Web 2.0 app?
Title: Re: Wapache: Free tool makes a standalone windows application from your web service
Post by: Ehtyar on October 27, 2007, 08:29 PM
I think the point here is to help you create a standalone application that you could give to a client or a worker, so that they can use your tool like a standalone application without being overwhelmed.
Not certain of the point of it myself, but i obviously misconstrued the point, so i apologize for that.

Ehtyar.