Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

JSF: Which implementation should I use?

A few weeks back, Bill Dudney recommended I use MyFaces for my JSF app. He said it was less buggy than Sun's version. When I looked at MyFaces's website today, I noticed all their releases are betas - which is not a good sign IMO. Anyone have experience with either one? I think I'll go with Sun's as it probably has a larger community, and therefore more information.

I'm also hoping to use the JSF-Spring package. I was a little scared when I saw it's lack of documentation, but then I discovered it's in the JavaDocs if you scroll down. I'm not looking forward to the JSF's tag soup, but hopefully it won't be too bad.

Posted in Java at Aug 04 2004, 09:33:16 AM MDT 4 Comments
Comments:

I'll answer yours, you answer mine.
I have only used the Sun reference, but I think if MyFaces is gaining steam, and moving into Apache then run with it.
I would hope JSF starts to become more adopted.

Posted by dsuspense on August 04, 2004 at 01:52 PM MDT #

We've been very happy with JSF-Spring so far -- the only magic it doesn't work is letting faces-config wire JSF beans into a Spring-managed bean. We haven't been using MyFace, but I've noticed that every single major heartbreaking bug I've had to work around in Sun's JSF is supposedly already fixed in those MyFace betas.

Posted by Ray on August 04, 2004 at 02:59 PM MDT #

(Er -- MyFaceS, that is.)

Posted by Ray on August 04, 2004 at 03:00 PM MDT #

Matt, beta is because of, we didn't passed the TCK to be an *official* JSF-Implementation, yet! Every Impl of JSF, that hasn't passed that Tests is called Alpha or Beta . Hope that helps you

Posted by Matthias Weßendorf on August 05, 2004 at 02:24 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed