the difrrerence between...

Hi all,

I am new to JAVA and will like to know the difference between JSF, JSP, J2EE, J2ME. Are they all a different sun development tool or ... because my area of interest is on telecommunication programming. I will like someone to help me out with his or her wealth of knowledge and also advise me on which java tool to read so I can move into telecommunication programming.

Thanks alot!

[408 byte] By [acod] at [2007-11-26 8:03:14]
# 1

FYI - this is a forum for Java Studio Creator. You're general question may be best answered in a different forum. That being said, here's a quick answer to your questions.

JSF - Components for web pages

JSP - Web pages that can include Java code. Often used in conjunction with JSF components. JSP pages are compiled into servlets at runtime.

J2EE - Server side APIs

J2ME - Small footprint Java. Used in portable devices. **This is what you want if you're in telecommunications.

Tosa_Developer at 2007-7-6 20:36:52 > top of Java-index,Development Tools,Java Tools...
# 2
Hi There, http://java.sun.com/would be a great place for you to learn more about all that you want to know. They have a Forum there too for Java questions, here is the link to it http://forum.java.sun.com/index.jspaHope this helpsK
kish@sun at 2007-7-6 20:36:52 > top of Java-index,Development Tools,Java Tools...