I want the mobile-client device to show information that are on the .jsp file.
Apparently I can do that directly. Therefore I need to connect the servlet to the .jsp so that the client-mobile can be then connected to the servlet.
I can't do that manually because the code I wrote is long and it is also connected to a session and enterprise bean. Any clue?
I have small working example of Midlet and Servlet from here.
Midlet Code as follows,
Servlet Code as Follows,