Description
JWt is a Java library for developing web applications. It provides a pure
Java component-driven approach to building web applications,
and renders either using Ajax or plain HTML.
Unlike JSF, there is no concept of a page and no split between page
"views" and reusable "components", making reuse unpractical. Instead,
everything is a widget that can be resued in other widgets.
For more information, see the homepage.
jwt alternatives and related libraries
Based on the "Web Frameworks" category
-
Spring
Provides many packages ranging from dependency injection to aspect-oriented programming to security. -
Grails
Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. -
Vaadin
Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side. -
Ratpack
Set of libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. -
PrimeFaces
JSF framework which has a free and a commercial version with support. Provides several frontend components. -
Google Web Toolkit
Toolbox which includes a Java-to-JavaScript compiler for client-side code, XML parser, API for RPC, JUnit integration, internationalization support and widgets for the GUI. -
Takes
Opinionated web framework which is build around the concepts of True Object-Oriented Programming and immutablity. -
Baratine
Toolkit for building distributed and reactive applications for multiple environments, either standalone or embedded. -
Apache Tapestry
Component-oriented framework for creating dynamic, robust, highly scalable web applications.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of jwt or a related project?
jwt Recommendations
Have you used jwt? Share your experience. Write a short recommendation and jwt, you and your project will be promoted on Awesome Java.
Recommend jwt
Recently added jwt resources
-
Welcome to angular5 jwt authentication with spring security.In this tutorial, we will be adding jwt authentication in an angular5 single page application having backened server supported by spring boot with integration of spring security.Having said that we will have a sample angular5 example application with HttpInterceptor integrated with it to intercept all the HTTP request to add jwt authorization token in the header and in the server we will have some REST endpoints exposed and secured u...Tutorial Added by only2dhir // www.devglan.com // 3 months ago