| Author |
first doubt in Java
|
Mike Mattos
Greenhorn
Joined: Feb 26, 2010
Posts: 8
|
|
what is the difference between javaSE and javaEE?
regards
|
 |
Muhammad Khojaye
Ranch Hand
Joined: Apr 12, 2009
Posts: 341
|
|
|
Please Search First . You will get many valuable replies.
|
http://muhammadkhojaye.blogspot.com/
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2550
|
|
There's no difference in the language, but JavaEE contains some extra class libraries for the development of enterprise applications. Off the top of my head, that includes things like:
Servlets
Java ServerFaces
Enterprise Java Beans
Java Persistence Architecture
Messaging
Web Services
Java Mail
Security (JAAS, etc.)
Transactions
and much, much more!
Actually, some of those things may have moved to Java SE by now.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
As far as I know, only JAF (Java Activation Framework) has moved into JSE.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Jim Hoglund
Ranch Hand
Joined: Jan 09, 2008
Posts: 525
|
|
How about the JPA, or is that coming up in Java SE-7?
Jim...
|
BEE MBA PMP SCJP-6
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
No idea about Java 7, but it's not in Java 6.
|
 |
 |
|
|
subject: first doubt in Java
|
|
|