Is it possible to make a Mobile website i.e. with like jsp or servlets which uses java to connect to a Java SE Application Server using RMI or something like that?
It needs to have login as I would log in to an applet (which is already up an running and works) which connects to the Application Server and ‘talks’ to the server.
Now what I want is that I have to be able to use a mobile device i.e. sumsung tablet or blackberry to view a mobile website, log in with the same details as per the applet, and be able to do some of the same stuff that I will be able to do in an applet.
Is this possible? And what would i use?
Yes you can. Everything works the exact same way, because while using JSP you will get an ordinary HTML page at client site.
All you have to do is optimize your layout so it looks good on a small screen.