vote up 5 vote down star
1

I am contemplating buying the upgrade to full Intraweb for Delphi 7 Professional. Please share your experience and whether you think it would be wise doing my web development with these components.

EDIT: It would really be great to have some more feedback on this - thanks in advance:

flag

4 Answers

vote up 6 vote down check

I have a web app built with IW tools that runs for months at a time without any need for restarts. It handles registration, login, downloads, logging, and has a MS SQL Server backend. It scales well for concurrent sessions, but IW components insulated me from writing the internals for that.

IW is a great set of tools, but there are a few non-intuitive challenges that crop up, and the priority support (that comes with the pro license) paid for itself many times over. Once I got my major application running, I admit that I've let my license lapse, because I can continue to maintain the software without the pro license - I can live with the last version for which I have a license.

An additional benefit is some of the excellent fourth party (?) tools that have been developed, e.g. the Arcana Elite suite, now open-source.

At some point, IW may add a killer feature, and I'll purchase again.

HTH.

link|flag
Thanks for your very helpful comment :) – mm2010 Nov 6 '08 at 13:35
vote up 3 vote down

Because I was looking for a way do build web-applications with Delphi, and was not content with IntraWeb and other options, I have started this project: xxm. It takes a radically different approach and mimics the combination of HTML and code like PHP and ASP uses, and auto-compilation behind the scenes.

I know, it's new, really basic, but it's built for speed, performance and small footprint. But I feel it could really use a few more Delphi-adepts that like to build websites with it.

link|flag
vote up 2 vote down

I have used Intraweb in 2 applications. Both are rock solid stable.

If you want to reuse existing delphi code, then Intraweb is a good solution. In my case, I took datamodules straight out of an existing desktop app and added them into the web app without any changes.

If you are looking to start a new web application from scratch though, you should also look at other technologies.

  • Prism + asp.net
  • C# or vb.net + asp.net
  • Python + Django/Turbogears or similar
  • Ruby + Rails

You may find these more suitable. Currently I am tossing up between python and asp.net for my next web app.

link|flag
vote up 1 vote down

I would ask for working website links. I have yet to see anything spectacular in IntraWeb. Also, the documentation is never up to date.

I believe the current wise choice is to investigate Oxygene, and for guaranteed longer term support, I'd suggest C#.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.