3 Replies Latest reply on Jan 8, 2007 5:26 PM by kukeltje

    Do I have to learn JSF or Facelets before learning Seam?

      Maybe there's an answer for such a question in the forum. Unfortunately, I couldn't find one.

      Somebody in the Facelets forum told me that I don't need to spend time learning JSF before learning Facelets and I'm going that way. If it's completely wrong, could you please let me know?

      Regards.

        • 1. Re: Do I have to learn JSF or Facelets before learning Seam?

          You don't really need to know that much to get started, but you can't really completely ignore core JSF concepts either. I recommend not getting too bogged down by JSF details at the beginning. Most JSF books/articles jump way too quickly into irrelevant details, leaving people with a bad taste in their mouth.

          • 2. Re: Do I have to learn JSF or Facelets before learning Seam?
            james_027

            Before I started seam. I've already learn JSF, but no facelets. Learning JSF could be worthwhile. But here's some tips for you, if you really want to learn seam you may skip the navigation part of JSF as Seam has a nice way in dealing with this. You may also choose not to get deep into managed beans in JSF, because using Seam will do those things for you. With Seam, JSF just got easier and fun to develop. Although I just have only a week of experience.

            As for facelets, I just learn it by examples from Seam and the code generated from "seam gen" and refers to some facelets article and the experience so far is nice!

            • 3. Re: Do I have to learn JSF or Facelets before learning Seam?
              kukeltje

              Facelets... nice.... now that is an understatement. Did you ever try jsf in jsp and do some advanced stuff.... it's a hell. Facelets makes this a breeze.