Search Results

2
votes
1answer
260 views

Marshalling polymorphic objects in JAX-WS

I'm creating a JAX-WS type webservice, with operations that return an object WebServiceReply. The class WebServiceReply itself contains a field of type Object. The individual operations would popul …
0
votes
1answer
55 views

Utilise common entity classes across different JAX-WS web services

I have a few JAX-WS web services hosted on the same server. They use the same entity objects, but when the web services are consumed by a client, the reflected entity objects are always different b …
0
votes

Is Java 2 sufficient for getting SCJP Standard edition 6?

There are a lot of changes between 1.6 and 1.2. A short list: assert is now a keyword Introduction of generics in 1.5 New NavigableMap and NavigableSet interfaces …