Chuck Zheng
Jan 29th, 2005, 11:23 PM
Hi there,
I've just started playing with Spring, and I look into the petclinic example that came as part of the distribution and followed Ken Kreb's write-ups about it on the spring site. I am really impressed with its Business Layer and Hibernate persistance. It is very simple and elegant.
However, the pure Spring web tier took me a while to understand (or guess, to be exact) how it hooks up. web.xml and petclinic-servlet.xml all seem reasonable to me. I wonder why do we need views.properties? sure it's one more level of indirection. what's the JstlView for? Does most Spring MVC web app need such a views.properties artifect? or can it be achived within petclinic-servlet.xml (or somewhere else)?
So far, I've read Rod Johnson's Expert One-on-On .. w/o EJB. any good tutorials/books for quickly learn how to use Spring (beside just digging through samples that came with the release)?
For more active UI experience, I am also looking into JSF (Oracle seems to have a fairly comprehensive platform neutral component suite in EA, MyFaces, OurFaces free components is growing). I am interested in hearing has anyone used Spring/JSF in development/production? Any insight/experience to share? what's the config/package is recomended?
cheers
chuck
I've just started playing with Spring, and I look into the petclinic example that came as part of the distribution and followed Ken Kreb's write-ups about it on the spring site. I am really impressed with its Business Layer and Hibernate persistance. It is very simple and elegant.
However, the pure Spring web tier took me a while to understand (or guess, to be exact) how it hooks up. web.xml and petclinic-servlet.xml all seem reasonable to me. I wonder why do we need views.properties? sure it's one more level of indirection. what's the JstlView for? Does most Spring MVC web app need such a views.properties artifect? or can it be achived within petclinic-servlet.xml (or somewhere else)?
So far, I've read Rod Johnson's Expert One-on-On .. w/o EJB. any good tutorials/books for quickly learn how to use Spring (beside just digging through samples that came with the release)?
For more active UI experience, I am also looking into JSF (Oracle seems to have a fairly comprehensive platform neutral component suite in EA, MyFaces, OurFaces free components is growing). I am interested in hearing has anyone used Spring/JSF in development/production? Any insight/experience to share? what's the config/package is recomended?
cheers
chuck