So, coming back to a thread in the EJB mailing list about integrating Bean
Validation with other specs, what about having method-level validation in
JAX-WS :
@WebService
@Transactional
public class AccountService {
public Account get(@NotNull Account model) { }
}
If we agree that BV method-level validation should work everywhere, that
means JAX-WS needs an upgrade (and I really hope we will be able to
do BV method-level validation all accross Java EE).
Antonio
On Mon, Sep 3, 2012 at 1:17 PM, Werner Keil <werner.keil_at_gmail.com> wrote:
> Ask the Spec Lead, who happens to be the same as JSON btw.[?]
>
> I am not aware of a dedicated new version, and even if it started now,
> it'll most likely miss "Code Freeze" for the EE 7 Release train anyway. So
> if non-invasive things may be improved, probably best to have another MR,
> otherwise for 2.3 I guess we might have to wait for EE 8. My gut feeling
> tell me...
>
> Werner
>
>
> On Mon, Sep 3, 2012 at 10:58 AM, Antonio Goncalves <
> antonio.goncalves_at_gmail.com> wrote:
>
>> Hello all,
>>
>> I was having a look at JAX-WS specification (
>> http://jcp.org/en/jsr/detail?id=224) and noticed there was a Maintenance
>> Release 4 last December. Otherwise, nothing special on
>> http://jax-ws.java.net/ or http://java.net/projects/jax-ws.
>>
>> Does anybody know if there are any plans to upgrade JAX-WS for Java EE 7
>> (such as a JAX-WS 2.3 or something like that) ?
>>
>> Thanks
>> Antonio
>>
>
>
>
--
Antonio Goncalves
Software architect and Java Champion
Web site <http://www.antoniogoncalves.org> |
Twitter<http://twitter.com/agoncal>|
LinkedIn <http://www.linkedin.com/in/agoncal> | Paris
JUG<http://www.parisjug.org> |
Devoxx France <http://www.devoxx.fr>