Details
-
Type: Wish
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Rather than having 1 class -> a local name part of the class name and no namespace
it'd be nice to introduce the option of namespaces. e.g. use a namespace of a package
for com.foo.bar
we could have
<Person xmlns="java:/com.foo.bar">
<Address>....</Address>
</Person>
instead of
<com.foo.bar.Person>
<com.foo.bar. Address>... </com.foo.bar. Address>
</com.foo.bar.Person>
which is a little neater and works more nicely with the WS-* and WSDL worlds
Issue Links
- is duplicated by
-
XSTR-595 Support namespaces (bind to package name)
Sorry for duplicating this feature, I would really like it too. Is it very difficult to code? Could the aliasPackage-method be any helpfull?