Click to See Complete Forum and Search --> : JAVA web development


akoda
07-11-2005, 10:55 AM
I am a JAVA newbie! I have been writing asp and .net but now have to write in Java. I need to write for the web. I have seen that there is Java faces and JSP. When should one use either? These apps I will be writing should be mostly server based database access pages.

thanks
koda

buntine
07-11-2005, 01:48 PM
Well, JSF and JSP are not in competition with each other. Sun offers JSP for server-side web programming. Things like JSF, Struts, iBatis, etc are just frameworks and methodologies.

Regards.