What is the best choice?

given that I have experience with Java SE: what language should I learn (and is best suited for this purpose) in order to create web applications one day? I reviewed PHP and Java EE. The latter really seems like an obvious choice, given my knowledge of Java SE. But how does it work compared to PHP and how good is it for the above purpose?

If there is a better language for this purpose, feel free to recommend it.

Thanks.

+3
source share
9 answers

ASP.NET with C # will be easy to find out if you are used to Java, and it can do whatever you need for a web application.

The Visual Studio Express development tool is free.

+5
source

- Java EE, PHP. , . PHP , - , -, , , Python ( -, Django), Python - - Java Jython.

+1

Java , , Spring, Grails

+1

- . , .

+1

, "-" . , , PHP "" , Java EE - - , .

-, Java EE, Perl Fast:: CGI, Java EE . , Ruby on Rails , , GWT. (, , GWT Java EE.)

0

. . -, . . , , .

, FIRST, Ruby , .

0

Clojure - , -. ., , Compojure.

, Scala - - .

0

" JDK", JRuby Jython. -, Rails Django.

0

PHP.

:

  • , ,
  • php 5.3 ( ), , , ..

I think this is the best way for web development sites, but for web services (such as jabber service, server for other clients in another language (not html + css clients)), this is not a good choice. These services require a faster language. PHP is developing rapidly and working when we can use cashe (and imho is its best choice for this criterion), for a very smart result this is possible for small projects with a low number of clients.

ps sorry if my english is not very good))

0
source

Source: https://habr.com/ru/post/1703431/


All Articles