#beanvalidation نتائج البحث

Currently exploring how to enforce invariants of @java 14 record types using #BeanValidation. It's a pretty neat combination, detailed blog post coming up shortly.

gunnarmorling's tweet image. Currently exploring how to enforce invariants of @java 14 record types using #BeanValidation. It's a pretty neat combination, detailed blog post coming up shortly.

📢 Just blogged: Enforcing invariants of @java 14 records with #BeanValidation and a bit of byte code enhancement. 📝 morling.dev/blog/enforcing… 🤖 github.com/gunnarmorling/…


It really goes well with my beloved #BeanValidation Duke 😀

gunnarmorling's tweet image. It really goes well with my beloved #BeanValidation Duke 😀

para criar uma validação customizada com #BeanValidation que funciona em DTOs e Entities da JPA corretamente, ou seja, integrada ao container do #Spring, vc precisa configurar o #Hibernate como a abaixo: gist.github.com/rponte/e6530d9…

rponte's tweet image. para criar uma validação customizada com #BeanValidation que funciona em DTOs e Entities da JPA corretamente, ou seja, integrada ao container do #Spring, vc precisa configurar o #Hibernate como a abaixo:

gist.github.com/rponte/e6530d9…

What's your oldest unmerged pull request on GitHub (log in and go to github.com/pulls)? Mine is github.com/emmanuelbernar… from Feb 3, 2016, with a #BeanValidation 2.0 proposal. Anyone has an older one? Bonus points if it's still actively being discussed 🤓.

gunnarmorling's tweet image. What's your oldest unmerged pull request on GitHub (log in and go to github.com/pulls)? Mine is github.com/emmanuelbernar… from Feb 3, 2016, with a #BeanValidation 2.0 proposal. Anyone has an older one? Bonus points if it's still actively being discussed 🤓.

Why my custom javax.faces.context.ExceptionHandler doesn't handle exceptions stackoverflow.com/questions/6563… #beanvalidation #exceptionhandler #jsf

overflow_meme's tweet image. Why my custom javax.faces.context.ExceptionHandler doesn't handle exceptions stackoverflow.com/questions/6563… #beanvalidation #exceptionhandler #jsf

BeanCreationException, NoSuchBeanDefinitionException found for same service jar in feature branch but not in master branch code stackoverflow.com/questions/6153… #javabeans #maven #beanvalidation #pomxml #spring

overflow_meme's tweet image. BeanCreationException, NoSuchBeanDefinitionException found for same service jar in feature branch but not in master branch code stackoverflow.com/questions/6153… #javabeans #maven #beanvalidation #pomxml #spring

Adding additional HTTP header on contraint violation with Bean Validation and JAX-RS: adambien.blog/roller/abien/e… #jaxrs #beanvalidation #thinwars #usetheplatform #javaee


I like #PrimeFaces client side validation, it executes on client and server, is configured on each component (not a single place as struts) and integrates with #BeanValidation spec: primefaces.org/showcase/ui/cs…


Once again I've stumbled upon an issue that I was able to solve by just applying a simple annotation. #JavaEE really can do wonders for your productivity! #SoftwareDevelopment #BeanValidation #JakartaEE #Java


2018: 🎇Attended CSS training 🍼Had a baby 🔬Created @vxdmicroservice 📕Published #BeanValidation 👨‍🏫Published Microservices on @pluralsight 🕺Tango (7 Milongas) 2019: 🎇Attend CSS training 📘Publish #JPA 🧔More @java_hipster 🔬More Microservices 🕺More Tango (20 Milongas)


The #Java #BeanValidation specification is a set of constraints that can be placed on the properties of #JavaBeans. The specification is divided into several versions, including 1.0 (#JSR303), 1.1 (#JSR349), 2.0 (#JSR380) and 3.0 (…lnkd.in/eDvUqjAY lnkd.in/e5MhizPk


🚨¿Sigues validando datos "a mano"? STOP right there 🚫 Usa anotaciones con Bean Validation y olvídate del boilerplate 👇 ✅ @NotNull@Size(min=3) ✅ @Email Menos código, más certeza 💪 #Java #SpringBoot #BeanValidation #CleanCode


🚀 ¡Asegúrate de que tus datos sean correctos! Usa @Valid en tus controladores para validar entradas automáticamente. 👌✨ Combina con @BeanValidation y verás la magia: errores claros y limpieza en tu código. 🎩🔍 #Java #BeanValidation #CodingTips #DevLife #SpringBoot


That's a subtle but important distinction! `@NotBlank` checks for whitespace-only strings, whereas `@NotEmpty` only checks for empty strings. Thanks for highlighting this often-overlooked difference! #BeanValidation #Java #Validation


What's your oldest unmerged pull request on GitHub (log in and go to github.com/pulls)? Mine is github.com/emmanuelbernar… from Feb 3, 2016, with a #BeanValidation 2.0 proposal. Anyone has an older one? Bonus points if it's still actively being discussed 🤓.

gunnarmorling's tweet image. What's your oldest unmerged pull request on GitHub (log in and go to github.com/pulls)? Mine is github.com/emmanuelbernar… from Feb 3, 2016, with a #BeanValidation 2.0 proposal. Anyone has an older one? Bonus points if it's still actively being discussed 🤓.

The #Java #BeanValidation specification is a set of constraints that can be placed on the properties of #JavaBeans. The specification is divided into several versions, including 1.0 (#JSR303), 1.1 (#JSR349), 2.0 (#JSR380) and 3.0 (…lnkd.in/eDvUqjAY lnkd.in/e5MhizPk


Looks like version 3.0 of the #BeanValidation spec was targetting @JakartaEE 9. Any update for #JakarteEE 10 ? Any version 3.1 planned ? (cc @emilyfhjiang @ivar_grimstad @gunnarmorling ) jakarta.ee/specifications…


para criar uma validação customizada com #BeanValidation que funciona em DTOs e Entities da JPA corretamente, ou seja, integrada ao container do #Spring, vc precisa configurar o #Hibernate como a abaixo: gist.github.com/rponte/e6530d9…

rponte's tweet image. para criar uma validação customizada com #BeanValidation que funciona em DTOs e Entities da JPA corretamente, ou seja, integrada ao container do #Spring, vc precisa configurar o #Hibernate como a abaixo:

gist.github.com/rponte/e6530d9…

لا توجد نتائج لـ "#beanvalidation"

Which constraints should be added to #BeanValidation 2.0 (JSR 380)? RE

java's tweet image. Which constraints should be added to #BeanValidation 2.0 (JSR 380)? 

 RE
هذه التغريدة لم تعد متوفرة.

Finally met @gunnarmorling in person after interacting a lot as part of our #beanvalidation EG work. Great spec lead!

mr__m's tweet image. Finally met @gunnarmorling in person after interacting a lot as part of our #beanvalidation EG work. Great spec lead!

Yee-haw -- #BeanValidation 2.0 (JSR 380) passed the Final Approval Ballot; huge thanks to everyone involved! jcp.org/en/jsr/results…

gunnarmorling's tweet image. Yee-haw -- #BeanValidation 2.0 (JSR 380) passed the Final Approval Ballot; huge thanks to everyone involved! jcp.org/en/jsr/results…

It really goes well with my beloved #BeanValidation Duke 😀

gunnarmorling's tweet image. It really goes well with my beloved #BeanValidation Duke 😀

📢 Just blogged: Enforcing invariants of @java 14 records with #BeanValidation and a bit of byte code enhancement. 📝 morling.dev/blog/enforcing… 🤖 github.com/gunnarmorling/…


#BeanValidation 2.0 has passed the Public Review: jcp.org/en/jsr/results…. Big thanks to everyone making it possible - onwards to Final now!

gunnarmorling's tweet image. #BeanValidation 2.0 has passed the Public Review: jcp.org/en/jsr/results…. Big thanks to everyone making it possible - onwards to Final now!

Currently exploring how to enforce invariants of @java 14 record types using #BeanValidation. It's a pretty neat combination, detailed blog post coming up shortly.

gunnarmorling's tweet image. Currently exploring how to enforce invariants of @java 14 record types using #BeanValidation. It's a pretty neat combination, detailed blog post coming up shortly.

I'll speak about #BeanValidation 2.0 as well as Java + NoSQL at @JavaOneConf; looking forward to it very much! events.rainfocus.com/catalog/oracle…

gunnarmorling's tweet image. I'll speak about #BeanValidation 2.0 as well as Java + NoSQL at @JavaOneConf; looking forward to it very much! events.rainfocus.com/catalog/oracle…

Nice post; in #BeanValidation 2.0, @Valid gets more flexible and can be used for any generic container: beanvalidation.org/2.0/spec/2.0.0…

gunnarmorling's tweet image. Nice post; in #BeanValidation 2.0, @Valid gets more flexible and can be used for any generic container: beanvalidation.org/2.0/spec/2.0.0…

Why my custom javax.faces.context.ExceptionHandler doesn't handle exceptions stackoverflow.com/questions/6563… #beanvalidation #exceptionhandler #jsf

overflow_meme's tweet image. Why my custom javax.faces.context.ExceptionHandler doesn't handle exceptions stackoverflow.com/questions/6563… #beanvalidation #exceptionhandler #jsf

Loading...

Something went wrong.


Something went wrong.


United States Trends