Working currently on an RelaxNG project, I needed to automate conversion of RNG schemas to a W3C compliant schema in NetBeans. The tool I used to perform the transform is Trang. I added this macro to the build.xml file: <macrodef…
Category: Java
For our current internal project, I needed a way to display images within a Java Swing application. There are probably as many solutions to this out, as there are swing programmers, but here is a quick way to get this…
Marc recently published a short tutorial on how to use Apache Abdera with Apache Abdera with our reference implementation of JAX-RS, Jersey. His code is server side, i.e. it explains using Jersey and Abdera for creating RESTful web services with…
This is seriously groundbreaking: Clemens (also here) just finished an example of a Metro client accessing Microsoft’s BizTalk Services (aka Internet Service Bus). “Well”, you might ask, “what is so groundbreaking about this? Isn’t this what this whole web services…
When you are working with Glassfish (like I am doing now), you might need to capture your HTTPS traffic. In an earlier post, I explained how to capture and decrypt any SSL/TLS traffic, as long as you have the server…
keytool is a useful utility for dealing with Java keystores, but it has a significant disadvantage: you can not export private keys with a certificate using keytool. Therefore, the only thing you can so is to add the certificate as…
In order to go through some exercise here, I recently needed to create a few Java classes from XSD schema. “Well,” I thought, “JAXB with its integrated XJC is your friend!” And so it is, but you might have to…
Marina Fisher and I will be presenting on AJAX interoperability here at JavaOne on Thursday at 5:30pm in Esplanade 302. We will be covering jMaki, WCF, Silverlight/ASP.NET AJAX and Java REST API interoperability. For more details, go here. tag: AJAX,…
Now – here is something quite interesting about Java directions: I was only remotely aware of JSR 277 – Java Modules – and took really no big interest in it. However, this effort might solve some of the self-inflicted problems…
David Chappell made some interesting remarks on Java and NetFX during his TechEd session and on his blog. He compares the creation of SCA by IBM, BEA and some others to the creation of the .NET Framework in 2000. I…