rest - Why Jersey "default" JSP processor is null under embedded Grizzly? -


using grizzly 2.3.2 , jersey 1.8 , according many resources (how implement custom viewprocessor<t> (jax-rs)?, blog) jersey comes w/ off shelf jsp processor, yet debug sessions shows no such processor exist

/**      * set of template processors.      *      * @return set of template processors. */ private set<viewprocessor> getviewprocessors() {      return viewprocessors; // ***this list empty !!!*** } 

i'd grateful if solve it/provide advice how plug jsp processor (not general purpose template engine !) jersey

i've created sample maven project (based on this webapp). uses jersey's jsp viewable , runs on standalone grizzly server.

hope help.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -