I wanted to check out Amazon's search engine A9 and I actually found a link to one of my posts on TabletPC. In hope that someone will read this I'll make my second wish. I wish that the TabletPC kit can be installed on a "normal" PC with a graphic tablet (I installed the SDK, but it's not the whole experience and the lines are not smooth). I have a low budget Wacom tablet and a except from having tilt recognition has excellent pressure sensitivity and rather good precision. I have a news for the corporate folks, drawing with tablet is great, taking notes also, but hey, if you are one of the 1,3 billion Chinese the tablet just might be the best input device they have ever seen. So don't consider this technology to be for the top 5% penetration but something that potentially has HUGE market. A good laptop (without tablet support) in this moment starts around 1200, I bought my tablet for 69 a year and a half ago. So... go figure.
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