I am a Java EE developer working mainly with JSPs, Servlets, and frameworks like Spring.
- Will learning PHP be a wise decision ?
- What would PHP offer me ?
|
I am a Java EE developer working mainly with JSPs, Servlets, and frameworks like Spring.
| ||||
|
feedback
|
|
It's always wise to learn a new technology. Even if you run screaming from PHP, seeing how it solves certain problems might help you with your core Java EE development PHP would offer you
Here's one way to think about the differences in the technology stack. In your world, Java came first and then JSP and servlets were developed to deal with the web/networked world. Imagine a language where JSP came first (with Apache serving the role of servlet), and then slowly a Java like syntax was developed built on top of JSP. | |||||
feedback
|
|
Learning a new language is always useful. You may never need to use it but at least you can communicate with other PHP developers on a knowledgeable level. It may be that one day you need to interface with a PHP project and having the knowledge will only help in making better design decisions. | |||
|
feedback
|
|
PHP offers you a faster way to develop simple websites, but the resulting site will tend to be slower than if you used Java EE. Complex sites will tend to be less maintainable when implemented in PHP. Whether learning PHP is "wise" is a loaded question ... but having extra development skills in your repertoire cannot do you any harm. | |||||||
feedback
|
|
I am a PHP and Java developer. IMHO, PHP will open you to the world of dynamic language more smoother than other language. You will learn to careless about the object types or even objects (if you don't do OOP). This give you different way of thinking as you will not thinking about class and object bot more of primitive data, array and associated array. With less restriction, you will code faster and after a some experience running your php program, you will begin (if you care) to review your code without the helps of compiler. All those with little expense of unfamiliar program syntax if you goes to Python or Ruby. Just my thought. | |||
feedback
|
|
simplicity, php is a different way of thinking specifically because of the limited number of tools available, associative arrays are very dynamic and as a main part of the language it changes the way you design a program significantly. there is nothing in PHP that cannot be done in Java, the reverse is not true. but having a limited, simple way of doing things can help bring out the problem space in a different light. | |||
|
feedback
|