• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

acces points and J2ME help me

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

I developped a J2ME to connect to my server.I would like know if there are several acces points, is it possible that my J2ME choose automatIcally the right acces point.

OULD NADIF
 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not that I'm aware of. When you start the midlet, it will use whatever the phone's default connection is set at. On some phones, the user can manually override the default connection setting to specify one, but I'm not aware of any way the midlet can control which connection is used.
 
Ould Nadif
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your reply.
It seems that once a midlet is signed, any message is adressed to the user to sign him that his applicaton is going to connect to a server.I tested that it works with my emulator. I was wondering how my appication find the right acces point.

Why am I wondering this question ?
Because sometimes there are several acces points.In my case, there are one for the WAP GPRS.It enables to download my midlet.And another acces point to enable my midlet to acces my server.It is not convenient.

So far I don't know how to resolve it.

OULD NADIF
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic