I'd say port this (http://franklinmint.fm/2004/09/27/mobile_atom.html) to mirae and get your hands dirty while we wait for others to chime in.
-- dims On Fri, 18 Mar 2005 15:28:16 -0600, Han, Wade <[EMAIL PROTECTED]> wrote: > Davanum: > > Thank you for your fast response. > > For your long answer: > > We have explored the stuff on the listed. We are going to use J2ME. > WSS4J seems too big for a PDA. If we use j2me, we even find it is very > hard to plug in the XML encryption, because all data wrapped in objects. > > Of course, we can use https, but for some reason it is not the option > for us. I also think writing sockets to intercept the object and plug in > the XML security, it seems too tedious. > > For your short answer: > > How hard do you think it would be if I want to modify the mirae or > jsr-172 ri to add the xml security such as encryption? > > Another question for you: > > If you were me, what would you handle the security issue? (j2me + > webservice) > > Thanks a again and have a nice weekend. > > Wade > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Friday, March 18, 2005 2:14 PM > To: Han, Wade > Cc: [EMAIL PROTECTED] > Subject: Re: security > > Wade, > > Long answer - If you look at WSS4J > (http://ws.apache.org/ws-fx/wss4j/), it uses xml-security > (http://xml.apache.org/security) which in turn uses BouncyCastle's > jars (http://www.bouncycastle.org/latest_releases.html) to do the > encryption/signing etc...So Yes, it is possible to add stuff to mirae > if we follow the same pattern and port the xml-security stuff to j2me > and then port portions of wss4j as well. > > Short answer - No one has done it yet :) > > -- dims > > On Fri, 18 Mar 2005 15:04:48 -0600, Han, Wade <[EMAIL PROTECTED]> > wrote: > > > > > > > > Is there somebody that has the idea how to handle the ws-security with > mirae > > such as xml encryption and signature? > > > > > > > > Thanks. > > > > > > > > Wade > > -- > Davanum Srinivas - http://webservices.apache.org/~dims/ > > -- Davanum Srinivas - http://webservices.apache.org/~dims/
