Skip to content

shred/commons-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commons-view build status maven central

commons-view is a micro framework for parsing URLs, finding the appropriate view handlers, and for creating links to views.

Basically it is comparable to Spring's MVC, but allows some more features like URL wildcards and link generation.

This software is part of the Shredzone Commons.

Features

  • Map views to URLs just by using annotations
  • Use placeholders within URLs
  • Pass in URL placeholders and request parameters as method parameters, type conversion included
  • Add Spring converters and e.g. pass in an entity just by its ID
  • Generate a link just by passing in its parameter values
  • Requires Java 8 (up to v1.0: Java 6)

Documentation

See the online documentation for examples.

Contribute

License

commons-view is open source software. The source code is distributed under the terms of GNU Lesser General Public License Version 3.

About

Flexible web views for Java and Spring

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages