Continue working with PHP or upgrade to Java Framework

I am creating a website to run my friend. I am currently creating it in PHP, MySQL, Apache. Everything is going quite smoothly so far, but one of my friends recommends switching to the Java platform, because it would be better when the site gets larger. I do not have Java knowledge and I have sufficient knowledge of PHP, but I quickly learn

Should I continue to work with PHP (can PHP be used for large sites?) Or do I need to switch to the Java Framework? Any suggestions please.

+4
source share
7 answers

I think that regardless of whether you are coming with a PHP or Java solution, you will need to learn a new set of frameworks / libraries. If you do not have experience in creating anything more than a toy site (including any that you made through education), there will be many opportunities to learn from both paths.

Explore some of the frameworks for both PHP and Java and create your own read-only approach. If you have such a long project, you will have enough time to familiarize yourself with the choice that you choose.

+2
source

PHP can be used for large sites. Take a look at Facebook. The end of the story ...

+6
source

When someone says something like that, you need them to justify what they say. PHP is scalable and versatile. Java has its own strengths and weaknesses, like any other programming language.

Since you're new to PHP, you probably won't reuse most of the code that you use to create the source site. I know what you are planning, but the likelihood of what you do is very slim. Go with what you know.

PHP is used by many sites. Google, Yahoo, Facebook, etc. Etc. Everyone uses some php for all of their sites.

+3
source

Everything for a website is possible with php. No need to worry. we can make heavy sites with php easier than java framework. You can use frame frames like zend framework, codeigniter. They are scalable and easy to digest, as there are many components (libraries). And provides client services for larger sites such as twitter, amazon, yahoo, etc.

:)

+2
source

At least 1/3 of the 20 sites on the Internet use PHP anyway. The languages ​​used by others include Python and Ruby. I do not see any of them using Java.

+2
source

PHP is great for using created websites before using PHP ...

Id suggests you stick with PHP, but challenge yourself and expand your knowledge.

0
source

Yes. Large sites can be created using PHP. Examples are Digg.com and Facebook (which compile in C ++, but really).

0
source

All Articles