1.

Can I Use Java Servlets To Produce Wml Pages?

Answer»

Yes. You can create WML in exactly the same WAY that you create HTML. If you have written your servlets to PRODUCE WML,

just remember to set the MIME TYPE CORRECTLY:

response.setContentType("text/vnd.wap.wml");

 

Yes. You can create WML in exactly the same way that you create HTML. If you have written your servlets to produce WML,

just remember to set the MIME type correctly:

response.setContentType("text/vnd.wap.wml");

 



Discussion

No Comment Found