Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
I think the jakarta.mail dependency is only used for the EmailTypeConverter for validation purposes. This is completely overkill and unnecessary for email address validation. That logic can be implemented easily using a regex or simple OSS logic that is readily available using other mechanisms. Adding a dependency is not necessary.
I think the jakarta.mail dependency is only used for the EmailTypeConverter for validation purposes. This is completely overkill and unnecessary for email address validation. That logic can be implemented easily using a regex or simple OSS logic that is readily available using other mechanisms. Adding a dependency is not necessary.