The right web development platform

Table of Content

Choosing the right web development platform can be a dashing undertaking. One of the most of import determinations to do is to take the platform or scheduling linguistic communication. As is the instance with all engineering, it will necessarily alter as will the platforms and package. Whichever the pick, it must be able to germinate with an organisation. There are many options to take from when make up one’s minding on database driven solutions that can be used to make dynamic web sites. PHP, ASP.NET and Java are three of these solutions. Each engineering hasadvantages and disadvantages every bit good as issues that need to be considered when choosing platform.

In today ‘s concern environment, inactive web pages are a thing of the yesteryear. Inactive web pages may be easy to setup but take clip and attempt to keep and update.. With database driven, dynamic web content can alter through user interaction, the pages are normally easier to keep, and design elements are separated from contents. When sing the platform and linguistic communication to utilize for a web undertaking, one has many factors to see and take into history. Some of these factors include public presentation, security, available models and libraries, complexness, scalability and hardiness. This paper will sketch these three technolgies and urge a solution for a little to mid-sized organisations seeking to deploy a dynamic, database driven web site.

This essay could be plagiarized. Get your custom essay
“Dirty Pretty Things” Acts of Desperation: The State of Being Desperate
128 writers

ready to help you now

Get original paper

Without paying upfront

PHP:

Personal Home page Tools was originally created in 1994 by Rasmus Lerdof. It was a set of Common Gateway Interface ( CGI ) double stars written in C to replace PERL books used to keep Lerdof ‘s online sketch and track the figure of visitants to his web site. In 1997, two Isreali developers rewrote the parser and the footing for PHP: Hypertext Preprocessor ( PHP ) was created. Today PHP is the most widely used web waiter extension linguistic communication and is used on both big and little web sites.

PHP is an unfastened beginning, server-side scripting and scheduling linguistic communication for making dynamic and synergistic web sites there a few alone PHP particulars used to make this linguistic communication but much of its sentence structure is borrowed from C, Java and Perl. PHP allows web developers to compose dynamically generated web pages quickly and expeditiously. What distinguishes PHP from client-side linguistic communications such as JavaScript is that the codification is executed on the waiter. Since PHP is executed by the waiter, the waiter must hold PHP installed. The dynamic characteristics of PHP are enabled without attempt by the user. The waiter parses the codification, executes it, and so sends formatted HTML to the user ‘s computing machine. The web client will have the consequences the book, with no manner of finding what the implicit in codification may be. Web waiters can be configured to treat all HTML files with PHP ; the browser will merely see the codification it understands.

PHP was designed to be an HTML embeddable linguistic communication. PHP is implemented by composing or infixing books within HTML pages. The PHP books are separated from the regular codification by identifiers, and a file incorporating PHP is distinguished from regular HTML by the file extension. The extension identifies the files to the waiter, triping the waiter to take action on the file before directing it to the end-user ‘s computing machine. Since PHP is a scripting linguistic communication, it means it is non required to be compiled to be used unlike Java and ASP.NET. This is the ground it can be embedded into HTML and executed.

There are legion advantages to utilizing PHP as a development platform one of the major advantages to utilizing PHP is that web applications can be developed really quickly. PHP was designed to be really Rapid Web-Application Development tool. A web application undertaking that may take months to code in C++ , can be developed in yearss utilizing PHP. Another advantage is that applications are really stable and do non depend on the browser engineerings. When utilizing PHP the browser does non cognize that the HTML page is generated by PHP. Other advantages to PHP include PHP ‘s first-class database connectivity to all SQL database waiters, partial support for object-oriented scheduling characteristics, and PHP public presentation can be optimized with the usage of third-party merchandises such as Zend optimizer which speeds up public presentation. PHP besides has a really big user and developer base so many applications are open-source hence less expensive to develop.

The procedure of taking the processing codification from single computing machines and traveling it server side creates benefits for PHP over other development linguistic communications. Workload by the user ‘s computing machine is diminished since their computing machine is non required to carry on of the processor-intensive work. This reduces page burden times and enhances the browser experiences. Data aggregation and usage with PHP is convenient since the processing of codification is on the waiter. Applications can be developed to let users to hold entree to this centralized information. This allows for dynamic web sites that can respond to user input.

PHP makes usage of stored variables. The books can encode and hive away visitant information that can be passed to other codification. This codification can so question the database to draw informations dependant on the user ‘s inputs. Through these agencies, PHP can take user input and alter a web site in response to input unlike hard coded HTML which is by and large inactive ( Christian, 2007 ) .

PHP is popular for many grounds. It is easy integrated and accepted across many development platforms, is compatible with about all waiters used today ( Apache, IIS, etc. ) and supports many databases ( MySQL, Oracle, PostgreSQL, Generic ODBC, etc. ) . Another ground for its popularity is that Windows applications integrate seamlessly with on-line PHP. PHP is a widely-used option to rivals such as Microsoft ‘s ASP and Sun ‘s Java platform. It ‘s broad spread usage can besides be attributed to the fact that it is free to download and utilize but besides its unfastened beginning nature.

ASP. Internet:

Prior to 1997, web pages content was mostly inactive. These web pages needed to be continually and manually, updated. As the Internet evolved, it was obvious at that place was a demand to make web sites that were dynamic and could update automatically. Microsoft ‘s Active Server Pages ( ASP ) was created and to run into this demand. ASP is executed on the server side, with end product being sent to the user ‘s web browser, leting the waiter to bring forth dynamic web pages based on the actions of the user. ASP.NET is the following loop of ASP ; nevertheless it is non an upgraded version of ASP. It is a new linguistic communication and is non backward compatible with ASP. ASP.NET is a portion of the Microsoft ‘s.NET Framework. The.NET Framework is a scheduling environment used to make, construct, deploy and run Web applications and services. It provides a feature-rich application environment, simplified development and easy integrating between a Numberss of different development linguistic communications such as C++ , C # , Visual Basic, and Jscript ( Microsoft, 2005 ) .

ASP.NET uses the Common Language Runtime ( CLR ) provided by the.NET Framework. This CLR managesexecution of the written codification. ASP.NET codification is a compiled CLR codification alternatively ofinterpreted codifications like PHP ( ASP.NET, 2010 ) . Similar to PHP, ASP.NET is a server-side Web engineering that can be used to develop dynamic and scalable Web applications. Applications that can link to databases, interact with users, and provide asynchronous services. Both little concern web sites and a big corporate web applications distributed across multiple webs can benefits from ASP.NET ‘s characteristics. ASP.NET executes codification on the waiter before it is sent to the browser. The codification that is sent back to the browser is pure HTML and non ASP.NET codification. Similar to client-side scripting, ASP.NET codification writes alongside HTML. The book that is written alongside the HTML is non sent back to the browser which prevents others fromstealing the codification that has been developed.

One of the advantages of ASP.NET is that it makes it easy for developers to execute common undertaking. Client hallmark, signifier entry, deployment and site constellation are made simple. ASP.net provides a figure of other benefits. ASP.NET reduces the sum of codification required to construct applications and do development of pages simpler and easier to keep with the usage of event-driven, server-side scheduling theoretical account. The pages are easy to compose and update since the beginning codification and HTML are written together. Another benefit of ASP.NET is public presentation. The waiter compiles the page the first clip it is requested. The waiter so saves the compiled page for the following clip the page is requested. Another advantage for ASP.NET is the out of box functionality. There is constitutional Windows hallmark and constellation on a per-application footing. This allows for safe and secured applications. For better public presentation ASP.NET comes with early binding, just-in-time digest, native optimisation, and hoarding services right out of the box. Finally, since ASP.NET is language-independent, it allows developers to take the linguistic communication that best applies to their applications. ASP.NET is non limited to script linguistic communications, so coders can take advantage of.NET linguistic communications like C # , J # , VB, etc. Since it is built on CLR, it can be used on any Windows waiter.

Java:

Java is an object oriented, server side programming linguistic communication developed for the Web. Released in 1995, Java was developed by Sun Microsystems. In 2006, Sun released parts of Java as unfastened beginning package, under the GNU General Public License ( GPL ) . ( ) . The release of the complete beginning codification under GPL occurred in 2007. Java is popular on web waiters, and used by many of the universe ‘s largest synergistic web sites. It serves the same function as PHP and ASP but is predominately used for larger-scale web undertakings. Its sentence structure is largely derived from C and C++ . Java is besides be used to make little plans, called “ applets. ” These applets can be embedded into web pages. Examples may include an synergistic picture game or conditions map in a web page. However, after many old ages of popularity, Java ‘s usage in the browser has continually eroded. Synergistic lifes have been about wholly replaced by Flash and Shockwave. Microsoft besides no longer includes the Java platform with Internet Explorer or Windows.

Java applications are compiled to byte codification ( .class files ) . The beginning codification is first compiled into the byte codification. The byte codification is a pre-compile version of the plan. This version of the plan is platform independent. The.class files can be used on any operating system. When the Java application is started, the byte codification is interpreted by the Java Virtual Machine. Because the byte codification is pre-compiled, Java does non hold the disadvantages of taken linguistic communications, like PHP.

Like the other development linguistic communications has is ain advantages. Java is a simple, robust, architecturally impersonal, portable, interpreted, threaded, dynamic and high public presentation scheduling linguistic communication. Java enables the development of robust applications on multiple platforms in heterogenous, distributed webs ( Gosling and McGilton, 1995 ) . It was designed to be easy to compose, compile and debug. To do it simple to utilize, complex parts of C++ were excluded from Java. Because Java is object-oriented. This means it is centered on making and pull stringsing objects and so doing them interact together. This allows developers to make portable plans and reclaimable codification. Platform independency is another important advantage of Java. This makes it easy to travel from one computing machine system to another.It is platform independent at both the beginning and binary degrees. Java is designed to do distributed calculating easy due to the networking capableness that is inherently integrated into it.Java is besides multithreaded. This means that it has the capableness to execute several undertakings at the same time within a individual plan.

Comparison:

PHP and ASP.Net and Java are all server side scheduling linguistic communications. PHP is an taken linguistic communication that allows HTML and codification to be mixed in the same file. Java and ASP.NET are languages that are dynamically compiled when a page is requested. This gives them faster public presentation as compared to PHP. PHP and Java can both be embedded into an HTML page while ASP.Net can non. Out of the three, PHP is the merely written linguistic communication, impacting its overall public presentation. Third party gas pedals can be used to increases PHP ‘s public presentation. Java applications can do immense drain on system resources and ASP.Net has been said to besides do big memory use and decelerate executing clip. This is caused in big portion to longer code way. These restrictions can be a serious job, because applications can scale to 1000s of users per 2nd and memory use will go an issue for Web waiters.

All the linguistic communications allow for the creative activity of dynamical thrust web sites and can be used to construct database driven web applications. The simplest and most common applications are MySQL for PHP, Oracle for Java and MSSQL for ASP.NET. Other databases can be by all three linguistic communications by merely adding or put ining the appropriate drivers. PHP and Java are both unfastened beginning and cross-platform while ASP.Net is non. PHP works best when used with the LAMP ( Linux, Apache, MySQL and PHP ) bundled environment, it can be deployed on other platforms. ASP.Net can merely run on Windows and Microsoft IIS severs while PHP and JAVA can run on Microsoft ‘s IIS web waiter, UNIX, Solaris etc. While all of three programming linguistic communications have 3rd party models, those available for PHP and Java are largely unfastened beginning or free. With ASP.NET, the libraries and constituents are largely commercial.

PHP is the most cost effectual solution for most organizations.. Software, databases, Web waiters and operating system are all free. There are no licensing fees for PHP or Java but there is for ASP.NET. PHP can be run on cheap waiters or managed hosting solutions. ASP.NET requires expensive hardware and can be hosted externally but will be more expensive than external hosting of PHP applications. Java is the most cost prohibitive as it requires expensive waiter solutions and external hosted options are limited.

RECOMMEDATION:

While taking a web platform, many factors must be taken into consideration. PHP, ASP.NET, and Java are the most popular platforms for web development Each has its ain advantages and disadvantages. After careful analysis of these three taking server-side scheduling linguistic communications, and taking into consideration undertaking size and range for a little to mid-sized organisation, it became evident that the best solution would be PHP. Using a LAMP platform to develop a dynamic database thrust web site will supply several advantages over the ASP.NET and Java. The deciding factors are cost, public presentation, security, and cross platform pertinence. ASP.NET can be dearly-won and has security concerns while Java development can be clip consuming and are normally used for big scale deployments. LAMP deployment is easy and efficient. Bing able to utilize managed hosting is besides an advantage because internal resources can be freed to concentrate on their countries of expertness instead than server direction. Support is besides availabe through a big developer ‘s community that can besides assist with development and troubleshooting. PHP may hold its restrictions but they are minorr drawbacks and its strengths far outweigh its failings.

Mentions:

ASP.NET, ( 2010 ) . Startvbdotnet.com. Retrieved from hypertext transfer protocol: //www.startvbdotnet.com/aspsite/asp/ .

Christian, N. ( 2007 ) . Benefits of PHP. PHP: Hypertext Preprocessor. Retrieved from hypertext transfer protocol: //www.portalonline.org/portal2005/neil/independent/intro.htm.

Microsoft Corporation, ( 2007, May ) . Building Connected Systems: The.NET Framework and the Microsoft Enterprise Application Development Platform. Microsoft Developer Network. Retrieved from hypertext transfer protocol: //msdn.microsoft.com/en-us/library/ms973223.aspx.

McGilton, H. , Gosling, J. & A ; Henry McGilton ( 1995 ) . The Java ( thulium ) Language Environment: A White Paper. Retrieved from hypertext transfer protocol: //www.cab.u-szeged.hu/WWW/java/whitepaper/java whitepaper-1.html.

Cite this page

The right web development platform. (2017, Jul 05). Retrieved from

https://graduateway.com/the-right-web-development-platform-essay/

Remember! This essay was written by a student

You can get a custom paper by one of our expert writers

Order custom paper Without paying upfront