Blackberry OTA downloader using Servlets
问题 I want to setup a Blackberry OTA downloader using Servlets. How do I set the URL for .jad and .cod files? I have set the content type for both files. How do I send both files to the client when I receive a request from the client? Do I need to create two servlets or is one enough? 回答1: You don't necessarily need a servlet for this. A servlet is only useful if those files are dynamically generated or are not directly public accessible (i.e. those files are not in public webcontent). The