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]
# 1

> 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.

prometheuzza at 2007-7-7 20:38:26 > top of Java-index,Java Essentials,New To Java...
# 2

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!!!

siddheshwara at 2007-7-7 20:38:26 > top of Java-index,Java Essentials,New To Java...
# 3
thanks..it is fine that i could use based on my specific req.... it is better to use for portal/sites ,. mvc,structs based model...
loguKKa at 2007-7-7 20:38:26 > top of Java-index,Java Essentials,New To Java...
# 4
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
rengaraja at 2007-7-7 20:38:26 > top of Java-index,Java Essentials,New To Java...
# 5
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
edward_duraia at 2007-7-7 20:38:26 > top of Java-index,Java Essentials,New To Java...
# 6
hi... i already read in this form saying that JSP is part of J2EE... JSP/Servlet meant for J2EE...
loguKKa at 2007-7-7 20:38:26 > top of Java-index,Java Essentials,New To Java...