• 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

difference between enterprise web application and normal website

 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

can anyone please give me some suggestions on difference between enterprise web application and normal websiteƉ

for my understanding,

e-websiste has database, application server, contains dynamic web page.
normal web site only contains static page, and a normal server.

what are the other difference

thank you
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Enterprise applications are developed to meet the Enterprise needs/ Business requirements. Also at times they are developed to solve general requirement of the Netizens. These days- Static websites have become rare- only few people building their personalized web pages.

Actually Web Applications can be- Enterprise based or Non Enterprise. For example- Search Engines, Emails, Social Networking all these are Non enterprise based (there might be Enterprise flavors for these as well). Enterprise versions would be: Payroll System, HR Information Systems and so on.
 
jim li
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

mohamed sanaullah wrote:Enterprise applications are developed to meet the Enterprise needs/ Business requirements. Also at times they are developed to solve general requirement of the Netizens. These days- Static websites have become rare- only few people building their personalized web pages.

Actually Web Applications can be- Enterprise based or Non Enterprise. For example- Search Engines, Emails, Social Networking all these are Non enterprise based (there might be Enterprise flavors for these as well). Enterprise versions would be: Payroll System, HR Information Systems and so on.



thank you for the help
 
reply
    Bookmark Topic Watch Topic
  • New Topic