Isn't that the idea behind IntraWeb?
Has anyone had any experience with it? I looked at version 3.0 briefly,
because I had a copy of it, and decided it could only handle simple web form
controls. ie not menus or tree controls. But it might be a lot more
sophisticated now. Any comments?
On the other hand, has anyone successfully done something similar with
PHP4Delphi and Prado? It looks like Prado has some nice controls, but I'm
haven't looked into it enough to see whether those controls always calls
back to the server for dynamic effects (like dropping down a menu) or
whether some client side (javascript?) code is being generated on the fly.
Can anyone enlighten me?
Todd.
----- Original Message -----
From: "Phil Middlemiss" <[EMAIL PROTECTED]>
To: "NZ Borland Developers Group - Delphi List" <[email protected]>
Sent: Friday, August 11, 2006 11:39 AM
Subject: Re: [DUG] AJAX libraries for Delphi
I've thought about it but just can't bring myself to use something that
generates the final code. I suppose it's similar to using Delphi instead
of programming in assembler, but with more layers. I should give it a go
but somehow it just feels wrong :-) .
Phil.
John Bird wrote:
Recommendations??
Eg anyone use Google Web Toolkit?
http://code.google.com./webtoolkit/
Guff:
"Google Web Toolkit (GWT) is a Java software development framework that
makes writing AJAX applications like Google Maps and Gmail easy for
developers who don't speak browser quirks as a second language. Writing
dynamic web applications today is a tedious and error-prone process; you
spend 90% of your time working around subtle incompatibilities between
web
browsers and platforms, and JavaScript's lack of modularity makes
sharing,
testing, and reusing AJAX components difficult and fragile.
GWT lets you avoid many of these headaches while offering your users the
same dynamic, standards-compliant experience. You write your front end in
the Java programming language, and the GWT compiler converts your Java
classes to browser-compliant JavaScript and HTML."
John
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
Behalf Of Richard Vowles
Sent: Friday, 11 August 2006 10:39 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] AJAX libraries for Delphi
Aren't you using a library? Under Java I use DWR - which deals with all
the
issues surrounding IE/Firefox incompatibilities.
Are there any around that people are using for Delphi? Typically they
create
you Javascript classes to call from your Delphi source code. So you just
create the object (with a mapper file on your web server) and call the
method and the infrastructure takes care of all the rest.
I implemented a file upload using AJAX that _accurately_ tells you how
far
through the upload you are using AJAX (it asks the server how much of the
file you have uploaded). It really makes uploading via HTTP fantastic!
Richard
---
Richard Vowles, Product Evangelist, Developer Tools Group
email: [EMAIL PROTECTED]
phone: +64-9-3600-231
cell: +64-21-467747
other: MSN [EMAIL PROTECTED], skype: rvowles
blog: http://www.usergroup.org.nz/blogs/selectBlog.html?id=39769
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Phil Middlemiss
Sent: Friday, 11 August 2006 10:15 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Turbo Delphi
Agreed. IE is consistently the biggest factor in the time it takes me to
make a web app.
In fact I'm struggling right now with an IE problem that should work fine
(using xmlHttpRequest) but doesn't (works fine in Firefox etc).
*sigh*
Phil.
_______________________________________________
Delphi mailing list
[email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
__________ NOD32 1.1461 (20060329) Information __________
This message was checked by NOD32 antivirus system. http://www.eset.com
_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi
--------------------------------------------------------------------------------
_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi
--------------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.8/414 - Release Date: 9/08/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.8/414 - Release Date: 9/08/2006
_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi