473,398 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

PHP vs. J2EE

I am not a programmer but I do work in the ICT sector.

I read somewhere that J2EE would be "dying" and that PHP would be
taking its place soon...
Is this complete crap or does it have some real base ?

Regards

Jul 31 '06 #1
7 8524
Rik
Luca wrote:
I am not a programmer but I do work in the ICT sector.

I read somewhere that J2EE would be "dying" and that PHP would be
taking its place soon...
Is this complete crap or does it have some real base ?
It's crap, plain and simple, PHP cannot take it's place.

PHP can be preferred for some usages Jave is currently used for, but far
from all of it.

Grtz,
--
Rik Wasmus
Jul 31 '06 #2
Luca wrote:
I am not a programmer but I do work in the ICT sector.

I read somewhere that J2EE would be "dying" and that PHP would be
taking its place soon...
Is this complete crap or does it have some real base ?
Hi Luca,

Difficult question.
I did J2EE for a few years but quited with it about 3-4 years ago.
In favor of PHP.

But J2EE and PHP are really 2 different beasts.
In very general words: J2EE is a lot more complex (from an users point of
view) and a lot harder to master than PHP.

Once you get confortable with PHP you can develop very fast: all functions
are build in PHP, and extending the language is relative easy (PEAR/PECL).

What I didn't like in J2EE was the fact I needed to browse through many
pages documentation all the time to get the job done. The number of classes
you need to master is huge.

Pro-J2EE: Once you know the basics (take a half year study/practice time
off), you just can do more than with PHP.
For example: It is easy to let JSP-pages communicate with each other. In PHP
you'll need sessions or database, while J2EE can share (references to)
objects that are in-process/memory.

I do miss a few possibilities I had in J2EE in PHP, but in general I am
happy I made the switch. PHP is language (for me) that I can fold the way I
think. That is something every proprammer likes. In Java I often had the
feeling I needed to do a lot of hard difficult work to get simple things
done.

To put it otherwise: Java/J2EE has a very steep learningcurve, where
everybody can get started with PHP, and get things done fast.

I don't know if J2EE will die, last year a few headhunters tried to get me
back into J2EE (which I refused, alltough it pays well).
That means that (at least in Europe) not enough people have J2EE skills
these days.

If someone asks me which language they should learn, I always advise PHP
because it is so easy to start with that most people will get motivated
fast, which is important. If you start with programming, and you start with
Java, chances are bigger that you'll quit with a frustrated feeling.
just my 2 cent.

Regards,
Erwin Moller
>
Regards
Jul 31 '06 #3
On Mon, 31 Jul 2006 17:43:13 +0200, Erwin Moller
<si******************************************@spam yourself.comwrote:
>For example: It is easy to let JSP-pages communicate with each other. In PHP
you'll need sessions or database, while J2EE can share (references to)
objects that are in-process/memory.
Is it because of JSP, or because J2EE uses an application server? In
that case, it's not JSP itself that explains, but the fact that PHP
users don't (can't?) use an application server and rely on code pages
instead. Am I wrong?
>I don't know if J2EE will die, last year a few headhunters tried to get me
back into J2EE (which I refused, alltough it pays well).
That means that (at least in Europe) not enough people have J2EE skills
these days.
Maybe they're moving to .Net.
Jul 31 '06 #4
Luca wrote:
I am not a programmer but I do work in the ICT sector.

I read somewhere that J2EE would be "dying" and that PHP would be
taking its place soon...
Is this complete crap or does it have some real base ?

Regards
I doubt it. Both have advantages and disadvantages, and each can be the
better choice in different situations.

Of course, they said the same thing about COBOL in the late '70's.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Jul 31 '06 #5
Luca wrote:
I am not a programmer but I do work in the ICT sector.

I read somewhere that J2EE would be "dying" and that PHP would be
taking its place soon...
Is this complete crap or does it have some real base ?

Regards
I see it as a case of living by the sword and dying by the sword. Much
the platform's popularity was due to aggressive marketing. Now that
market opinion is turning against it, it'll be hard to stop the slide.
If people believe that J2EE is dying, then it's true.

Jul 31 '06 #6

Erwin Moller wrote:
Luca wrote:
I am not a programmer but I do work in the ICT sector.

I read somewhere that J2EE would be "dying" and that PHP would be
taking its place soon...
Is this complete crap or does it have some real base ?

Hi Luca,

Difficult question.
I did J2EE for a few years but quited with it about 3-4 years ago.
In favor of PHP.

But J2EE and PHP are really 2 different beasts.
In very general words: J2EE is a lot more complex (from an users point of
view) and a lot harder to master than PHP.

Once you get confortable with PHP you can develop very fast: all functions
are build in PHP, and extending the language is relative easy (PEAR/PECL).

What I didn't like in J2EE was the fact I needed to browse through many
pages documentation all the time to get the job done. The number of classes
you need to master is huge.

Pro-J2EE: Once you know the basics (take a half year study/practice time
off), you just can do more than with PHP.
For example: It is easy to let JSP-pages communicate with each other. In PHP
you'll need sessions or database, while J2EE can share (references to)
objects that are in-process/memory.

I do miss a few possibilities I had in J2EE in PHP, but in general I am
happy I made the switch. PHP is language (for me) that I can fold the way I
think. That is something every proprammer likes. In Java I often had the
feeling I needed to do a lot of hard difficult work to get simple things
done.

To put it otherwise: Java/J2EE has a very steep learningcurve, where
everybody can get started with PHP, and get things done fast.

I don't know if J2EE will die, last year a few headhunters tried to get me
back into J2EE (which I refused, alltough it pays well).
That means that (at least in Europe) not enough people have J2EE skills
these days.

If someone asks me which language they should learn, I always advise PHP
because it is so easy to start with that most people will get motivated
fast, which is important. If you start with programming, and you start with
Java, chances are bigger that you'll quit with a frustrated feeling.
just my 2 cent.

Regards,
Erwin Moller
The irony is that, as PHP matures, its growing to resemble Java quite a
bit. Not that that is a bad thing, Java has some very good concepts.
The nice thing is that it doesn't have all the flaming hoops you
normally have to jump through in Java to get things done.

Jul 31 '06 #7
Vincent Delporte wrote:
On Mon, 31 Jul 2006 17:43:13 +0200, Erwin Moller
<si******************************************@spam yourself.comwrote:
>>For example: It is easy to let JSP-pages communicate with each other. In
PHP you'll need sessions or database, while J2EE can share (references to)
objects that are in-process/memory.

Is it because of JSP, or because J2EE uses an application server? In
that case, it's not JSP itself that explains, but the fact that PHP
users don't (can't?) use an application server and rely on code pages
instead. Am I wrong?
Hi Vincent,

J2EE is just a container in which Sun putted a lot of stuff, JSP/Servlets
just being one of them.
But JSP/Servlets DO expect an ApplicationContext and more to run anyway.
So I think the question if it is JSPs behaviour or it comes from the
applicationserver is not relevant. Servlets are designed to run in that
environment.
You just cannot run a servlet outside of that context.
It wouldn't even compile.

>
>>I don't know if J2EE will die, last year a few headhunters tried to get me
back into J2EE (which I refused, alltough it pays well).
That means that (at least in Europe) not enough people have J2EE skills
these days.

Maybe they're moving to .Net.
I am afraid many do. :-/
But lets face the facts: M$ did a real good stealingjob (again) when
'inventing' their dotnet stuff.

Regards,
Erwin Moller
Aug 2 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: prabhat | last post by:
Hi, I am teaching myself J2EE. I have couple of books but how can I get practical experience? I installed trial version of IBM-websphere but it seems too complex for a beginner in J2EE. I...
15
by: Herman | last post by:
Hi everyone, I'm currently studying for my Master's in Computer Science, and I will be working on my thesis this summer. I've been thinking about constructing a web services application for my...
4
by: Lou Arnold | last post by:
Is J2EE free or not?? I'm confused by Sun's web site. I've been to the sun web site and found downloads pages for J2SE and J2EE, but the J2EE page only shows updates. Does this mean that J2EE...
0
by: Al | last post by:
I would like to add SIP stack to J2EE application server. I know that JCA 1.5 allows doing such thing. But JCA 1.5 is part of J2EE 1.4. Currently the most J2EE vendors support J2EE 1.3. Can anybody...
0
by: Jim Collins | last post by:
This position requires that you be a U.S. citizen and hold an active SSBI clearance. This position offers highly competitive compensation with excellent benefits in a highly professional work...
1
by: sky'ra | last post by:
Can anyone recommend a good J2EE book? Thx!
2
by: Silvana Di Martino | last post by:
My group recently received its first request for the the development of a really large and complex enterprise-level application, the kind of app that would require the use of tools like Enterprise...
124
by: 43 | last post by:
how come m$Office isn't written in .net? how come Open Office isn't written in j2ee? how come dbms systems aren't written in either? how come browsers aren't written in either? how come...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.