Oracle Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesOracle Development

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:
Speeding Shipping, Improving Compliance – Read the ScanCode Systems Case Study
  #1  
Old September 25th, 2003, 09:09 AM
Zambian4eva Zambian4eva is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 33 Zambian4eva User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Web Application Developement With Oracle

I have designed a web application that has the basic functions of an e-commerce shopping cart site. I have been using the combination of php, and mysql.
However over time I have noticed shortcomings and would like to now migrate to oracle for future sites as my database. PHP is a great language, but I am wondering what Language would be EASIEST to migrate to and works BEST with oracle. Obviously this is all opinion best but any input would be great.
__________________
MSP

Reply With Quote
  #2  
Old September 25th, 2003, 03:56 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Well, oracle is really pushing java right now, so that might make sense to you. You should be able to stick with php and have no problems, though.

Reply With Quote
  #3  
Old September 26th, 2003, 07:14 AM
Jimdogee Jimdogee is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Brick City, NJ, USA
Posts: 11 Jimdogee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Jimdogee Send a message via Yahoo to Jimdogee
Yeah. you should really stick to PHP, unless you really want to learn and use java, (easier to go from C++ to Java if you know C).

MSSQLServer ------> ASP
MSAccess ------>ASP,C++
MySQL ------>PHP,Perl,Python
Oracle ------>Java.PHP,Perl

Reply With Quote
  #4  
Old September 26th, 2003, 08:21 AM
Zambian4eva Zambian4eva is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 33 Zambian4eva User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
I know c++ and PHP is similar to c++, I would like to learn Java, My main concern with PHP is it seems to be slower on NT machines and that is what our Webserver/App server will be. Java just seems to be a faster application as well as a more robust language.

That is my only fear, running into bottlenecks. Because our current php sites run really slow in performance, granted some of it has to do with the coding of the last programmer, but it is slower.

Java or PHP????? ------->>Oracle

Reply With Quote
  #5  
Old September 27th, 2003, 03:02 AM
Jimdogee Jimdogee is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Brick City, NJ, USA
Posts: 11 Jimdogee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Jimdogee Send a message via Yahoo to Jimdogee
Well b/c you are using WinNT, and you plan to use OracleDB on Win NT, you might want to learn Java and use JSP(Java Server Pages) <like ASP to VB> with the Orackle database. And you should learn some Oracle PL/SQL and you should know that you can embed Java Programs <no UI> inside the Oracle DB.

Reply With Quote
  #6  
Old September 27th, 2003, 12:26 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
How fast are you needing a finished product? Java is great, but it's got a pretty steap hump to get over before you're really productive. If you're in a hurry, stick with what you know. Otherwise Java is a good choice.

Reply With Quote
  #7  
Old September 29th, 2003, 07:44 AM
Zambian4eva Zambian4eva is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 33 Zambian4eva User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
I already know PL/SQL to a certain point where I am effecient enough with it.

Bricker42,
3-3.5 Months to develope the Database and Web App. Now that you know my skills and time frame, should I stick with PHP or move to Java and JSP??

Reply With Quote
  #8  
Old September 29th, 2003, 12:24 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Well, I'd say go with Java if:

1) You're comfortable learning new languages and feel you can pick it up easily.

2) You've done similar projects in languages you're more familiar with.

If it takes you a lot of effort to learn new language or if you've never implemented an ecommerce shopping cart system before, I'd recommend you stick with what you already know and just dable a bit with Java on the side until you're more comfortable with it.

Otherwise I'd say go for it in Java. 3 months should be plenty .

Reply With Quote
  #9  
Old September 29th, 2003, 01:03 PM
Zambian4eva Zambian4eva is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 33 Zambian4eva User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Thanks,
I do believe i'll begin learning Java. It seems to me that the performance will just be that much better, plus it is not as advanced as a shopping cart, but has the basics of it.
I really appreciate the input.

Reply With Quote
  #10  
Old September 29th, 2003, 03:04 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Good luck . We have a decent Java forum here if you need help along the way.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesOracle Development > Web Application Developement With Oracle


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

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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





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