• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

requirement for development of j2me application

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am completely new to j2me application.

I have enough knowledge of j2ee as i have been working as a java programmer for last 4 years.

now our one project needs development in j2me .

but i am not aware with technology.

1. for j2me application, hosting server is different or we can use the same hosting server on which we normally uploaded our j2ee website?
2. what details should we keep in mind for developing a j2me application?
3. what point should we keep in mind, if i want to run my code on all the mobile (iphone, nokia, motorola..all )?
4. what kind of webserver we have to use for developing a j2me application?

AS i am begineer for j2me, i don't have any idea about it so please help me.

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

this link will help you.

http://www.ibm.com/developerworks/edu/j-dw-java-j2me1-i.html


Regards
gopi@c2info.com
 
Dhrupal Patel
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the help.

I am reading that material.


Meanwhile, if you can answer my following question than it will be more helpful to me.

1. what kind of hosting server is required to host j2me application? (our requirement is we want to make one html page which run on mobile on demand like gmail and other sites are running)
2. if i want to make my site running on all type of mobile ( iphone, nokia, motorola..all )then what should i do ?


Thanks

Dhrupal
 
Gopinath Karyadath
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
better you have to go the development of wireless application for mobile devices insted of J2ME Appl..
The technology you'll use for wireless development is the Wireless Application Protocol (WAP) , WAP is supported by most of the world's
telecommunication companies.
there is no need to host your j2me application in any web server.

let me know your actual requirements & about your project ,I can help you according this.

Regards
gopi@c2info.com
 
Dhrupal Patel
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for your instant reply and suggestion.

Our actual requirement is :

by sending sms, we want to send one link or icon. and by clicking on that, user is able to connect to the server and view that site (simple html page) which have his product information.

It's a simple requirement.

first of all we have to give effort estimation to our client . i.e. why i am inquire about the costs and it is working on all the mobile or not.

so if you can guide according to my requirement then it would be more helpful.

Dhrupal
 
Gopinath Karyadath
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

by sending sms ??
from pc ??

come to google talk
gopi@c2info.com
 
Dhrupal Patel
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, we will send sms through both, by pc and by mobile.


 
Gopinath Karyadath
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
for this why you need an application in mobile ??
just send sms with URL to mobile ( push message ) .

gopi@c2info.com

 
Dhrupal Patel
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
but, my website is on hosting server. and of course the content of the product page (url which i sent them through sms)is dynamically generated.
and then they are able to access it through mobile. like we are accessing gmail or yahoo from mobile.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like this would be a web site optimized for mobile access, not a JME application.
 
Dhrupal Patel
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry,

if i have posted it on wrong place.

so if i have to make my web site optimized for mobile acces then what should i do?

thanks for the guidance.
 
Dhrupal Patel
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for all your suggestions.
and you are right i am on the wrong track.

but now i found a solution.

regards,
dhrupal
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mobile phones obviously have a comparatively small screen, so you'll want to remove everything that's not essential. Mobile browsers also tend to lag behind desktop browsers in terms of features, so you'll want to go easy on cutting edge web technologies. As an example, compare the mobile version of JavaRanch with the standard version: https://coderanch.com/t/477101/Ranch-Office/JavaRanch-goes-mobile
 
A feeble attempt to tell you about our stuff that makes us money
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic