caluga - java blog

Caluga - The Java Blog
latest blog entries page 4 / 18
Morphium V4.1.2

Release Morphium V4.1.2

We just released morphium V4.1.2 via maven central. The lots of changes do contain:

  • complete overhaul of messaging for increased stability, speed and less load on mongodb
  • new Feature Encrypted Fields:

´´

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - MongoDB - Morphium

creator Stephan Bösebeck 2020-03-03

read more
Morphium Messaging Options

Because I've now received this question a few times, here is a brief summary of morphine messaging and how to use it:

The first parameter in the constructor is always the morphium instance. This determines which Mongo is used and also some se

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: MongoDB - Java - Morphium

creator Stephan Bösebeck 2020-02-25

read more
Morphium messaging vs messaging systems

Morphium can also be messaging ... wow ... right?

Why do you still need such a solution? how does it compare to others, such as RabbitMQ, MQSeries etc.? Those are the top dogs ... Why another solution?

I would like to list some differences her

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - Morphium - messaging

creator Stephan Bösebeck 2020-02-23

read more
fieldbased encryption in mongo using Morphium

There will be a new feature in the next version of Morphium: automatic encryption and decryption of data.

This ensures that the data is only stored in encrypted form in the database or is decrypted when it is read. This also works with sub-do

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java

creator Stephan Bösebeck 2020-01-09

read more
Morphium messaging JMS implementation

Morphium 4.0.6.2 was released this week and this version contains one feature, which I want to show here: Morphium Messaging via JMS!

Here a little proof of concept test from the source:

´´´java

public class BasicJMSTests extends M

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - Morphium

creator Stephan Bösebeck 2019-08-20

read more