JSP/J2EE Portals & Websites
Hi,
i'm sorry if this question annoys you all.
I am new to jsp/j2ee... I would like to know how for jsp/j2ee is applicable for developing websites, portals... what kind of methodology can be used to develop websites, portals.
is it mandatory to use mvc, structs based arch to all small sites/portals in jsp/j2ee application..
[352 byte] By [
loguKKa] at [2007-11-26 13:31:20]

> I am new to jsp/j2ee... I would like to know how for
> jsp/j2ee is applicable for developing websites,
> portals... what kind of methodology can be used to
> develop websites, portals.
Yes, that's possible.
> is it mandatory to use mvc, structs based arch to all
> small sites/portals in jsp/j2ee application..
No, it's not mandatory.
ya..you can skip from using struts or mvc architecture...
if you are making small application then it will not matter much...
but if you are developing portal or website for some actual business purpose then it will become very tough to handle once its size grows.....
maintanace will also become tough...and it can also affect the performace of your system...
so choice is yours....
cheers!!!
Dear Friends,Can any one of you can make me clear.JSP can run in Tomcat and J2EE server.If i am right JSP is a part of J2EE. ?If not then what is the diff.Please help.Advance Thanks,Rengaraj.R
Hi,Using JSP is only for 2 tier architecture. If you want 2 use MVC Architechture, use Struts or Spring frameworks. It's easy to study. Lot of sample applications are available in internet.Wish you all the best.RegardsEdward