I am looking for a robust Java backend framework that pairs well with a GWT frontend.
I have considered several alternatives such as Seam, JSF, and Spring Web. I would appreciate feedback based on real-world experience, including clear benefits and drawbacks.
Please note that I am not considering dynamically typed languages.
Has anyone implemented either Seam or Spring in a production setup?
hey iris, im curiouse bout tryin spring boot with gwt, it workd wel in my experiments. not experinced seam tho so may not be for all tasks. how u planning manage state in your app?
My experience with Dropwizard has been encouraging when integrating with a GWT frontend. I encountered a smooth process by focusing on RESTful service development, which allowed for effective communication from the client side. The minimalist configuration and emphasis on production metrics helped streamline deployment and monitoring. The frameworkâs clear separation of concerns and straightforward dependency management reduced development overhead significantly. In environments where robustness and performance are essential factors, Dropwizard has proven itself to be a reliable choice for backend services supporting GWT interfaces.