Hello developer2008,
If you ever worked on generating any pages (html, xml etc.,) from a DCR, it's going to be the same for generating JSP pages. All that you need to do is, have the jsp code in your tpl, get the values from the DCR and output the jsp page.
Configure templating.cfg to have JSPs as output files.
Hello developer2008, If you ever worked on generating any pages (html, xml etc.,) from a DCR, it's going to be the same for generating JSP pages. All that you need to do is, have the jsp code in your tpl, get the values from the DCR and output the jsp page. Configure templating.cfg to have JSPs as output files.
I was concerned whether there is a need to map the entire jar file structure to the teamsite. Is this true? From your replies it seems to be not the case.
In jsp files we use several libraries to include their functionality,right? In such a case is it necessary to map the entire repository of the libraries and code in any location on teamsite like webapps. Or is it not necessary.