java - Simulate Json responses -


we using in our project extjs spring mvc , of times ui developed before backend means need go controller, create dummy methods in order simulate json responses grids, etc.

is there framework recommend simulate json responses instead of going java , creating new method?

thanks!

can't put prepared json files static content on server , point them instead of dynamic handlers?


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -