views:

405

answers:

2

Hello guys! I´ve never created a Blackberry application ... So, any help will be welcome !

I need to develope a application to send GPS coordinates (each x time) to a server (using Gprs)...

Is it a simple task? Is it possible to develope that only with Javascript ? How about MDS? I installed a Visual Studio plugin to MDS... Can I develope my app with that?

Thanks

Paul

+1  A: 

I have created a very similar application but I used the Blackberry JDE plugin for Eclipse rather than the MDS for Visual Studio. With the JDE Plugin you get a LOT more functionality and access to the API, whereas the MDS is for RAD and doesn't allow you as much control over what's happening.

I'm unsure about doing it with Javascript tho, worth checking out.

Fermin
A: 

I am also using JDE plugin for Eclipse and have to implement blackberry application that sends GPS coordinates to server. Would you please post the sample code here?

Raja
This should be a comment, not an answer
Josh Stodola