+import java.io.StringReader; +import java.net.MalformedURLException; +import java.util.Hashtable; +import java.util.Vector; + +import javax.xml.parsers.DocumentBuilderFactory; + import org.apache.xindice.client.xmldb.ResourceSetImpl; import org.apache.xindice.client.xmldb.XindiceCollection; import org.apache.xindice.client.xmldb.resources.XMLResourceImpl;
Looks like we have different ways to reorganize the imports :-) Is there an 'Apache' preferred organization?
Oh well... it's just that I'm a lazy butt. :-) The guidelines should be, IIRC,
java.*
javax.*
[other non-project specific imports]
[project specific imports]
But I might well be wrong, feel free to change it at will. I just strongly dislike and discourage the * imports... and I love the "Organize imports" feature of Eclipse. :-)
Ciao,
-- Gianugo
