Buchrezension: Einfach Programmieren für Kinder
10/05/17
Das Buch "Einfach Programmieren für Kinder" möchte eine kindgerechte Einführung in die Thematik sein. Und das ist sehr gut gelungen. Read more
10/05/17
Das Buch "Einfach Programmieren für Kinder" möchte eine kindgerechte Einführung in die Thematik sein. Und das ist sehr gut gelungen. Read more
11/16/16
Let me be clear: This post is not about building a Docker container for your application – it is about... Read more
09/06/16
Continuous Deployment ist bisher nur in sehr wenigen Unternehmen angekommen. Die Regel sind immer noch eine Handvoll Releases im Jahr,... Read more
08/11/16
Prämisse Die IT wird in der Zukunft noch wichtiger, als sie jetzt schon ist. Geschäftsprozesse werden immer digitaler, neue rein... Read more
04/05/16
Lately I’ve been much into event driven architectures because I believe it’s the best approach for microservices, allowing for much... Read more
01/21/16
Ein zentraler Enterprise Service Bus ist dafür zuständig, die Kommunikation zwischen Systemen innerhalb eines Unternehmens zu übernehmen. Dabei übernimmt der... Read more
01/11/16
Eine Microservices-Architektur entsteht selten auf der grünen Wiese. Wie geht man also mit Schnittstellen zu Legacy-Systemen um? Und neben Legacy-Systemen... Read more
11/09/15
Wenn man einführende Artikel zum Thema Microservices liest, so heißt es meist lapidar, dass Microservices über REST oder Messaging kommunizieren... Read more
09/01/15
Bernd Rücker und Daniel Meyer schreiben im Fazit von “Wie lässt sich Ordnung in einen Haufen (Micro)Services bringen”, dass gerade... Read more
07/13/15
Gerade in den letzten Wochen wird wieder intensiver über Microservices diskutiert, insbesondere nachdem Martin Fowler seinen “Monolith First”-Ansatz veröffentlichte und... Read more
06/08/15
Neulich in der Kaffeeküche im Gespräch mit einem Kollegen, der gerade von einem zweijährigen Sabbatical im Dschungel Brasiliens zurückgekehrt ist.... Read more
04/27/15
It seems that ‘Bounded Context’ (from Eric Evans’ Domain Driven Design) has become one of the terms that have to... Read more
01/12/15
This post is about architectural concepts for web applications – self-contained systems (SCS) and resource-oriented client architecture (ROCA) – and... Read more
12/01/14
In the previous blog post we looked at a best practice architecture for Java Batch applications that is running successfully... Read more
11/24/14
More and more companies are doing their batch processing in Java these days – but how do you do it... Read more
11/17/14
Writing your own Spring Boot Starter can be a very reasonable thing to do – not every technology is covered... Read more
11/12/14
Java batch is becoming a hot topic in enterprise environments these days, but how do you do it the right... Read more
11/06/14
Immer mehr Unternehmen setzen auf Batch-Verarbeitung in Java – nur wie macht man es richtig? Nach einer kurzen Einführung in... Read more
09/02/14
Spring Batch 3.0 supports writing and running batch jobs that comply with the JSR-352 specification, which is the standard for... Read more
08/26/14
Spring Batch 3.0 supports writing and running batch jobs that comply with the JSR-352 specification, which is the standard for... Read more
08/19/14
Java batch is becoming a hot topic in enterprise environments these days, but how do you do it the right... Read more
08/04/14
Wenn man von Big Data spricht, redet man häufig über Hadoop oder NoSQL-Datenbanken. Dabei ist Big Data viel mehr als... Read more
07/01/14
Die Batchverarbeitung gehört zu den ältesten Verarbeitungsformen in der IT überhaupt, und doch gab es im Java-Bereich bisher keinen Standard... Read more
06/06/14
Jeder kennt sie, manchmal heißen sie Architekturteam, manchmal Framework-Team, manchmal Methoden und Verfahren. Jede größere Firma mit eigener IT und... Read more
05/19/14
During the last years you could read a lot about the rise of the Java Enterprise Edition and the fall... Read more
05/15/14
Mit dem JSR 352 wurde die Batch-Entwicklung im Java-Bereich standardisiert, und mit der Aufnahme in die Java Enterprise Edition 7... Read more
05/13/14
This post introduces a new project we set up – our own Spring Boot starter for Spring Batch: spring-boot-starter-batch-web. Spring... Read more
05/05/14
Dieser im Javamagazin 11/2013 erschienene Artikel beschreibt die Neuerungen in Spring Batch 2.2. Die zwei wichtigsten Neuerungen betreffen zwei starke... Read more
04/03/14
Have you ever been wondering what it means that your job has ended in UNKNOWN state? Or why your job... Read more
12/05/13
As you might already know, the JSR-352 is the standardization effort for batch processing in Java. It has been released... Read more
11/28/13
The JSR-352 (Batch Applications for the Java platform) has been released and included in JEE7 over half a year ago,... Read more
09/16/13
Here it comes, the second part of my Spring One wrap-up, this time not from sunny California but from rainy... Read more
09/12/13
Today’s the last day of Spring One in Santa Clara, California, the biggest conference on the Spring eco system, and... Read more
07/29/13
JSR-352 is final and included in JEE7, the first implementation is available in Glassfish 4. JSR-352 takes over the programming... Read more
07/08/13
Finally, last part of the blog series! Today we’ll have a quick look at scaled batch jobs, done via partitioning... Read more
06/30/13
When adding more jobs to an ApplicationContext, you will soon run into problems with the naming and the uniqueness of... Read more
06/23/13
One important feature in XML is the possibility to write abstract job definitions like these: <job id="abstractJob" abstract="true"> <listeners> <listener... Read more
06/16/13
This is the third post about the new Java based configuration features in Spring Batch 2.2. In the first post... Read more
06/09/13
This is the second post about the new Java based configuration features in Spring Batch 2.2. In the first post... Read more
06/02/13
This is the first part of a series on Java based configuration in Spring Batch. Spring Batch 2.2 will be... Read more
04/28/13
When running Spring Batch in production it’s always good to keep an eye on performance. And in pre-production it’s helpful... Read more
04/25/13
Dennis Schulte und ich haben gestern auf der JAX 2013 in Mainz einen Vortrag mit dem Titel ‘Enterprise Java Batch... Read more
01/20/13
There’s now a newer post about the same topic at Self-Contained Systems and ROCA: A complete example using Spring Boot,... Read more
11/25/12
I really don’t claim to be a REST expert, but I learned a few things during the last months that... Read more
07/22/12
I must admit, when looking at Spring 3.0’s feature list for the first time I didn’t see one thing I... Read more
03/30/12
This is the third post in a series about transactions in Spring Batch, you find the first one here, it’s... Read more
03/25/12
This is the second post in a series about transactions in Spring Batch, you find the first one here, it’s... Read more
03/21/12
This is the first post in a series about transactions in Spring Batch, you find the second one here, it’s... Read more
02/11/12
This is the third post in a series describing a business component architecture using Spring 3.0/3.1 features like Java based... Read more
02/05/12
This is the second post in a series describing a business component architecture using Spring 3.0/3.1 features like Java based... Read more
01/30/12
This is the first post in a series describing a business component architecture using Spring 3.0/3.1 features like Java based... Read more
12/16/11
Given the following technology stack: – Java frontend with the Standard Web Toolkit (SWT), started via Java Web Start. –... Read more
10/11/11
Google’s App Engine is a platform as a service (PAAS) offered by Google. Any servlet-based web application can be deployed... Read more