PDA

View Full Version : JSP vs JAVA, what cover first ?


lse123
10-03-2008, 09:24 PM
I am reading JAVA:How to program 7/e DEITEL/PH, 4th chapter finished just now, well since I want to focus on JSP what you recommend to cover to reach the two chapters in the book at the end, about JSP[JAVA SERVER PAGES] ?

Fou-Lu
10-04-2008, 07:56 AM
The basics.
I don't have anything else to really say on that, you'll need to fully understand java in order to fully understand JSP, but that doesn't mean you need to fully understand either really (I don't and Java is one of my primary languages).
I'd say... Basics, Arrays, [built-in]Collections, Generics, I/O, and I think that should about do it. That should at least give you a good start at JSP. In the long run, you'll be wanting to cover that whole book, Applets and RMI are very handy to know.