Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old June 13th, 2001, 08:37 AM
mak-uk's Avatar
mak-uk mak-uk is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: England
Posts: 18 mak-uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Post Comparison of 2 scripting languages to produce a 3 tier web application

Hi from England,

For a project for my university course I have decided to propose the following title:

"A comparions of two scripting languages to produce a three tier web application".

What I would like some help on is:

1. What two scripting languages do you think I should compare? I am interested in PHP and one other.

2. What things should I compare?

3. What kind of 3 tier (back-end, middleware scripting language, front end) web application should I produce. eg. a computer hardware store? A matrimonial site? etc..?

4. Any other things I should think about etc?

What I need to do is write a page elaborating on the title.

I would really apprecite any help/input you knowledgable guys and gals give me.

Thanks in advance.

Mak.

Reply With Quote
  #2  
Old June 14th, 2001, 02:48 AM
Miska's Avatar
Miska Miska is offline
Madden Maniac
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jun 2001
Location: Finland
Posts: 519 Miska User rank is Lance Corporal (50 - 100 Reputation Level)Miska User rank is Lance Corporal (50 - 100 Reputation Level)Miska User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 47 m 50 sec
Reputation Power: 8
Just my vision

1. PHP is excellent and the another... I'd have to go with Java.

2.You should compare how easy it is to create professional looking web pages (at least with my pages Java is better). Other thing you should compare is how can you create functionality for the pages. (PHP rules!)

3. I think you should create a site that has lot's of "real" functions. I create web applications which control industrial processes and that's fun... Just an idea: Web application that controls an automated process (for example car factory or whatever product)

This is all just my vision... I hope this helps you!

I had a similar course in university last fall and showing my web application got me this summer job.

Cheers from Finland!
Miska

e-mail me if you want to ask more about anything!

Reply With Quote
  #3  
Old June 14th, 2001, 04:07 AM
mak-uk's Avatar
mak-uk mak-uk is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: England
Posts: 18 mak-uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi and thanks for the ideas!

1. Okay, so PHP.. and when you mean Java.. do you mean JSP?

2. I think what the university is looking for here is an actual comparison of the languages, constructs etc. So what I need is more ideas on what I should compare between the languages themselves. (This is the *core* of the project).

3. The three-tier web application is not the *core* of the project but the output produced from the comparions of the two scripting languages.

Thanks for the help and I hope some other guys/gals can give me some input too!

Mak.

Reply With Quote
  #4  
Old June 14th, 2001, 06:20 AM
Miska's Avatar
Miska Miska is offline
Madden Maniac
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jun 2001
Location: Finland
Posts: 519 Miska User rank is Lance Corporal (50 - 100 Reputation Level)Miska User rank is Lance Corporal (50 - 100 Reputation Level)Miska User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 47 m 50 sec
Reputation Power: 8
Yes, now I understand...Didn't quite get it the first time.

1.Yep

2.Don't know but... loading times, browser compatibility ???

3.Computer Hardware store sounds fine, but include inventory and say sales reports ???

Reply With Quote
  #5  
Old June 14th, 2001, 06:43 AM
pabloj's Avatar
pabloj pabloj is offline
Modding: Oracle MsSQL Firebird
Dev Shed God 6th Plane (7500 - 7999 posts)
 
Join Date: Jun 2001
Location: Outside US
Posts: 7,707 pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level)pabloj User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 2 Months 2 Weeks 6 Days 2 h 38 m 50 sec
Reputation Power: 259
I think that, for a three tier app, you should consider java in all aspects (jsp, beans .....) because they play different roles (and here you can find excellent tutorials).
The challenger, in my opinion is MS with their .net architecture.
Honestly I don't see php a viable option for a real enterprise level multities app.
Good work!

Reply With Quote
  #6  
Old June 14th, 2001, 08:08 AM
mak-uk's Avatar
mak-uk mak-uk is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: England
Posts: 18 mak-uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi

Thanks for the comments, however, I don't think you understand.

The main emphasis of the project is to compare two scripting languages.. the end application does not matter too much.

For example, if I use PHP, then the back end will be MySql, the scripting PHP and the front-end is generated HTML (for example).

So what I need is a guideline on comparing the scripting languages themselves.. eg. language constructs, memory management, loops etc.

Thanks.

Mak.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Comparison of 2 scripting languages to produce a 3 tier web application


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway