list of results
search for Tag: java
category: Computer --> programming --> MongoDB --> morphium
Morphium version 5
2022-11-15 - Tags: java mongodb morphium
- Targets of the rewrite
- Rewrite bottom up
- migration
- Current status
- ...
category: Computer --> programming --> MongoDB --> morphium
Morphium V4.2.13
2021-11-15 - Tags: morphium java mongodb
Morphium V4.2.13
We have just released a new version, which again contains some improvements and fixes:
- Feature: EarlyProcessed - this allows incoming messages to be marked as "processed" before
...
category: Computer --> programming --> MongoDB --> morphium
Morphium V4.2.12 released
2021-08-13 - Tags: java morphium mongodb
The latest Version of morphium (V4.2.12) was released a couple of days ago. As usual, the changes contain Bugfixes and improvements.
- Tests were changed so that they run more smoothly in total, less side effects
- Tests were sim
...
category: Computer --> programming --> MongoDB --> morphium
Morphium V4.2.8 released
2021-06-15 - Tags: morphium java mongodb
Morphium V4.2.8 was released including the following features:
- FEATURE:basic support for Aggregation with the
InMemoryDriver
usingExpr
- FEATURE: Support for
Expr
in Qureries - FI
...
category: Computer --> programming --> MongoDB --> morphium
Morphium V4.2.0 released
2020-09-14 - Tags: java mongodb morphium
We just released Morphium V4.2.0 including a lot of fixes and features:
- Feature: new MongoDB Driver 4.1 is used and so we do support mongodb 4.4 now
- Feature: direct support of all aggregation stages
- Feature: Expr-Lan
...
category: Computer --> programming --> MongoDB --> morphium
Morphium 4.1.4 released
2020-08-10 - Tags: morphium java mongodb
We released Morphium 4.1.4. This includes, as usual a bunch of improvements and fixes. Here is the changelog since V4.1.0:
V4.1.4:
- Morphium is
AutoClosable
now - simplifies usage - Checking for a field exist
...
category: Computer --> programming --> MongoDB --> morphium
Morphium V4.1.2
2020-03-03 - Tags: java mongodb morphium
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 ...
- complete new ObjectMapper implementation based on Jackson. Using this, we are about 30% faster
...
category: global
Morphium 4.0.0 in the works
2018-07-17 - Tags: morphium java mongo
MongoDB released the long awaited V4.0 just recently. And of course there are a lot of new features, but the most exiting one was probably the support for multi document ACID transactions!
The mongo driver does support all those features si ...
category: Computer --> programming --> MongoDB --> morphium
Custom Caching in Morphium
2018-05-20 - Tags: java mongodb morphium cache
since the first version of Morphium it provided an internal cache for all Entities maked with the annotation
Cache
. This cache was configured mainly via those annotations.This cache has proven its usefulness in countless proje ...
category: Computer --> programming --> MongoDB --> morphium
MongoDB Messaging via Morphium
2018-05-06 - Tags: java programming morphium
One of the many advantages of Morphium is the integrate messaging system. This is used for synchronizing the caches in a clustered environment for example. It is part of Morphium for quite some time, it was introduced with one of ...
category: Computer --> programming --> MongoDB --> morphium
New Release Morphium 3.2.0Beta2 - Java Mongo Pojo Mapper
2018-05-02 - Tags: morphium java mongodb mongo POJO
Hi,
a new pre-release of morphium is available now V3.2.0Beta2. This one includes a lot of minor bugfixes and one big feature: Messaging now uses the Oplogmonitor when connected to a Replicaset. This means, no polling anymore and the system ...
category: Computer --> programming --> MongoDB --> morphium
New Release of Morphium V3.1.7
2017-11-21 - Tags: java mongo
We just released V3.1.7 of morphium - caching mongodb pojo layer.
- performance increase insert vs upsert
- update handling of non-mongoid ID-fields (bugfix)
- updated Tests
- new strategy for buffered writer: WAIT<
...
category: Computer --> programming --> Java
Jblog - Java Blogging Software
2017-05-20 - Tags: java blog
I explained here why PHP and Wordpress is a pain in the ass and that I decided to build a new software on a stack I knew.
As I am the only user of this software, I did ...
category: Computer --> programming --> Java
New Version of Morphium available V3.1.3
2017-05-17 - Tags: java morphium mongodb
This release contains some minor fixes and improvements:
- fixing some testcases, adding new tests
- bug in storelist fixed, where it does not honor the
disableBufferedWriterForThread
- improving aggregator, m
...
category: Computer --> programming --> MongoDB --> morphium
Morphium Documentation
2014-09-05 - Tags: morphium java mongo
want help translating / documenting / coding? Conctact us on github or via ...
category: Computer --> programming --> Java
Anderes Character Encoding JDK7u45 vs Jdk7u4
2013-11-27 - Tags: java programming
no english version available yet
...
category: Computer --> programming
Objective-C vs Java - Memory Management
2013-05-29 - Tags: java memorymanagement objective-c
no english version available yet
Bei meinen Entwicklungen in Java und Objective-c musste ich mich zwangsläufig auch mit dem Memory Management auseinandersetzen. Das ist in Java meistens ja etwas, das insbesondere seit JDK 1.4 mehr oder mind ...
category: Computer
PostgreSQL => MongoDb => Morphia => Morphium
2013-04-18 - Tags: java mongodb morphium
no english version available yet
Das war ein langer Weg... Bei holidayinsider.com nutzen wir mittlerweile MongoDB (neben Lucene-SolR als primäre SearchEngine) als primäres BackEnd. ...
category: global
new Version of #Morphium (#M...
2012-06-17 - Tags: java morphium mongodb
new Version of Morphium and Morphium GUI: #Morphium (#MongoDb Object Mapper)
category: Computer --> programming --> MongoDB --> morphium
Morphium Messaging Options
2020-02-25 - Tags: java morphium mongo
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 ...
category: Computer --> programming --> MongoDB --> morphium
Morphium messaging vs messaging systems
2020-02-23 - Tags: morphium java messaging
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 diffe ...
category: Computer --> programming --> MongoDB --> morphium
fieldbased encryption in mongo using Morphium
2020-01-09 - Tags: java
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- ...
category: Computer --> programming --> MongoDB --> morphium
Morphium messaging JMS implementation
2019-08-20 - Tags: morphium java
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:
...
category: Computer --> programming --> MongoDB --> morphium
Morphium 4.0.0 released
2018-11-09 - Tags: mongo mongodb java morphium
What was that again? Morphium is a sophisticated Object Mapper and Messaging System for MongoDB. It adds a lot of features to MongoDB, for example a dedicated InMemoryDriver, so that you can run all your Tests just in RAM without the need to insta ...
category: Computer --> programming --> MongoDB --> morphium
Morphium V4.0.0-RC5
2018-10-19 - Tags: mongodb java morphium
We went quite a long way to get here, but... eventually we will
We put a lot of time and effort in this new Release Candidate #5 of Morphi ...
category: Computer --> programming --> MongoDB --> morphium
Morphium 4.0.0 - work in progress
2018-08-15 - Tags: java mongodb morphium
We are still working on getting morphium 4.0.0 done. We are behind schedule a bit but want to explain here, what is going on at the moment:
- Morphium is
- FEATURE:basic support for Aggregation with the
- Feature: EarlyProcessed - this allows incoming messages to be marked as "processed" before
...