• 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

Java Smart Ticket Demo

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am learning server side development with MIDP 2.0.
I have the Smart Ticket Demo 1.2, jdk1.4.x, j2ee 1.3 Ref Implementation from Sun and the Wireless Toolkit Beta 1.0.4_0.
I am trying to deploy the application with j2ee deploy tool. I get this error: "smart_ticke.ear is corrupt or cannot be read".
Does anyone know what causes this problem and can anyone suggest an easier way for me to learn how to use my MIDlets to access Servlet/EJB/Java/Database/Enterprise IS etc.
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If you already know the basics, skip the first link
http://wireless.java.sun.com/midp/articles/wtoolkit/
second link is the tutorial for accessing a servlet from your MIDP application.
http://wireless.java.sun.com/midp/articles/tutorial2/
Mind you, you won't find a simpler tutorial than this!!
Regards,
Shashi
 
Lindikaya Ntshinga
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will give it a go, thanks Shashi
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic