Posted by Best Coder | Posted in BlackBerry, Development | Posted on 06-05-2010
“For some reason when I try to sign my project .cod file the signature tool creates a second instance of my project for it to sign.
I tried to create a new project and move my files – but no luck.
it looks something like:
Proj.cod Not Signed Required RRT
Proj.cod Not Signed Required RBB
Proj.cod Not Signed Optional RCR
Proj-1.cod Not Signed Required RRT <—-????
Proj-1.cod Not Signed Required RBB <—-???? Where did these 3 come from?
Proj-1.cod Not Signed Optional RCR <—-????” by dmravyan from Blackberry Support Community Forum
The reason of this situation -> Link
Reason : If the cod file is larger than around 64k then it splits the main cod into multiple smaller cod files with the -n extension to the filename.
Share and Enjoy
Posted by Best Coder | Posted in Development, Lotus Notes | Posted on 13-04-2010
Hello,
I made a mistake when i was working on my lotus workflow application. I deleted 9 documents’ cover document
I created a script to solve this problem and want to share with the world.
Read the rest of this entry »
Share and Enjoy
Posted by Best Coder | Posted in BlackBerry | Posted on 13-03-2010
I searched lots of webpage but i found solution suddenly during try and find solution method
If you are using Eclipse for Blackberry Java Development and want to use Blackberry Resource File.
How can we implement this resource files (*.rrc and *.rrh) to our application ?
I don’t know maybe it’s a simple but solution is :
Give your resource files same as with your application.
And use this implementation method;
[sourcecode language="java"]public class ScreenWelcome extends MainScreen implements DelegationResource {
ResourceBundle _resource = ResourceBundle.getBundle ("Delegation");
// …
}[/sourcecode]
Just add Resource word to the end of your main resource file. And use ResourceBundle class to use it.
Share and Enjoy
Posted by Best Coder | Posted in BlackBerry, Lotus Notes | Posted on 20-02-2010
Now we are starting to develop Blackberry part of our tutorial.
We will use following development IDE & tools during our tutorial.
Read the rest of this entry »
Share and Enjoy
Posted by Best Coder | Posted in BlackBerry, Lotus Notes | Posted on 16-01-2010
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

01. Create Database
Read the rest of this entry »
Share and Enjoy
Posted by Best Coder | Posted in BlackBerry | Posted on 14-01-2010
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