排序
How To return CREATED HTTP Status Code in Jax-Rs
How To return CREATED HTTP Status Code in Jax-Rs,Use created(URI location) of the javax.ws.rs.core.Response class. Usually when you return the 201 HTTP Status Code, you should retu...
Spring cloud: introduction to service discovery using netflix eureka
Spring cloud: introduction to service discovery using netflix eureka,Micro-services are all good until they come with their distributed challenges which normally we don't face in m...
Java Data. Creating an entity with JPA and Hibernate
Java Data. Creating an entity with JPA and Hibernate, Introduction This series is going to be all things Java and data related. I just want to do some big things with big data in J...
KiwisGuns more Realistic?
KiwisGuns more Realistic?,i was thinking about my guns plugin how can i make it more realistic. i thinking about recoil. V=mv/M V = Velocity Weapon M = Masse Weapon v = Velocity Bu...
Java – Inheritance
Java - Inheritance,Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object. The idea behind inheritance in Java is that ...
First-rate Java & JavaScript meetups in January 2022
First-rate Java & JavaScript meetups in January 2022,Java & JavaScript enthusiasts, gather around! We’ve selected the best quality meetups for you that our community loved las...
How to return a response with OK HTTP Status Code with Jax-Rs
How to return a response with OK HTTP Status Code with Jax-Rs,Use the ok() method of the javax.ws.rs.core.Reponse class to create a ReponseBuilder with a status of 200 (OK), or the...
[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.
[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.,Developing is hard, in particular, I believe developing o...
[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização
[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização,Desenvolver é difícil, em especial, acredi...
How would Zero Trust prevent a Log4Shell attack?
How would Zero Trust prevent a Log4Shell attack?, Balasys (6 Part Series) 1 Zero Trust: Is it anything new? 2 Modern Techniques to Prevent Malware instead of Detecting It ... 2 mor...
6 Tips and Tricks to avoid NullPointerException
6 Tips and Tricks to avoid NullPointerException,Null references have historically been a bad idea, even Tony Hoare who invented null references calls it The Billion Dollar Mistake....
Microservice: Creating a JPA application using Jakarta Persistence API in Payara Micro
Microservice: Creating a JPA application using Jakarta Persistence API in Payara Micro,In this blog we are going to discuss how your Java microservice application can connect to an...