Explore >> Select a destination


You are here

blog.murewaashiru.com
| | blog.scottlogic.com
1.9 parsecs away

Travel
| | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project.
| | www.stackchief.com
3.3 parsecs away

Travel
| | Java serialization in depth including what is serialization, why we need serialization in Java, how it works, the serializable interface, problems with serialization and examples.
| | blog.bdoughan.com
3.4 parsecs away

Travel
| | The Java API for JSON Processing (JSR-353) is the Java standard for producing and consuming JSON which was introduced as part of Java EE 7....
| | blog.bdoughan.com
21.8 parsecs away

Travel
| This post will cover how to protect yourself from the entity expansion attack when you are using JAXB.