Board index » delphi » Web Development Question

Web Development Question


2006-09-23 03:59:07 AM
delphi77
Has anyone built any web application using Borland Development Studio
2006 professional? If so, did you use Delphi? Are there any good
tutorials available?
Thanks in advance.
PM
 
 

Re:Web Development Question

PM writes:
Quote
Has anyone built any web application using Borland Development Studio
2006 professional?
While I didn't build it from the ground up, I maintain and provide
enhancements to CodeCentral, and that is all done in BDS (Architect
though, but many of the features used apply to Pro too).
That being said, as part of this role I have created a couple of web
services and other minor web apps.
Quote
If so, did you use Delphi?
Yes.
Quote
Are there any good
tutorials available?
I'd check out Dr Bob's site as a starting point.
www.drbob42.com/asp.net/index.htm
--
Cheers,
David Clegg
XXXX@XXXXX.COM
cc.borland.com/Author.aspx
QualityCentral. The best way to bug Borland about bugs.
qc.borland.com
"Wait a minute... I am in no condition to drive... hmm... Hey, I'm
drunk! I shouldn't listen to myself !" - Homer Simpson
 

Re:Web Development Question

Quote
Has anyone built any web application using Borland Development Studio
2006 professional? If so, did you use Delphi? Are there any good
tutorials available?

I just started to build one using ASP.NET and BDS2006, not many tutorials
depending on what's your target server or client application.
 

Re:Web Development Question

Hi PM,
Quote
Has anyone built any web application using Borland Development Studio
2006 professional? If so, did you use Delphi? Are there any good
tutorials available?
I've written web applications using BDS 2006 and ASP.NET. The only
Enterprise feature I used were DB Web controls, but these could have
been replaced by regular ASP.NET controls.
As one public example, take a look at www.eBob42.com/courseware
(currently offline since the web server is being rebooted) which is
written in ASP.NET and Delphi 2006. The courseware details page is the
one using DB Web controls, but all others are just normal ASP.NET
controls that could have been made with BDS 2006 Professional (or Turbo
Delphi for .NET).
As for tutorials: the above application sells my courseware
applications, including Delphi 2006 Advanced ASP.NET Web Development
which describes this very application in detail (from scratch to
deployment and extensions using AJAX).
For some shorter (and free) articles using Delphi 2006 and ASP.NET, see
www.drbob42.com/examines and look for the ASP.NET articles
Quote
PM
Groetjes,
Bob Swart
--
Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi
Blog: www.drbob42.com/blog - RSS: drbob42.com/weblog.xml
New Delphi 2006 Courseware e-books at www.eBob42.com/courseware
 

Re:Web Development Question

"PM" writes:
Quote

Has anyone built any web application using Borland Development Studio 2006
professional? If so, did you use Delphi? Are there any good tutorials
available?
RealThinClient SDK components were used to build the RTC Forum,
which is a web application we've been using for RTC customer support.
RTC Forum was written in Delphi and compiles with BDS 2006 Pro:
www.realthinclient.com/forum
(can be compiled as a stand-alone Server, or as an ISAPI extension)
Best Regards,
Danijel Tkalcec, Team RTC
www.realthinclient.com
 

Re:Web Development Question

I wrote an Asp.NET application with Delphi 2005 and BDS 2006. I used
Pascal. I simply googled everything I didn't know. It just occurred
to me that I didn't use any tutorials. Although I think when I was
looking for a job in 2004, I read some ASP and C# books, which helped.
I read, Mastering ASP.NET with C# - Sybex, etc. At the time, since I
wasn't programming ASP.NET a lot of it didn't make sense. However,
when you have a project that needs to get done with ASP, you tend to
just jump right in and learn as you go along.
I knew a little about ADO programming, but for DotNet it is a different,
and that was one of the difficult aspect of ASP.NET: ADo.Net. But
once you get that, you're almost there. The hardest thing to realize
in web programming is the postback nature of web apps: it is all about
posting pages to the clients, and submitting requests from the clients
back to the server. One other thing that will help is a to learn
Javascript.
PM writes:
Quote


Has anyone built any web application using Borland Development Studio
2006 professional? If so, did you use Delphi? Are there any good
tutorials available?

Thanks in advance.

PM
--
 

Re:Web Development Question

PM writes:
Quote


Has anyone built any web application using Borland Development Studio
2006 professional? If so, did you use Delphi? Are there any good
tutorials available?
This interests me as well. As one who has written all kinds of w32
stuff, I'd like to start playing/learning web apps. Problem is,
dont know what is needed to get started.
So how does one start in the world of web development as a complete
newbie. Seems wierd being called a newbie after so many years of w32
development. Any pointers for someone walking in cold? Where to start?
--
 

Re:Web Development Question

Bob writes:
Quote
So how does one start in the world of web development as a complete
newbie. Seems wierd being called a newbie after so many years of w32
development. Any pointers for someone walking in cold? Where to start?
Start by building a simple page, then create one going a little further,
then a little further.
I suggest you try 3 resources:
1) Delphi for .NET Developers Guide
2) delphi.about.com/od/aspnet/
3) The Eco book. you will learn and do some asp.net. tinyurl.com/mrdg9
 

Re:Web Development Question

Hi,
wie use delphi (ISAPI + IBX + Firebird) to develop our own web-CMS that
drives more than 40 Webpages:
Mainsite:
www.ulmer.de
cms.ulmer.de
at the time wie don't use ASP / .NET in live application... but we like
to use it in the future...
with best regards
Nils Bödeker
Quote


Has anyone built any web application using Borland Development Studio
2006 professional? If so, did you use Delphi? Are there any good
tutorials available?

Thanks in advance.

PM

 

Re:Web Development Question

Hi Bob,
Quote
So how does one start in the world of web development as a complete
newbie. Seems wierd being called a newbie after so many years of w32
development. Any pointers for someone walking in cold? Where to start?
You can start with some of the following articles:
Delphi 8 for .NET and ASP.NET Web Forms
www.drbob42.com/examines/examin52.htm
Borland Delphi 2005 and ASP.NET Enhancements
bdn.borland.com/article/0,1410,33279,00.html
Deployment of Borland Data Provider (BDP) Applications
www.drbob42.com/examines/examin66.htm
ECO and ASP.NET (Weblog)
www.drbob42.com/examines/examin68.htm
AJAX with ASP.NET and ECO
www.drbob42.com/examines/examin78.htm
Example applications written with Delphi for .NET and ASP.NET are:
www.bobswart.nl/blog/ (ECO III Powered ASP.NET weblog)
www.eBob42.com/courseware (courseware selling application)
www.ukbug.co.uk/topics/Topics.aspx (UK DG Topics database)
If you need more, then perhaps one of my ASP.NET PDF manuals could help...
Groetjes,
Bob Swart
--
Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi
Blog: www.drbob42.com/blog - RSS: drbob42.com/weblog.xml
New Delphi 2006 Courseware e-books at www.eBob42.com/courseware
 

Re:Web Development Question

If it is a web application why not look at Intraweb bundled with
BDS2006. You will need the Architect version to deploy as a dll.
I use it all the time professionally at work.
--
 

Re:Web Development Question

Nils,
Thank you..
Do you have a tutorial on how you combined ISAPI + IBX + Firebird to
create your site?
Thanks,
PM
Nils Boedeker writes:
Quote
Hi,

wie use delphi (ISAPI + IBX + Firebird) to develop our own web-CMS that
drives more than 40 Webpages:

Mainsite:
www.ulmer.de
cms.ulmer.de

at the time wie don't use ASP / .NET in live application... but we like
to use it in the future...

with best regards

Nils Bödeker


>
>
>Has anyone built any web application using Borland Development Studio
>2006 professional? If so, did you use Delphi? Are there any good
>tutorials available?
>
>Thanks in advance.
>
>PM
>
 

Re:Web Development Question

Bob,
Thank you for your assistance, I am looking at a few of the examples you
provided. I am a newbie to Web development. All of my programming has
been DB related over the past 10 years.
Thanks,
PM
Bob Swart writes:
Quote
Hi Bob,

>So how does one start in the world of web development as a complete
>newbie. Seems wierd being called a newbie after so many years of w32
>development. Any pointers for someone walking in cold? Where to start?


You can start with some of the following articles:

Delphi 8 for .NET and ASP.NET Web Forms
www.drbob42.com/examines/examin52.htm

Borland Delphi 2005 and ASP.NET Enhancements
bdn.borland.com/article/0,1410,33279,00.html

Deployment of Borland Data Provider (BDP) Applications
www.drbob42.com/examines/examin66.htm

ECO and ASP.NET (Weblog)
www.drbob42.com/examines/examin68.htm

AJAX with ASP.NET and ECO
www.drbob42.com/examines/examin78.htm

Example applications written with Delphi for .NET and ASP.NET are:

www.bobswart.nl/blog/ (ECO III Powered ASP.NET weblog)
www.eBob42.com/courseware (courseware selling application)
www.ukbug.co.uk/topics/Topics.aspx (UK DG Topics database)

If you need more, then perhaps one of my ASP.NET PDF manuals could help...

Groetjes,
Bob Swart

 

Re:Web Development Question

PM writes:
Quote
Has anyone built any web application using Borland Development Studio
2006 professional?
Yep, a number of them.
Quote
If so, did you use Delphi?
All the way :-)
Quote
Are there any good
tutorials available?
There are, Dr Bob's are good, mind you I got most of the stuff I needed
via Google (which sometiems brought me back to Dr Bob!)
--
Robin.