Results 1 to 5 of 5
Thread: Defference between Java and J2ee
- 06-17-2008, 07:14 AM #1
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
Defference between Java and J2ee
Exact difference of Java J2EE and Advance Java including all Technology
for ex. J2ee(jsp ,servlet ,ejb etx.)
its Version Ex. Servlet2.5 etc. and some Use , why we use this tech rather than any other?
i know friends dis Q is very hard to ans . in de sense its too complecated..
hope friends u will help me
Thankx in Advance
- 06-17-2008, 07:49 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Java is the main category you have to come across with. There basically have sub categories, like J2SE(core Java), J2ME, J2EE. So talking about the difference between Java and J2EE obvious.
Since we have such categories, (actually we called them as Java technologies) depend on the application we can choose the better one. There are some advantages, and that comes the important of such.
Hope it's help.
- 06-17-2008, 08:01 AM #3
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
Hi thnxk 4 de reply .
c as per u r exp i gt de basic idea . and i knw dis thing allready .. dear
i want 2 knw wht exactly diff , can u make table wise diff , and can u maintion some J2ee tech name and its use , like wht we use EJb rather than jsp and servlet and etc.....
plz let me knw ... thnkx ones again
- 07-15-2008, 05:51 PM #4
Member
- Join Date
- Mar 2008
- Posts
- 28
- Rep Power
- 0
Java is the basic language where you have learn all the concepts that how to use them.
Later part is J2EE is for enterprise based applications coming into picture for example you want to create a application which will access the remote data and displaying at your end. For this if you are doing in Basic java you need to work on the networking and fetching of data remotely i.e core level things also you have to work on. But where as by using the J2ee components you can directly keep concentrate on the methods used to display the data which is taken from the database. Rest of the things like how to communicate and how to retrieve the data is managed by the J2ee container or its services.
Then coming into J2ME the name itself shows that it is usefull for Micro edition i.e to embed the applications in mobiles, set top boxes and all other applications which need a small operating system like things. You know the J2SE is approximately using 100mb (example) then putting this much huge into the mobile is not possible and also all are not usable also. So by using the micro edition you are able to put the java virtual machine which may be small.
I think this information has given small idea about all.
- 07-16-2008, 06:09 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'll try to explain in my best here. :)
As I said earlier, J2EE builds on a solid layer of J2SE, and implementing for industry standards. So that J2EE in fulls with all key features used in industries in higher level actually. Some of them are as follows.
In client side J2EE support pure HTML and Java applets. So it's realize of Java Server Pages and Servlets.
JavaBeans(EJB) provides functions such as memory management, concurrency, threading and many more.
In the view of DB, JDBC is the standard interface for Java databases, and it's most reliable in applications.
Similar Threads
-
JAVA and J2EE
By rgbosque in forum New To JavaReplies: 9Last Post: 12-04-2007, 06:28 AM -
Onsite UK for Java/J2EE Professional
By aman_max1981 in forum Reviews / AdvertisingReplies: 0Last Post: 11-23-2007, 11:02 AM -
Urgent Requirement for Java/J2ee
By anushareddy7480 in forum Java SoftwareReplies: 1Last Post: 07-23-2007, 01:35 PM -
openings on java/j2ee
By anushareddy7480 in forum Java AppletsReplies: 0Last Post: 07-23-2007, 11:59 AM -
best practices guide to Java/J2EE web aps
By javaforme44a in forum New To JavaReplies: 7Last Post: 07-18-2007, 07:47 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks