cancel
Showing results for 
Search instead for 
Did you mean: 

Does xMII 12 supports Servlets?

Former Member
0 Kudos

Hi,

I am using xMII 12 and i want to create a project which has few servlets as the backend. Is it possible to create servlets using xMII 12 workbench. Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

xMII has it's own servlet to build server side pages

<SERVLET NAME="Illuminator">

<PARAM NAME="QueryTemplate" VALUE="Defaults/TagQuery">

<PARAM NAME="Server" VALUE="Simulator">

<PARAM NAME="Mode" VALUE="Taglist">

<PARAM NAME="Stylesheet" VALUE="/XMII/CM/JC/IllumRowsetCheckbox.xsl">

</SERVLET>

if you wanted to create your own, I think you want to use the NWDI to create and deploy it in netweaver.

Regards,

Jamie

Answers (0)