• 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

wireless processing with JAVA

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are re-engineering an older application into being web based. The original application is written in COBOL and uses wireless devices that communicate with the UNIX host. The processing actually happens on the UNIX in COBOL and only the screens and associated data are passed to the radios. We need to do this in the newer technologies. There is an underlying UNIX COBOL based system as well. When we are done, this system will be a 5-tier architecture, web-based written in JAVA. Any information or hints out there on what we do with the wireless side?
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would expect that the folks in the J2ME (Micro Edition) forum know LOTS about this. I'll move your post over there.
 
reply
    Bookmark Topic Watch Topic
  • New Topic