BOA for harbour ?

Post Reply
User avatar
Jimmy
Posts: 1750
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times
Been thanked: 1 time

BOA for harbour ?

Post by Jimmy »

hi

in Xbase++ and Express++ Forum they talk about BOA ( Build Online Applications )
https://boa-platform.com/

did someone use it under harbour :?:
greeting,
Jimmy
User avatar
Antonio Linares
Site Admin
Posts: 42809
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 122 times
Been thanked: 117 times
Contact:

Re: BOA for harbour ?

Post by Antonio Linares »

It seems as they don't provide a demo version. You can test a built demo but you can't build yours.

Also, after testing the online demo, I would say it is quite slow...

Harbour solutions as mod_harbour or the new HbWeb library in development, are much much faster :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Jimmy
Posts: 1750
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times
Been thanked: 1 time

Re: BOA for harbour ?

Post by Jimmy »

hi Antonio,
Antonio Linares wrote:Harbour solutions as mod_harbour or the new HbWeb library in development, are much much faster :-)

not sure ... but i "think" it is a Xbase++ Demo ... :wink:

was is HbWeb library :?:
greeting,
Jimmy
User avatar
Antonio Linares
Site Admin
Posts: 42809
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 122 times
Been thanked: 117 times
Contact:

Re: BOA for harbour ?

Post by Antonio Linares »

Jimmy,

> was is HbWeb library

A new library for Harbour that provides a light weight web server to be used from your Harbour apps :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: BOA for harbour ?

Post by rhlawek »

Antonio,

How will HbWeb differ from the hbhttpd already in the harbour contrib folder? (I already use this extensively, though I rewrote portions of it for my own purpose.)

Robb
User avatar
Antonio Linares
Site Admin
Posts: 42809
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 122 times
Been thanked: 117 times
Contact:

Re: BOA for harbour ?

Post by Antonio Linares »

Robb,

HbWeb is a light weight web server specially coded to allow you build web apps in a new and very nice way :-)

The idea is to implement the FiveWin easy of use syntax for the web, without having to install Apache, mod_harbour, etc

The purpose is to bring more Harbour users to the web apps development, simpler and easier
regards, saludos

Antonio Linares
www.fivetechsoft.com
hmpaquito
Posts: 1482
Joined: Thu Oct 30, 2008 2:37 pm

Re: BOA for harbour ?

Post by hmpaquito »

Magnífica noticia Antonio
HbWeb nos volverá a posicionar en la cima de la productividad, tal como ya lo hizo FW
Felicidades !
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: BOA for harbour ?

Post by rhlawek »

Thanks Antonio. This is exactly how I use the hbhttpd contribution, for my purpose I've long had no need to use apache, just this contrib. Nearly 100% of the time all I implement is a REST interface in front of the various queries my apps need, then just do the REST calls from my FWH apps. I'll be interested to see what you do with this new implementation.
User avatar
TimStone
Posts: 2967
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 5 times
Contact:

Re: BOA for harbour ?

Post by TimStone »

So if I understand, this is "in development" and is NOT available now for testing purposes ?

How large an application would it support ?
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
Antonio Linares
Site Admin
Posts: 42809
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 122 times
Been thanked: 117 times
Contact:

Re: BOA for harbour ?

Post by Antonio Linares »

Dear Tim,

Yes, it is on development, the web server is working nicely and now we are focusing on providing the Harbour users a very easy way to use it.

There is no restrictions on the app size where you may want to use it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply