Why isn't Stripes popular, even though it's an awesome web framework?

Posted by Mr.Chowdary on Programmers See other posts from Programmers or by Mr.Chowdary
Published on 2012-10-13T13:59:03Z Indexed on 2012/10/13 15:53 UTC
Read the original article Hit count: 270

I'm new to Stripes. I worked on MVC frameworks like Struts 1.x and 2.x. When I started learning, its features are awesome and very lightweight; it has in-depth validations and offers easy integration with other frameworks too. There are no configurations and everything is simplified with annotations.

I don't understand why Stripes is not popular compared with other Java web frameworks like Struts or JSF? I didn't find any drawbacks in Stripes. Any ideas why?

© Programmers or respective owner

Related posts about java

Related posts about web-development