• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

servlets or php..urgent

 
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi buddies..
i know i m going bit far from what this forum intends me to do...but i m stuck on this...unable to decide which tech. to use for my next project...
can anyone point me the diff. between PHP & my dearest Servlets..(i wud like to continue using Servlets )...
pls..this is urgent
tia
malhar
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But you have not described the project or why PHP might be a good solution for it! How can we advise you?
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd say that if your website is intented to be small, you can use PHP. The problem is that when your website starts to grow and you need to add more functionality to it, you end up having the html page full of php code, and this is very hard to maintain.
I'd go for jsp + servlets + javabeans (Model II or Model View Controler). You achieve the separation of presentation logic and application, and the maintainability is much simpler than using php. If you develop your pages well, you'll have minimum of java code in your .jsp files.
It depends of what you want as well... we need more info.
That's my opinion
cheers
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic