I understand that in order to have 'real'
J2EE architecture you need to implement EJBs, but what I'm first most curious about is architecting and design principals of
JSP applications that follow good standard practices.
I've been coding in JSP and
Java now for about 2 years but really want to be pointed towards some good sources for architecting solid JSP applications. Currently I'm using what I think is an "ok" MVC architecture for my applications but I know there are better ways to do things yet am having trouble finding the resources that demonstrate real working examples of developing internet applications. Any resources someone could point me to would be much appreciated.
Thanks,
Rick