i am very new to java.i was coding on asp and php i wnat to learn jsp but i m getting confusion. i can see jsp,jee,jbos,javabeans ext. any one pls help me what i ahve to learn how i have to start?
thanks
:-|

JSP is part of the JEE (J2EE) platform.
A JSP page is equivalent to an ASP page though far nicer, especially if you (as you should) use JSTL or JSF (yah, more acronyms!).
JBoss is simply a J2EE compatible application server, overkill for a JSP application.
Javabeans are equivalent to ActiveX components in ASP, acting as DTOs, DAOs, etc.

Get O'Reilly's JSP book to get yourself started, or HeadFirst Servlets and JSP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.