I'm evaluating the possibility to write a web application using Delphi (ISAPI/CGI/...). I still cannot see enough reasons to use Delphi instead of a "classic" web development framework.
If you have experience in this specific area please share your remarks. Would you recommend Delphi instead of PHP/Rails/ASP/...? Do you know any web applications written in Delphi? (not web services)
The programmable functionality of the web application is delivered as a JavaScript file. You don’t have to write or even understand JavaScript – you just write Delphi code and the compiler converts that code into the JavaScript for you.
Delphi is focused primarily on developing native applications for Windows (Win32), however there are a couple of alternatives for creating web pages or web applications using Delphi. The IntraWeb components. extpascal (Ext JS wrapper for Object Pascal), check this link for some demos.
The programmable functionality of the web application is delivered as a JavaScript file. You don’t have to write or even understand JavaScript – you just write Delphi code and the compiler converts that code into the JavaScript for you. Web Core really highlights how easy and yet powerful the Delphi language is for writing programs.
So as you can see, Delphi is not dead, Delphi is algo great for web development. Show activity on this post. Delphi is focused primarily on developing native applications for Windows (Win32), however there are a couple of alternatives for creating web pages or web applications using Delphi.
If you use Delphi for web application, you will get these benefits:
but the disadvange:
BTW, Shareit has replaced their old web applicatoin that was based on PHP with newer one built with Delphi and Intraweb.
A reason could be that your model, business logic or data access layer is written in Delphi and you need to use that in your webapplication. Al tough, you could use your model, business logic or data access layer from other programming languages through things like dll calls, COM, REST or SOAP. Then this is not a reason to use Delphi to develop webapplications anymore.
Another reason could be that the developers are very good in Delphi and less good with the other languages.
Using a compiled language also gives you a performance benefit over interpreted languages like php, rails and asp.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With