Blackberry Application Development – Part 1 (Domino WebService)

5

Posted by Best Coder | Posted in BlackBerry, Lotus Notes | Posted on 16-01-2010

Tags: , ,

Hello again,

We are starting to develop blackberry mobile application. Our mobile application will be developed based on the domino webservice technology. So we are starting to develop our sample webservice.

We will use following development IDE & tools during our tutorial.

Now we will create lotus notes application to develop our webservice.

  • Title : Search People
  • DB File Name : searchpeople.nsf
  • Other settings : Default
  • Add anonymous entry to ACL with Author & Create Document property.

Also you can create your database at any where in your server data directory. Webservice url seems like that : http://<hostname>/<nsf db file path>/<web service name>?wsdl

SP - 01. Create DB

01. Create Database

Read the rest of this entry »

Share and Enjoy

Blackberry Application Development – Introduction

2

Posted by Best Coder | Posted in BlackBerry | Posted on 14-01-2010

Tags: ,

Do you have Blackberry Enterprise Server in your company ? And do you have Lotus Domino ? And are these softwares integrated with each other ? And the last question :) Do you want to develop blackberry mobile applications which is integrated with lotus notes ?

If your answers are YES, You are at the right place.

OK. Lets start with a new question :) How can we do it ?

We will use following items while developing the sample application :

  • Webservice technology on server side (Domino)
  • Standart Java Webservice technology (JSR-172) on client side (Blackberry)

If you are interested in, follow my blog.

Share and Enjoy