Need Help on Wireless Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajsarode2003
    New Member
    • Feb 2008
    • 4

    Need Help on Wireless Application

    Hi frnds,

    I am new to J2ME.
    I don't know from where to start. Please help me.
    I am trying develop an application(cli ent as touch sceen) which will get the data from server using wireless protocal. and show to Client Application(tou ch screen). It's just like client server Application.
    I need to know how can i do this in java?
    What i have to do initially.
    What factors effects in developeling application.
    What front end should i use for touch screen?
    Any other idea really appretiated.

    Thanks in advance.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by rajsarode2003
    Hi frnds,

    I am new to J2ME.
    I don't know from where to start. Please help me.
    I am trying develop an application(cli ent as touch sceen) which will get the data from server using wireless protocal. and show to Client Application(tou ch screen). It's just like client server Application.
    I need to know how can i do this in java?
    What i have to do initially.
    What factors effects in developeling application.
    What front end should i use for touch screen?
    Any other idea really appretiated.

    Thanks in advance.
    Your application communicating wireless or wired should be transparent to the
    application, i.e. it doesn't even know what the carrier is, it just communicates
    (using a socket?) That touchscreen too should be transparent to the application.
    Most (all?) touchscreens present themselves as two independent devices: an
    output device and some sort of pointing device (mouse). Java can handle those:
    just use the Swing classes and their functionality.

    kind regards,

    Jos

    Comment

    • rajsarode2003
      New Member
      • Feb 2008
      • 4

      #3
      thanks Jos,

      but i already told i am beginner in J2ME.
      Can you suggest me from where should i start. means client application, server application, wat resources i need to collect to build this application. I saw some forums in sun site but i still need some help.

      It's just like Kiosk when user click the button then the page is transferd to that perticular page according to users request.

      And the most How can i initialize the our Frontend because we are not doing anything initially.e.g. if someone starts the touch screen how our program will activated automatically.

      Thanks.

      Comment

      Working...