[fpc-pascal] Creating FPC enabled websites

Dariusz Mazur darekm at emadar.com
Wed Mar 4 14:47:18 CET 2009


Michael Van Canneyt pisze:
> On Wed, 4 Mar 2009, Dariusz Mazur wrote:
>
>   
>>> I've heard all this before since 10 years, and it is only true for small
>>> applets used by a broad public.
>>>
>>> For large applications (1500+ windows) that stay open virtually all day
>>> and are used by a specialized public, the benefits of web-based are zero,
>>> and are even contraproductive. 
>>>       
>> I've made this size of application. And now develop it for desktop and
>> webbase. Whole application is made only one and compile to both destination by
>> FPC.
>> Both version can work together on the same database. And web-base work quite
>> fast. Much of response is done <100ms on short distance (in the same LAN).
>> Long is 200ms worse.
>> Small part on http://emadar.eu:8001 but its only Polish.
>>
>> this is animation how it work:
>> http://www.emadar.com/fpc/fakturowaniemobile.gif
>>
>> I will publish source as open source. I've prepare demo of our framework, but
>> till now any dos is absent.
>> If anybody interested I send links.
>>     
>
> Yes, please do. I'm always interested in learning.
>
>   
http://www.emadar.com/fpc/xwebdemo.zip

Its contain CSS, majn JS script, framework , embedded server HTTP and 
demo with one form.
It imitate near whole basic API of VCL with tForm, tEdit, tButton and 
(more important) form navigation, modal form, keyboard and mouse events 
handling, message queue for Wndproc and so on.  Application work in own 
thread,  whole time the same apart of communication with browser.That is 
very similar environment for  running application, as on win desktop.



As I write, its only source without manual and comment.
It was prepare to Polish audience.
But fell free to ask, i try to explain how it use.


-- 
  Darek


--
www.invoicer.pl Darmowy program do fakturowania on-line




More information about the fpc-pascal mailing list