Page 1 of 9

The Future!

Posted: Mon Aug 26, 2019 10:52 pm
by Roberto Lopez
Hi All,

Some weeks ago, we discussed here about the Harbour future.

Considering that WindowsAPI-based desktop apps development, is diminishing in favor other platforms (specially web-based technologies) this is a really important topic for us.

"mod_harbour" is a new, great alternative for those Harbour programmers considering developing for the web.

Moreover (as I've noted) it lacked of an easy-to-write GUI, to be 'inline' with the xBase spirit and then, succeed on the web, as xBase do it in the DOS-era.

Now, there is GREAT NEWS from Antonio Linares: A visual form designer for mod_harbour is in development!

https://harbour.fourtech.es/modharbour_ ... 0825071550

https://harbour.fourtech.es/modharbour_ ... visual.prg

This is the thread on Harbour users group:

https://groups.google.com/forum/#!topic ... 65YieWtJ9k

The future for Harbour developers has arrived!

Re: The Future!

Posted: Mon Aug 26, 2019 11:23 pm
by jairpinho
Roberto Lopez wrote: Mon Aug 26, 2019 10:52 pm Hi All,

Some weeks ago, we discussed here about the Harbour future.

Considering that WindowsAPI-based desktop apps development, is diminishing in favor other platforms (specially web-based technologies) this is a really important topic for us.

"mod_harbour" is a new, great alternative for those Harbour programmers considering developing for the web.

Moreover (as I've noted) it lacked of an easy-to-write GUI, to be 'inline' with the xBase spirit and then, succeed on the web, as xBase do it in the DOS-era.

Now, there is GREAT NEWS from Antonio Linares: A visual form designer for mod_harbour is in development!

https://harbour.fourtech.es/modharbour_ ... 0825071550

https://harbour.fourtech.es/modharbour_ ... visual.prg

This is the thread on Harbour users group:

https://groups.google.com/forum/#!topic ... 65YieWtJ9k

The future for Harbour developers has arrived!

Hello Roberto, I'm waiting for the source code of "IDE", and this is fantastic we will be able to create client / server web applications and still interact with our windows applications.

Re: The Future!

Posted: Tue Aug 27, 2019 11:13 am
by Anand
Very good news indeed.
Thanks a lot to Antonio and Roberto too.

Regards,

Anand

Re: The Future!

Posted: Tue Aug 27, 2019 3:39 pm
by serge_girard
For the time being I see no end in WindowsAPI-based desktop apps development (POS, hospitals, doctors, banking, insurances...)
Most secure way is still desktop apps, at least in Belgium.

Serge

Re: The Future!

Posted: Thu Aug 27, 2020 5:08 am
by Ismach
Estimados He decidido incursionar en mod_harbour, pero no conozco nada del mismo, lo que quiero saber es que debo instalar o cuales son los requisitos?, que debo instalar? IIS apache alguien me puede orientar?

Re: The Future!

Posted: Thu Aug 27, 2020 6:27 am
by bpd2000
Ismach wrote: Thu Aug 27, 2020 5:08 am Estimados He decidido incursionar en mod_harbour, pero no conozco nada del mismo, lo que quiero saber es que debo instalar o cuales son los requisitos?, que debo instalar? IIS apache alguien me puede orientar?
Visit link for more info
https://github.com/FiveTechSoft/mod_harbour
https://fivetechsoft.github.io/mod_harbour/

Quick setup
Download link for Apache
http://httpd.apache.org/download.cgi

copy mod_harbour.so into c:\Apache24\modules\

copy libharbour.dll into c:\Apache24\htdocs\

Add these into c:\Apache24\conf\httpd.conf

LoadModule harbour_module modules/mod_harbour.so

<FilesMatch "\.(prg|hrb)$">
SetHandler harbour
</FilesMatch>
Start c:\Apache24\bin\httpd.exe

For easy of testing, create a folder "c:\Apache24\htdocs\modharbour_samples" and copy all mod_harbour samples *.prg there

From your web browser go to: localhost/modharbour_samples
You have not mentioned your OS, however following link for Win-32
you will find installation info
https://github.com/FiveTechSoft/mod_har ... er/windows

Another development in progress is mod_harbour + fastCGI
mod_harbour + fastCGI offer the fastest mod_harbour performance

mod_harbour acts as a server, always running, interacting with fastCGI

requests per seconds reach values around 95 or even higher. You can test it this way from Windows:

c:\Apache24\bin\ab.exe -n 100 -c 20 localhost/modharbour_samples/test.prg
XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes.

Re: The Future!

Posted: Thu Aug 27, 2020 2:18 pm
by jorge.posadas
Excelente noticia es algo que estaba esperando desde hace tiempo

Felicidades de nuevo

Re: The Future!

Posted: Thu Aug 27, 2020 3:20 pm
by apais
Existe una versión alternativa a la de fivetech hecha por mi persona junto con Diego Fazio en
http://hmgforum.com/viewtopic.php?f=44&t=6580

Esta versión elimina los bugs de la version original y multiplica su velocidad por 20X
Además tenemos intención de soportarlos por un largo tiempo.

HTH
Angel Pais

Re: The Future!

Posted: Mon Aug 31, 2020 12:20 pm
by Ismach
Gracias amigos muchas gracias

Re: The Future!

Posted: Mon Aug 31, 2020 10:14 pm
by salamandra
apais wrote: Thu Aug 27, 2020 3:20 pm Existe una versión alternativa a la de fivetech hecha por mi persona junto con Diego Fazio en
http://hmgforum.com/viewtopic.php?f=44&t=6580

Esta versión elimina los bugs de la version original y multiplica su velocidad por 20X
Además tenemos intención de soportarlos por un largo tiempo.

HTH
Angel Pais
Hola Angel,
Hay algun paso-a-paso para comenzar con mod_harbour ??
Que es lo que me sugieres para comenzar ?



Saludos,

Salamandra, Brazil