When I posted on Tablet PC while back I've had a response so I'll bash this thing too. The project we're developing is going to use some PocketPC's. One of the requirements is to be able to take signatures. As we think you can't put a signature directly on a web form we're considering the user putting the data over the web form and then generating runtime a rtf so that the user could load it in Pocket Word and add the signature. Later in the office the report (in pocket word format) would be synchronized using the cradle. As we're still evaluating the devices on the market (here I haven't seen any Mobile 5.0 devices) I had installed the Mobile 5.0 SDK and the scenario works fine with a 2003 SE emulator device. However the Mobile 5.0 Word doesn't have the drawing capability. Are we stuck with the 2003 editions, do I have to enable the drawing capability in a certain way or is the emulator that doesn't have it (I can't even paste if from the Notes app)?
Relaxing SSL validation for JaxWS
I've recently had the need to access a web service developed in .Net and signed with a self signed certificate. I've decided to use the JaxWS and the Metro stack to develop the client and run it on Java6. As a plus, the service was protected with username and password. The service was exposed on an IP address and I repetedly had problems in establishing a connection. In the end, thanks to this article, it was obvious that the certificate was not created with the alternative name attribute but it was not an option to change the certificate as the web service was already used by other consumers (.net clients don't suffer by this issue). So, on my quest to relax the validation, I've found out this article and code snippet, which did not compile at first (I guess package names were changed in JDK6) so I've did some trivial refactoring and now, after invoking the static methods in the client code, the SSL connection gets validated with no problems. Hope it helps and th...
Comments