Hi,
I’m doing my internship on a company where I’m pretty much the only programmer. They tasked me to develop a web based system using JSF (I don’t know why they chose that, there’s no need to develop custom components, it’s a very simple system). I did some research and found out that Facelets is great for templating and designing the UI and I was told by some friends that Spring and Hibernate were some powerful tools and that I should consider using them.
I did the tutorials that are on the ME site, tweaking the one from Spring + Hibernate to fit my classes. The app that was developed in that example was a simple Java program while I need instructions for a web app. Those are missing over there. I don’t know how to start working with Facelets, I imported some of the xhtml files from my previous project attempt but I can’t get them to display the pages (at least the master template using the .css file).
I’m really frustrated because I’m a newbie and I’ve been stuck on this for 5 days now. Any help would be very appreciated.
Thanks!