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
Post a Comment