All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of T4Spring JAR files with all dependencies

Search JAR files by class name

T4Spring from group org.bitbucket.omargameelsalem (version 1.0)

T4Spring is a code generation tool for Spring MVC apps that creates strongly typed views that eliminate the use of literal strings in many places. e.g. instead of @RequestMapping(value = "/", method = RequestMethod.GET) public String index(ModelMap map) { map.addAttribute("msg", "literal strings are no good!!"); return "Home/index"; } T4Spring lets you write @RequestMapping(value = "/", method = RequestMethod.GET) public String index(ModelMap map) { map.addAttribute("msg", "Hello T4Spring!!"); return Views.Home.index; }

Group: org.bitbucket.omargameelsalem Artifact: T4Spring
Show documentation Show source 
 

0 downloads
Artifact T4Spring
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
Tags: home tool strings good creates spring typed value write generation index t4spring return code places addattribute hello many that requestmapping views apps string instead requestmethod method public eliminate lets strongly literal modelmap
Organization not specified
URL https://bitbucket.org/omar_gameel_salem/t4spring/overview
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 1)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy