On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> >
> What about issue tracker. Its rather simple application, very small database
> and for me work slow.
> >
> >
> > > And what about transfer tons on JS to browser?
> > >
> >
> > Ah, morfik has a nice thing for this: you can preload forms
At 23:05 30/03/2009, you wrote:
I'll chime in, I did a haxe servlet server called hxServlet, it's
available on libs.haxe.org. I'm thinking of doing something similar for
distinction with a VM in a scripting language, but for something I have
to compile anyway i'm not convinced of the wi
Michael Van Canneyt pisze:
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
Michael Van Canneyt pisze:
I just want to make them in pascal and keep the codebase and know-how I
have
in my team.
As I. I want (i;ve done succesfully) reuse 90% of desktop code in
webbased.
But
I'll chime in, I did a haxe servlet server called hxServlet, it's
available on libs.haxe.org. I'm thinking of doing something similar for
fpc. First, hxServlet is like ruby on rails mongrel, indeed it uses the
http header parser from mongrel, however it uses haXe's neko vm as the
server, and it's
Adrian Veith pisze:
Dariusz Mazur schrieb:
Marco van de Voort pisze:
In our previous episode, Michael Van Canneyt said:
But maybe I dont understand your need.
You think about counterpart of LCL level, or computation wide
consist in event
(form.onclick, form.onedit) function in
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> Michael Van Canneyt pisze:
> >
> > > > I just want to make them in pascal and keep the codebase and know-how I
> > > > have
> > > > in my team.
> > > >
> > > >
> > > As I. I want (i;ve done succesfully) reuse 90% of desktop code in
> > > webb
Michael Van Canneyt pisze:
I just want to make them in pascal and keep the codebase and know-how I have
in my team.
As I. I want (i;ve done succesfully) reuse 90% of desktop code in webbased.
But you want to rewrite quite huge part to JS. Why? What for.
Because some of the (ra
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> Michael Van Canneyt pisze:
> > On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> >
> >
> > > Michael Van Canneyt pisze:
> > >
> > > > On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> > > >
> > > >
> > > >
> > > > > > I want to write my client-si
On Mon, 30 Mar 2009, Doug Chamberlin wrote:
> Michael Van Canneyt wrote:
> > What I want doesn't matter. Our clients want rich web 2.0 webapps.
> > I just want to make them in pascal and keep the codebase and know-how I have
> > in my team.
> >
> > If it was up to me, client/server would do th
Marco van de Voort pisze:
In our previous episode, Michael Van Canneyt said:
But maybe I dont understand your need.
You think about counterpart of LCL level, or computation wide consist in event
(form.onclick, form.onedit) function in Delphi ?
All events and almost any class I need sh
Michael Van Canneyt wrote:
What I want doesn't matter. Our clients want rich web 2.0 webapps.
I just want to make them in pascal and keep the codebase and know-how
I have in my team.
If it was up to me, client/server would do the job just fine. But I cannot
ask all parents of all pupils of al
Michael Van Canneyt pisze:
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
Michael Van Canneyt pisze:
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
I want to write my client-side GUI code in pascal. I have no wish to
learn
Javascript. All extensive computation (mostly queries and dat
Dariusz Mazur schrieb:
> Marco van de Voort pisze:
>> In our previous episode, Michael Van Canneyt said:
>>
But maybe I dont understand your need.
You think about counterpart of LCL level, or computation wide
consist in event
(form.onclick, form.onedit) function in Delphi ?
>
On Mon, 30 Mar 2009, Marco van de Voort wrote:
> In our previous episode, Michael Van Canneyt said:
> > > But maybe I dont understand your need.
> > > You think about counterpart of LCL level, or computation wide consist in
> > > event
> > > (form.onclick, form.onedit) function in Delphi ?
> >
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> Michael Van Canneyt pisze:
> > On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> >
> >
> > > >
> > > > I want to write my client-side GUI code in pascal. I have no wish to
> > > > learn
> > > > Javascript. All extensive computation (mostly queries and dat
In our previous episode, Michael Van Canneyt said:
> > But maybe I dont understand your need.
> > You think about counterpart of LCL level, or computation wide consist in
> > event
> > (form.onclick, form.onedit) function in Delphi ?
>
> All events and almost any class I need should be available
Bee pisze:
May I ask when do You need write ordinal code parallel on browser and server
side? What kind of computation? For me 99% of code should be on server. As
You write we have very fast (because compiled) application on server.
Fast is relative. You may have a very good and fast algor
Michael Van Canneyt pisze:
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
I want to write my client-side GUI code in pascal. I have no wish to learn
Javascript. All extensive computation (mostly queries and database stuff)
happens on the server, but the GUI must be programmed in Javascript becau
On Mon, 30 Mar 2009, Dariusz Mazur wrote:
> Michael Van Canneyt pisze:
> > On Sun, 29 Mar 2009, Dariusz Mazur wrote:
> >
> >
> > > > > Why does one need to translate from Pascal to Java ?
> > > > >
> > > > >
> > > > Not from pascal to Java, but to Javascript: The browsers only
Michael Van Canneyt pisze:
On Sun, 29 Mar 2009, Dariusz Mazur wrote:
Why does one need to translate from Pascal to Java ?
Not from pascal to Java, but to Javascript: The browsers only understand
javascript. Translating pascal to Javascript means you can write
browser-side cod
On Mon, 30 Mar 2009, Bee wrote:
> > I want to write my client-side GUI code in pascal. I have no wish to learn
> > Javascript.
>
> But, writing a pascal-to-js compiler obligates you to master JS as
> well. Otherwise, you won't be able to generate correct and optimized
> JS codes. If you can't k
> I want to write my client-side GUI code in pascal. I have no wish to learn
> Javascript.
But, writing a pascal-to-js compiler obligates you to master JS as
well. Otherwise, you won't be able to generate correct and optimized
JS codes. If you can't keep the motivation up, you'll end up writing
JS
On Sun, 29 Mar 2009, Dariusz Mazur wrote:
>
> > > Why does one need to translate from Pascal to Java ?
> > >
> >
> > Not from pascal to Java, but to Javascript: The browsers only understand
> > javascript. Translating pascal to Javascript means you can write
> > browser-side code in pasca
Most clients
would never care whether you put the code in server or in browser, the
just want to use your application with acceptable and reasonable
performance.
I do care because for security reasons I have switched off scripting at
all (with FireFox NoScript plugin). I ignore all web page
> May I ask when do You need write ordinal code parallel on browser and server
> side? What kind of computation? For me 99% of code should be on server. As
> You write we have very fast (because compiled) application on server.
Fast is relative. You may have a very good and fast algorithm on
serve
Why does one need to translate from Pascal to Java ?
Not from pascal to Java, but to Javascript: The browsers only understand
javascript. Translating pascal to Javascript means you can write browser-side
code in pascal, and then send it to the browser.
May I ask when do You need writ
On Sun, 29 Mar 2009, Bee wrote:
> > (in fact, I don't think Java is fit to create any application, but
> > that is another discussion, which is not on it's place here ;) )
>
> Hahahaha... unfortunately, there are more Java frameworks out there
> than Pascal which became very handy for anyone to
> (in fact, I don't think Java is fit to create any application, but
> that is another discussion, which is not on it's place here ;) )
Hahahaha... unfortunately, there are more Java frameworks out there
than Pascal which became very handy for anyone to build complex
applications. Performance and
> why is Java fit to create a web application and Pascal is not ?
Who did say (in this thread) that Pascal doesn't fit to create web
applications? I've been making tens of web application using Pascal.
Since first time I made my own CGI wrapper unit, then migrated to
Powtils because it has more us
On Sun, 29 Mar 2009, duilio foschi wrote:
> please excuse my ignorance, but I have a question I need to ask from long
> time:
>
> why is Java fit to create a web application and Pascal is not ?
There is no inherent reason why Java is fit to create a web-application
and pascal is not :-)
(i
please excuse my ignorance, but I have a question I need to ask from long
time:
why is Java fit to create a web application and Pascal is not ?
Why does one need to translate from Pascal to Java ?
Thank you
Duilio Foschi
___
fpc-pascal maillist -
> I have seen ExtPascal and looked at the ExtJS library which seemed
> interesting, but if I am right the license is not LGPL or something
> similar.
If you understand the parser code which generate the wrapper units,
you may able to enhance it to be able to parse other JS UI frameworks.
Qooxdoo s
> And this is why I need the pascal-to-javascript converter... :-)
Don't you have access to Morfik's JST technology? ;) Anyway, glad to
hear you interested to PasJS, you may get the source code from
Powtils' SVN (at googlecode). I hope you can continue the effort, or
better, join also with ExtPasc
Bee schrieb:
>> Using haxe for web applications is very effective, because you use the
>> same language for back-end and front-end. With pascal4neko you can use
>> your existing pascal code or use pascal for low level tasks.
>>
>
> Have you heard about ExtPascal? It wraps ExtJS library into P
On Sun, 29 Mar 2009, Bee wrote:
> > Using haxe for web applications is very effective, because you use the
> > same language for back-end and front-end. With pascal4neko you can use
> > your existing pascal code or use pascal for low level tasks.
>
> Have you heard about ExtPascal? It wraps Ext
> Using haxe for web applications is very effective, because you use the
> same language for back-end and front-end. With pascal4neko you can use
> your existing pascal code or use pascal for low level tasks.
Have you heard about ExtPascal? It wraps ExtJS library into Pascal
unit so you can use Ex
Eduardo Morras schrieb:
> I want to ask (and know) if i can use apache-tomcat to serve servlets
> developed with freepascal. If not, is there a similar server for fpc?
> Note that i want/need servlet like in java and other languages, not a
> propetary format or cgi or anyother.
>
>
Maybe you want
al] Servlet server for Fpc apps
> To: "FPC-Pascal users discussions"
> Date: Friday, March 27, 2009, 7:37 PM
> At 22:00 27/03/2009, you wrote:
>
> > Eduardo, the short answer is no, it wouldn't work.
> Tomcat doesn't understand binary files, it only &q
At 22:00 27/03/2009, you wrote:
Eduardo, the short answer is no, it wouldn't
work. Tomcat doesn't understand binary files, it
only "executes" Java classes. Your options are:
1) CGI. 2) Apache Modules. 3) Your own web server.
I will opt for the 3rd. then. All in pascal of course and free...
duardo Morras wrote:
> From: Eduardo Morras
> Subject: [fpc-pascal] Servlet server for Fpc apps
> To: fpc-pascal@lists.freepascal.org
> Date: Friday, March 27, 2009, 5:38 PM
> Hello:
>
> I want to ask (and know) if i can use apache-tomcat to
> serve servlets developed with fre
Hello:
I want to ask (and know) if i can use apache-tomcat to serve servlets
developed with freepascal. If not, is there a similar server for fpc?
Note that i want/need servlet like in java and other languages, not a
propetary format or cgi or anyother.
P.S. Yes, i have googled but for servl
41 matches
Mail list logo