Skip to content

khoaminhbui/combohandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

#Spring MVC combo loader This is an implementation of combo loading in Java with Spring MVC.

On web.xml, add a servlet mapping config for combo path:
/combo/*

On front-end, send request with this formula:
contextPath + '/combo' + '/yui?' + uris.join('&')
Where uris is an array of scripts that will be combine into single request.

About

Combo loading handler in Java and Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages