English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

all the info I can get on these tech. would be appreicated I have a strong knowledge of asp.net but I think it be in my best interest to learn an alternative

2006-09-09 13:07:33 · 4 answers · asked by groundbrandon 3 in Computers & Internet Programming & Design

Like whats the benefits of each or which is the best? or most benefical

2006-09-10 10:27:55 · update #1

4 answers

Microsoft uses .asp and asp.net protocols.

jsp is the javascript protocol

php is an open script that is Linux based. Linux servers are awesome. I'd go with php.

2006-09-09 13:11:16 · answer #1 · answered by Anonymous · 1 1

JSP stands for Java Server Pages. It describes a server-side application whose task is to convert business-layer data into XML with JSP tags. THe tags used can be more or less anything you like, but typically you'll find Struts or JSF (Java Server Faces). You also typically find these designed in an MVC pattern.

ASP.NET works in a similar manner.

The common factor of these two is that it provides separation of business logic and development from the activites of designing the web pages themselves.

PHP can produce dynamic content, but the business logic is built into the page; thus, the web designer must also know how to build business logic. Ok for small projects, but becomes a bear when you get into Enterprise-class systems.

2006-09-16 12:36:36 · answer #2 · answered by Dan C 2 · 1 0

If you want the skinny, PHP is the easiest to develop in and the cheapest to host. Runs on almost any operating system imaginable. Works with all mainstream and many exotic HTTP servers. Integrates natively with almost any database engine, whether open-source (MySQL, PostgreSQL, SQLite) or commercial (Microsoft SQL Server, Oracle) and supports ODBC. Allows both procedural and object-oriented programming.

ASP.Net requires Windows and IIS to run. Can be integrated with many database engines, but typically works best with Microsoft SQL Server. Will probably give you the best performance if you need to run the Web site and the database server on the same physical machine. Code can be written in VB.Net, C++, or C#; additional languages (including Perl, PHP, and Python) can be integrated using third-party plug-ins. Native languages (VB.Net, C++, and C#) are object-oriented.

JSP... Well, this one is complicated. A lot depends on which JSP engine (may also be called "servlet container" or "application server") you use. Typically, works well with Oracle; accesses databases through JDBC. Requires object-oriented programming.

2006-09-11 06:38:23 · answer #3 · answered by NC 7 · 1 0

well jsp is java script asp.net is active server page.net and php it's Hypertext Preprocessor. they are diffrent type of webprogramming languge

2006-09-09 13:11:52 · answer #4 · answered by Anonymous · 0 1

fedest.com, questions and answers