cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MII UI Development

Former Member
0 Kudos
152

Does MII support JSP/Servlets? Does MII officially support basic UI constructs of a typical J2EE web app like JSP/Servlets, etc?

View Entire Topic
jcgood25
Active Contributor
0 Kudos

Yes, but it is really NetWeaver's Web Application Server moreso than MII since the jsp processing is done by the app server.

Menu.jsp (and the other config pages from the menu) should also help you see this

MII APPLETS will work in a jsp page since they don't get rendered or impacted until the client gets them for processing by the brower JRE.

MII web pages with IRPT extension allow for other server side <SERVLET/> processing like the Illuminator, ChartServlet, etc. as well as localization using the {##TOKEN} convention.