Download org.bitbucket.omargameelsalem JAR files with all dependencies
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;
}
Artifact T4Spring
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
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!
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
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