Open in app
Home
Notifications
Lists
Stories

Write
Damien Metzler
Damien Metzler

Home

Published in Nuxeo Open Kitchen

·Jul 28, 2021

Mutual Authentication with NGinx and Java (Part 2)

Context In the first part of this series, we configured an NGinx server with mutual authentication and we were able to do some requests on it using cURL. In Java, the way certificates are managed can be sometimes cumbersome. …

Java

5 min read

Mutual Authentication with NGinx and Java (Part 2)
Mutual Authentication with NGinx and Java (Part 2)

Published in Nuxeo Open Kitchen

·Jul 27, 2021

Mutual Authentication with NGinx and Java (Part 1)

Context When you need to securely access a resource on a server, whereas it is a document or the result of a web service call, the transaction needs to verify different things: The client can trust the server The server must verify that the client can access the resource The first…

Nuxeo

7 min read

Mutual Authentication with NGinx and Java (Part 1)
Mutual Authentication with NGinx and Java (Part 1)

Published in Nuxeo Open Kitchen

·Mar 27, 2021

Troubleshooting a Java Application In Kubernetes

Picture by nikko macaspac on Unsplash When Developers Meet Ops You’ve built your Java application and deployed it on Kubernetes in your dev environment. Eventually, this app will go to production and you will experience real usage. And then new unexpected problems will come. …

Troubleshooting

7 min read

Troubleshooting A Java Application In Kubernetes
Troubleshooting A Java Application In Kubernetes

Published in Nuxeo Open Kitchen

·Mar 15, 2021

What You Should Know About Disaster Recovery

Shit Happens All The Time Recent news reminded a lot of people that a disaster can occur in any datacenter: 3.6 million websites went down after a fire blew up a datacenter of the french hosting company OVH. Octave Klaba, the CEO of OVH, quickly asked his customers to execute their disaster recovery plans. …

Nuxeo

8 min read

What You Should Know About Disaster Recovery
What You Should Know About Disaster Recovery

Published in Nuxeo Open Kitchen

·Jan 15, 2021

How-to Write An Environment Aware Nuxeo Package?

What Is The Goal Here? When deploying a Nuxeo application, we often have some parameters that differ from one environment to another. For instance, the SAML endpoint may be different between production and development. To address that problem there are different solutions: specialize some parameters in nuxeo.conf: the configuration then becomes the responsibility of the…

Nuxeo

6 min read

How-to Write An Environment Aware Nuxeo Package?
How-to Write An Environment Aware Nuxeo Package?

Published in Nuxeo Open Kitchen

·Nov 19, 2019

Generate A Zip Asynchronously With VertX

What Does It Mean To Generate A Zip Server Side? One of my reflexes, when I try to do something I’ve never done before, is first to query Google to have an idea if someone already encountered the problem and also get a rough idea about the various strategies to…

Vertx

7 min read

Generate A Zip Asynchronously With VertX
Generate A Zip Asynchronously With VertX

Published in Nuxeo Open Kitchen

·Oct 23, 2019

A Nuxeo Immutable Image

Immutable Infrastructure In the DevOps culture, you may often hear about immutable infrastructure. This describes an infrastructure where deployments are reproducible and immutable: if executed twice, it should give the same result. It is important because it guarantees that a given deployment leads to only one given state. For instance, when the…

Docker

6 min read

A Nuxeo Immutable Image
A Nuxeo Immutable Image

Published in Nuxeo Open Kitchen

·Oct 15, 2019

An Experiment — Would Nuxeo Fit In A Lambda

Inception While playing recently with serverless technologies and Java, it came to my mind a very stupid idea: could we run Nuxeo in a Lambda? Why would I want that? There are numerous situations when you may need light access to the document repository, just to get a document and do…

Java

8 min read

An Experiment — Would Nuxeo Fit In A Lambda
An Experiment — Would Nuxeo Fit In A Lambda

Published in Nuxeo Open Kitchen

·Sep 16, 2019

Building A Nuxeo Component (an opinionated way)

Picture by Randy Fath on Unsplash The Nuxeo Platform was designed from the beginning to be a Service Oriented Platform. We embraced SOA from the beginning and that’s one of the reason why it’s so easy to do calls like Framework.getService(MyService.class) from every part of the code in Nuxeo. We…

Nuxeo

9 min read

Building A Nuxeo Component (an opinionated way)
Building A Nuxeo Component (an opinionated way)

Published in Nuxeo Open Kitchen

·Aug 7, 2019

Configure A Static Single Page Application At Runtime

Picture by Kai Dahms on Unsplash What Problem Are We Trying To Solve? I used to be a frontend developer in the past. However, life and job made me switch to the backend side and now to the joy of deploying those applications in the cloud. Nowadays, all frontend applications subscribed to the single page app paradigm…

Docker

5 min read

Configure A Static Single Page Application At Runtime
Configure A Static Single Page Application At Runtime
Damien Metzler

Damien Metzler

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable