Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
rcmaniac25
Posts: 1,713
Registered: 04-28-2009
My Carrier: Verizon

Re: IPD file format

I don't seem to know what BBB is. Can you spell out what it is, it might be easier to get information for it then.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.
New Developer
SoreThumbs
Posts: 7
Registered: 11-08-2008

Re: Useful links for novice and experienced programmers

Ok, thanks to everyone who has put this together and all the info in this thread. It still doesn't help this novice.

This is my first attempt at programming in Java, let alone for the BB platform. I'm just really confused at all the required software needed to do this. Every where I look, it's install these 3 packages, download these 2 other things, on and on. I mean really, look at any of the "getting started" pages, there's tons of stuff to download. Is there something, somewhere that just says:

Install this first, Install this second, install this third. SPECIFICALLY.

Here's the list of all the things I have downloaded so far:

 

java_ee_sdk-5_08-jdk-6u17-windows
eJDE-4_7_0_46_Component
eJDE1.0.0.67_With_CP4.5.0.16
eclipse-jee-galileo-SR1-win32
BlackBerry_Simulators_5.0.0.337_8530-Verizon
BlackBerry_JDE_PluginFull_1.0.0.67
BlackBerry_JDE_4.7.0

 

I've never seen so many things needed to be installed just to try and program in one environment!

 

Is there anything out there that lists specifically what needs to be installed and in what order? I read some of the guides and watched some of the videos and they were still kinda vague.

 

Or is this the entrance test??? "If you can't figure out how to install and config the environement, you have no biz trying to program this." Thanks in advance.

Please use plain text.
Developer
peter_strange
Posts: 14,614
Registered: 07-14-2008

Re: Useful links for novice and experienced programmers

Welcome, we were all novices once!

 

Can I suggest that you start a new Thread with your question, and leave this Thread as a collection of useful information for developers.

 

I don't agree with your list of tools, I think you have more than you actually need, but I'll respond in a separate Thread once you start it.

Please use plain text.
Developer
mlisaoverdrive
Posts: 179
Registered: 09-11-2009

Re: Useful links for novice and experienced programmers

I'm still a novice...in fact I'm beating my head against custom Managers right now...and here are the links that were invaluable to me:

 

Thinking Blackberry

The article on Threading...The Very Basics helped me understand the event thread like nothing else did.

 

Design Patterns

Still haven't read the entire article...but it is an excellent reference

 

Blackberry Development with NetBeans

This is only on how to start the emulator from NetBeans.  I have NetBeans set up so I can do all of my Blackberry coding in the environment...one day when I have more time I'll post all the stuff I found on how to set it up.

 

IBM developerWorks

IBM has three articles on developing for Blackberry, but they're all step by step, detailed and contain full source code.

 

 

Please use plain text.
Developer
nikhil_shravane2004
Posts: 109
Registered: 03-13-2010
My Carrier: -

Re: Useful links for novice and experienced programmers

Hi, interesting post, really helpful.

 

Can you post the link for

1. BlackBerry Emulator Plugin particularly for NetBeans.

2. Links providing information on "Steps How to integrate BlackBerry Java Emulator to NetBeans"

3. Java ME development on NetBeans IDE with BlackBerry Java Platform for testing and debugging.

 

Please, give me some direction to proceed further.

 

Best Regards

Please use plain text.
Contributor
Renovatio
Posts: 17
Registered: 03-12-2010
My Carrier: TrueMove

Re: Useful links for novice and experienced programmers

Hello Community,

 

Although I am a member of this great forum for just a few days I always overlooked the developer section. Since I am a new BB user I don't have any experience with BB programming, but I already have java programming experience for over 2 years now thanks to my studies!

 

Is it difficult to adapt to the BB programming, even when you're experienced in java programming language? What about the java swing components, can I still use it in BB framework?

Please use plain text.
Developer
peter_strange
Posts: 14,614
Registered: 07-14-2008

Re: Useful links for novice and experienced programmers

Welcome to Developer Forum!  :smileyhappy:

 

"Is it difficult to adapt to the BB programming".  Depends I think is the answer.  Some people seem to struggle with things like the Event Thread and other Blackberry specific things.  There are definitely a number of 'tricks' to BlackBerry programming that are not necessarily intuitive.  However if you understand how to use Swing, and multi-threading and can read the JavaDocs, I don't think it is a big deal for an experienced java programmer.  But throw away all previous Ui experience, the BB is not Swing or AWT.  I would recommend a book, for you, the Anthony Rizk book would be the best I think:

http://supportforums.blackberry.com/t5/Java-Development/Beginning-BlackBerry-Development-by-Anthony-... 

Please use plain text.
Developer
DAquilina
Posts: 587
Registered: 01-19-2010
My Carrier: Rogers

Re: Useful links for novice and experienced programmers

Hey Renovatio!

 

Just a few months ago I was in exactly the same position -- I had over 2 years of Java experience, but no experience with the BlackBerry or J2ME. For me, the transition wasn't exactly easy, but with some dedication and an open mind I've adapted myself. Just remember that these forums are an excellent source of knowledge, and we'll always be here to answer your questions :smileyhappy:

 

~Dom

----------------------------------------------------------------------------
chown -R us ./base
~J!NX
Please use plain text.
Developer
sonicboomboy
Posts: 465
Registered: 03-04-2009
My Carrier: some

Re: Useful links for novice and experienced programmers

yet another good article concerning BlackBerry development: Melick's Blog: BlackBerry

Got resolved! Press kudo icon!
Please use plain text.
Trusted Contributor
rrr_04
Posts: 149
Registered: 03-02-2010

Configure the BlackBerry MDS simulator to work behind a proxy

[ Edited ]

important links i like this thread.:smileyvery-happy:

 

this link might be helpful....

 

Configure the BlackBerry MDS simulator to work behind a proxy

http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800738/800792/...

 

 

 

Add an email address and PIN to HTTP requests from the BlackBerry Mobile Data Service

 

http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800738/800792/...

Please use plain text.