3 thoughts on “NetBeans Mobility Pack Article: Creating a Mobile-to-Web Service Application

  1. Can someone please help me on how i can use an application that i will develop be able to send data that i fill on a a form from the phone to email address stated.
    Will appreciate responce
    Thanks

  2. You can do this 2 ways. 1) Writing a local application (such as in Java), or 2) web-based.

    You then need the services to actually send email. For #1 above there are simple HTTP services out there do you a POST, or you can write your own server-side API. For #2, it is all server-side and you can use for example JavaMail API, etc.

    ceo

  3. I am in search of a tutorial that explains in detail on how one creates a login from your mobile phone to a server.

    I have a database on my server that has a user table with three fields ID,username and password.

    I have netbeans and all the sdk’s from most mobile phone’s.

    I want the user to login from his mobile phone and view a message “hello ” & username & ” thank you for logging in”

    Can anyone help with this.
    Mike

Comments are closed.