microservices 第9页
Pitfalls of the Singleton Bean-拾光赋

Pitfalls of the Singleton Bean

Pitfalls of the Singleton Bean ,A Spring bean. Sounds relatively harmless, doesn't it? What if I told you that this could be the source of many headaches in web servers, especially...
kity的头像-拾光赋kity5年前
0457
SOAP Microservices with Spring Boot, Part 2 using Spring Webservices (spring-ws)-拾光赋

SOAP Microservices with Spring Boot, Part 2 using Spring Webservices (spring-ws)

SOAP Microservices with Spring Boot, Part 2 using Spring Webservices (spring-ws),This is the second part of the tutorial creating SOAP microservices with Spring Boot. On this occas...
kity的头像-拾光赋kity5年前
0435
Architecturing Spring services-拾光赋

Architecturing Spring services

Architecturing Spring services,[disclaimer: this post will go in depth into many aspects of one possible type of architecture for microservices, and will use Java and SpringBoot to...
kity的头像-拾光赋kity5年前
0365
SOAP Microservices with Spring Boot, Part 1 using Apache CXF-拾光赋

SOAP Microservices with Spring Boot, Part 1 using Apache CXF

SOAP Microservices with Spring Boot, Part 1 using Apache CXF,This is the first part of a series of articles where we build a SOAP microservice with Spring Boot using several librar...
kity的头像-拾光赋kity5年前
03113
HystrixCommand Example-拾光赋

HystrixCommand Example

HystrixCommand Example,HystrixCommand is the central part of the Hystrix library. If your application has a risky code that may fail or may have high latency. Then HystrixCommand s...
kity的头像-拾光赋kity5年前
02812
Eager vs Lazy-拾光赋

Eager vs Lazy

Eager vs Lazy,Uso de Lazy o Eager para la obtención(fetch) de datos, implementando JPA en un proyecto Spring, pude notar la diferencia entre estos dos conceptos de persistencia de...
kity的头像-拾光赋kity5年前
0208
Micronaut vs Spring Framework-拾光赋

Micronaut vs Spring Framework

Micronaut vs Spring Framework,In this post we will: Learn what is the cold start problem and why it is bad How micronaut solves this problem? Create a simple service in micronaut. ...
kity的头像-拾光赋kity5年前
0339
JSON Logging in Spring Boot Applications-拾光赋

JSON Logging in Spring Boot Applications

JSON Logging in Spring Boot Applications,Application logs are like the black box. When troubleshooting issues first thing I look at is the application logs. It becomes essential to...
kity的头像-拾光赋kity5年前
0327
Martin Fowler and Sam Newman: When to Use Microservices (and When Not To)-拾光赋

Martin Fowler and Sam Newman: When to Use Microservices (and When Not To)

Martin Fowler and Sam Newman: When to Use Microservices (and When Not To),Upgrade your microservices knowledge by listening to a spirited conversation between two living legends: S...
kity的头像-拾光赋kity5年前
0249
How to: Spring Boot JPA + REST with Bootify-拾光赋

How to: Spring Boot JPA + REST with Bootify

How to: Spring Boot JPA + REST with Bootify,With the Spring Initializr we can create a basic project structure, but Bootify.io goes one step further: we define our own database sch...
kity的头像-拾光赋kity5年前
0248
Events around Java Microservices, Containers and Best Practices-拾光赋

Events around Java Microservices, Containers and Best Practices

Events around Java Microservices, Containers and Best Practices,In July and August, I'm running a series of events with experts from all over the world, focused on best practices i...
kity的头像-拾光赋kity5年前
03014
How to Develop Microservices: 7 Event-Driven Considerations-拾光赋

How to Develop Microservices: 7 Event-Driven Considerations

How to Develop Microservices: 7 Event-Driven Considerations, What are the are most important things for developers to know when it comes to microservices application development? M...
kity的头像-拾光赋kity5年前
0388