Michal Skvor describes how to use the End-to-End Connection Bridge technology in the NetBeans Mobility Pack to create a mobile client application that consumes a Web service to retrieve the Dilbert daily comic strip, and places it in a LCDUI Canvas on the handset.
ceo
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
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
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