Nokia 2600C Java use what software to develop?Netbean or what is better?
Example program :-
1) a simply interface got 2 text box
2)first text box for enter Product Code, second text box for enter the unit purchase
3)so, after enter the Product Code 0001 and the second text box we enter 10 unit to purchase, the program will automatically generate the message something like 0001#10, and then send to the server,server will store the data in SQL server and reply the message "You have been successful purchase the Product 0001 with 10 units,Thanks".
Question:
1)Nokia 2600C Java use what software to develop?Netbean or what is better?
2)So,this method is using GPRS connect to server?in Java we need to use what component?Server & Client? or what?
sorry,i m beginner of developer...haha
Re: Nokia 2600C Java use what software to develop?Netbean or what is better?
[QUOTE=chinye2020;860776]Example program :-
1) a simply interface got 2 text box
2)first text box for enter Product Code, second text box for enter the unit purchase
3)so, after enter the Product Code 0001 and the second text box we enter 10 unit to purchase, the program will automatically generate the message something like 0001#10, and then send to the server,server will store the data in SQL server and reply the message "You have been successful purchase the Product 0001 with 10 units,Thanks".
Question:
1)Nokia 2600C Java use what software to develop?Netbean or what is better?
2)So,this method is using GPRS connect to server?in Java we need to use what component?Server & Client? or what?
sorry,i m beginner of developer...haha[/QUOTE]
Nokia 2600C is Java J2me MIDP 2.1 / CLDC 1.1 device refer to [url]http://www.developer.nokia.com/Devices/Device_specifications/2600_classic/[/url]
for device spec's and yon download the sdk emulator from this above link.
You can program using (Netbean with Mobility pack,) or (SUN WTK + editplus) or (Eclipse + Mobility pack) [B]+ Nokia S40 5th edition lite SDK[/B]
You will need to use GCF, HTTP Connection API for sending data to server over GPRS.
Refer to this link - [url]http://www.developer.nokia.com/Community/Wiki/How_to_use_HTTP_Get_request_in_Java_ME[/url]
for sending your string "0001#10" to the server as a request param and get back the result.
On the servers side simple PHP/JSP/ASP script with database connection do the required task.
What server can you use ?
Re: Nokia 2600C Java use what software to develop?Netbean or what is better?
[QUOTE=im2amit;860800]Nokia 2600C is Java J2me MIDP 2.1 / CLDC 1.1 device refer to [url]http://www.developer.nokia.com/Devices/Device_specifications/2600_classic/[/url]
for device spec's and yon download the sdk emulator from this above link.
You can program using (Netbean with Mobility pack,) or (SUN WTK + editplus) or (Eclipse + Mobility pack) [B]+ Nokia S40 5th edition lite SDK[/B]
You will need to use GCF, HTTP Connection API for sending data to server over GPRS.
Refer to this link - [url]http://www.developer.nokia.com/Community/Wiki/How_to_use_HTTP_Get_request_in_Java_ME[/url]
for sending your string "0001#10" to the server as a request param and get back the result.
On the servers side simple PHP/JSP/ASP script with database connection do the required task.
What server can you use ?[/QUOTE]
no problem with all server PHP/JSP AND ASP.actually i m computer application developer.i just don't know the basic thing.but,u had explained all.thanks a lot man ! thanks im2amit !
and im2amit, which application u suggest to use? (Netbean with Mobility pack) or (SUN WTK + editplus) or (Eclipse + Mobility pack) ?which one u suggest and prefer?
Re: Nokia 2600C Java use what software to develop?Netbean or what is better?
Hello chinye2020,
regarding selecting an IDE (Eclipse or NetBeans), you might want to check the Java Developer's Library by Nokia for more information (Java Developer's Library 3.10 > Getting started > Setting up the development environment): [url]http://library.developer.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-BF9CA615-073C-4A51-9571-AEEC2D2937BC.html[/url]
For getting started for developing Java ME applications with the IDEs and SDKs, the Java Developer's Library by Nokia includes the following guidelines (Java Developer's Library 3.10 >
Getting started): [url]http://library.developer.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-21AA1479-A73B-4E2C-8D0C-5453AB011B32.html[/url]
Regards,
r2j7
Re: Nokia 2600C Java use what software to develop?Netbean or what is better?
1 more question. if i write a java application with Nokia 2600c. is that Sony Ericson's device work with the same application?