Top "Jsr" questions

JSR commonly refers to Java Specification Requests, formal standards for the Java platform.

JSR-303 @Valid annotation not working for list of child objects

My main classes is public class UserAddressesForm { @NotEmpty private String firstName; @NotEmpty private String lastName; private List<AddressForm> …

java json spring spring-mvc jsr
JSR 303: How to Validate a Collection of annotated objects?

Is it possible to validate a collection of objects in JSR 303 - Jave Bean Validation where the collection itself does …

java bean-validation hibernate-validator jsr
What is JSR and what's its use?

What is the relevance of JSR and how does one optimize it for one's use? I read something like jsr82 …

java jsr
How do I validate that the @RequestParams are not empty?

I have a calculator service that gets the operation type, num1 and num2 from the user. I need to validate …

java spring-boot junit4 bean-validation jsr
@Size annotation to validate a field

I need to validate a field - secPhoneNumber (secondary phone #). I need to satisfy below conditions using JSR validation The …

java validation spring-mvc jsr
Adding @NotNull or Pattern constraints on List<String>

How can we ensure the individual strings inside a list are not null/blank or follow a specific pattern @NotNull …

java json validation hibernate-validator jsr
jaxrs-api VS jsr311-api VS javax.ws.rs-api VS jersey-core VS jaxrs-ri

I have googled around quite a bit still am confused as to what each of the above exactly mean. Here …

rest jersey jax-rs jsr jsr311
How to find the jar of java.rmi package

I am developing an Android application which needs some rmi stuff since Android doesn't support rmi by default i found …

java android dalvik jsr
HTTP Status 500 - Handler processing failed; nested exception is java.lang.AbstractMethodError:

Please help me with learning the basics of Spring 3 MVC better, I was trying to learn about Spring JSR 303: Bean …

spring-mvc bean-validation spring-3 jsr validationerror
JSR-109 Web Services remove in Eclipse

In Eclipse's Project Explorer view there is a project named "JSR-109 Web Services" that can not be deleted or removed. …

eclipse jsr