• 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

(Urgent!)Does WebSphere Studio Device Developer (WSDD) support midp 2.0?

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have recently installed WSDD in Pocket PC 2002. Now I have two problems:
(1) My application is developed using MIDP 2.0 and uses bouncy castle for the security implementation. Can I implement it using WSDD too? Does WSDD support MIDP 2.0?
(2) Does WSDD in any form support https (such as import certificate, store in keystore)? If not, how can I achieve the https connection? Can I get it from third-party software?
I appreciate any of your input. Please help.
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, WSDD does not support MIDP v2.0 yet. WSDD supports HTTPS through an add-on package from a third party company. Please read its documentation to find out.
 
Kelly Adams
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael,
Thanks!
Would you tell me which third-party software they use to support https? I've beening looking the documentation but couldn't find any so far.
Thanks in advanced.
Kelly
 
Michael Yuan
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wedgetail JCSI
http://www.wedgetail.com/wsdd/
It is available through WSDD's custom update site.
 
Kelly Adams
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael,
Thanks so much. I'll try it out.
Kelly
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic