Als «jsr» getaggte Fragen

4
JSR-303 @ Ungültige Annotation funktioniert nicht für Liste untergeordneter Objekte
Meine Hauptklassen sind public class UserAddressesForm { @NotEmpty private String firstName; @NotEmpty private String lastName; private List<AddressForm> addresses; ... setters and getters public class AddressForm { @NotEmpty private String customName; @NotEmpty private String city; @NotEmpty private String streetAn; @NotEmpty private String streetHn; @NotEmpty private String addressCountry; @NotEmpty private String postCode; …
95 java  json  spring  spring-mvc  jsr 

5
Was ist JSR und wozu dient es?
Welche Relevanz hat JSR und wie optimiert man es für den eigenen Gebrauch? Ich habe so etwas wie jsr82 für Bluetooth und etwas anderes für andere technische Apps gelesen. Welche Relevanz hat es?
87 java  jsr 
Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.