Zurück zum Blog

Tag: java

JUG-Vortrag “Architektur: bitte nicht zukunftssicher!”

Julian Schäfer

07.03.2023
Die Java User Group mit Eberhard Wolff war ein voller Erfolg! In seinem Vortrag 'Architektur: bitte nicht zukunftssicher!' geht er der Hypothese nach, dass es am zukunftssichersten ist, sich nicht allzu viele Gedanken über die Zukunftsfähigkeit seiner Architektur zu machen.
Weiterlesen

Zu Gast auf dem ersten digitalen Javaland

Björnie

01.04.2021
Zum ersten Mal hat sich die Javaland '21 vollständig online präsentiert. Es gab jede Menge Vorträge, 'Frühstücksfernsehen', Spiele-Automaten und die obligatorischen Messestände der Sponsoren - aber leider auch ein paar Kinderkrankheiten, die bei der ersten Online-Konferenz vielleicht auch einfach unvermeidbar sind. Ein - durchaus subjektiver - Erfahrungsbericht.
Weiterlesen

Frameworkless Frontend und trotzdem glücklich?

Benjamin Seber

23.06.2020
Mit einigen Jahren JavaScript und Reactjs Erfahrung durfte ich Ende letzten Jahres (November 2019) Teil eines neuen Teams und eines neuen Projektes werden. Das Projekt ist ein Traumprojekt jeden Entwicklers. Ein grüne Wiese Projekt mit 'freier' Technologiewahl. 'Frei' in Form von man darf sich die Zeit für eine Risikoanalyse nehmen und moderne Tools und Frameworks evaluieren.
Weiterlesen

Ist das jetzt Urlaub oder Arbeit?! – Ein typischer Tag auf der JCrete

Robin De Silva Jayasinghe

25.07.2019
Die JCrete ist eine, wenn nicht *die* Unconference im Java-Umfeld. Initiiert von Heinz Kabutz, Kirk Pepperdine und einem Team von Dis-Organizern, findet die Unconference seit 2011 jedes Jahr auf der griechischen Insel Kreta statt. Ich hatte die Ehre, dieses Jahr schon schon zum zweiten Mal dabei zu sein und beschreibe an dieser Stelle einen typischen Tag auf der JCrete.
Weiterlesen

Java Deep Dive – class file format for debug information

Max Ullinger

14.03.2019
We are developing Apps for Android and one important aspect of our pipeline is automated device testing using Espresso. My co-worker recently had to debug an Android test that would fail on only one of our various devices.
Weiterlesen

Using Travis CI to deploy to Maven repositories and GitHub Releases

Luca Arrasz

24.01.2018
This post outlines the steps needed to simultaneously deploy to Maven repositories and to GitHub Releases. Every time a tagged commit is pushed, a Travis CI build will be triggered automatically and start the release process. This blog post uses Sonatype Nexus as an example for a Maven repository manager. Preparing GitHub Releases Sergey Mashkov has written a Maven plugin that allows us to create a new release on our project’s releases page and upload our build artifacts to a release.
Weiterlesen

Devoxx4Kids @ JavaLand4Kids

Daniel Hammann

Tobias Schneider

31.03.2017
Dieses Jahr waren wir, Devoxx4Kids Deutschland, wieder als Mentoren mit bei der Organisation und Durchführung der JavaLand4Kids dabei. Die von der DOAG organisierte Veranstaltung findet alljährlich im Rahmen der JavaLand…
Weiterlesen

Axon 3: Event Replaying

Oliver Messner

Sandra Thieme

01.03.2017
Axon is a lightweight framework that supports the implemenation of CQRS patterns by providing commonly used building blocks. One of those patterns is an event sourced application architecture. Even…
Weiterlesen

Bean X of type Y is not eligible for getting processed by all BeanPostProcessors

Marc Kannegiesser

04.11.2016
Recently we had a problem related Springs auto-proxy feature that I think is worth writing about. The Problem We use Spring as our framework of choice because it provides us…
Weiterlesen

JavaScript Code Refactoring automatisieren

Benjamin Seber

25.08.2016
Vor kurzem hatte ich die Muße ein älteres JavaScript Projekt zu refactoren. Unter anderem sollte die Assertion Bibliothek Jasmine von 1.x auf 2.x aktualisiert werden. Zwei Dinge gab es bei…
Weiterlesen

Our days @ para//el 2016

Michael Clausen

11.04.2016
Last week Stefan and me took part as guests at the para//el conference in Heidelberg. The actual program was separated into 2 keynotes, one per day, and 36 talks, 18…
Weiterlesen

springboot & reactjs #2 | progressive enhancement based on list sorting

Benjamin Seber

08.04.2016
This is the second article of a springboot & reactjs article series about server side rendering and progressive enhancement. In the first article we have learned how to render a…
Weiterlesen

Devoxx4Kids meets JavaLand

Katja Arrasz-Schepanski

17.03.2016
Zum zweiten mal fand im Rahmen der JavaLand Konferenz im Phantasialand Brühl die JavaLand4Kids statt. Wie auch letztes Jahr hat die Devoxx4Kids das Event tatkräftig mit Hardware und dem JumpingSumo…
Weiterlesen

springboot & reactjs #1 | server side rendering

Benjamin Seber

11.03.2016
This is the first article of a series about server side rendering and progressive enhancement. We will implement a product list that can be sorted by two parameters. Furthermore the…
Weiterlesen

How to monitor JAXRS/Jersey applications

Michael Clausen

29.07.2015
If you nowadays visit a conference, you still might get into contact with sessions where people are talking about monitoring or at least some aspects of it and ALM (application…
Weiterlesen

Devoxx Poland 2015 Summary

Mateusz Szulc

02.07.2015
So that’s it. Three days, 2.000 Developers from 20 countries, over 140 speakers from around the world, and one outstanding beautiful city. It is for the first time, when Devoxx…
Weiterlesen

Javaland – 2015

Joachim Arrasz

15.04.2015
Dieses Jahr hatte ich endlich einmal die Gelegenheit einen Tag auf der Javaland, einer recht neuen Konferenz im deutschsprachigen Raum, zu verbringen. Spannend ist hier vor allem die Location, das…
Weiterlesen

Javascript Linting Tool Evaluation

Sven Müller

Tobias Schneider

03.02.2015
In our internal JavaScript ‘User Group’ (called JS-Posse in honour of the legendary ‘The Java Posse‘ by Dick Wall, Chet Haase et al.), we recently decided to evaluate alternatives to…
Weiterlesen

The Qt framework: solid fun in many languages

Maya Posch

18.09.2014
Particularly to people using C++ and Python the Qt framework is probably quite well-known, as in these communities it’s one of the most-used frameworks for application development. For those who…
Weiterlesen

JavaForum Stuttgart 2014

Sebastian Heib

22.07.2014
Warum in die Ferne schweifen, wenn das Gute doch so nah ist? Das dachten sich dieses Jahr auch vier Entwickler von synyx, und machten sich daher am 17.07. auf nach…
Weiterlesen

Code gluse

Michael Clausen

22.01.2014
Code gluse Today’s post targets an API, which has been released on Dec. 11, 2006; the javax.scripting package [1] and a lot of good articles that have been written around…
Weiterlesen

My first time on a conference with synyx

Tobias Schneider

06.12.2013
I am a fresh employee at synyx. I started early in 2013 to work for the company and the Devoxx 2013 in Antwerp was my first conference with my new colleagues.…
Weiterlesen

yammer – Metrics made easy – Part I

Joachim Arrasz

02.09.2013
Metrics by yammer provides runtime metrics and statistics for all kind of apps you can imagine. A lot of stuff is directly useable out of the box, for example measuring…
Weiterlesen

Asynchronous concurrency with vert.x – Part 2

Otto Allmendinger

24.04.2013
CoffeeScript Vert.x supports JavaScript through the Rhino JavaScript engine. Although JavaScript is a decent language once you get to know it, I prefer CoffeeScript, a language that compiles to JavaScript.…
Weiterlesen

Asynchronous concurrency with vert.x – Part 1

Otto Allmendinger

15.04.2013
Event-Driven Concurrency At synyx, we are looking at vert.x for an upcoming project where we are building a system that will need to scale under load. The tag-line of vert.x…
Weiterlesen

Running RXTX on your Raspberry Pi

Johannes Graf

12.03.2013
A few years ago, a good friend of mine installed a small photovoltaic system on his roof. I’m very exited about installing some solar panels on a roof and start…
Weiterlesen

How Sysadmins monitor your Java application with JMX

Sascha Rüssel

07.02.2013
some time ago Aljona showed how to monitor and manage your java application with jmx I’m going to show, how you can make use of JMX from the viewpoint of…
Weiterlesen

Properly calculating time differences in JavaScript

Otto Allmendinger

05.11.2012
Let me tell you a tale about a fat-client application that has nice some time-related logic written in JavaScript. We want to calculate the difference between two dates, measured in…
Weiterlesen

My take on things – Java Community events vs. Java Conferences

Joachim Arrasz

25.04.2012
Heute will ich einmal die Gelegenheit nutzen und die beiden wohl populärsten Konferenzen für Java-Entwicklung innerhalb Europas gegenüberstellen. Dazu muss ich aber fairerweise anmerken, dass ich die Devoxx’2011 komplett besuchte,…
Weiterlesen

Reasons why I go to Devoxx

Marc Kannegiesser

10.11.2011
Yet another year is almost over. One of the reasons I notice this is because Devoxx is coming up again. And – of course – Synyx is going to be…
Weiterlesen

Make software-projects fit for git

Sascha Rüssel

25.10.2011
More and more Projects at our company are taking advantage of distributed and local revision control by using git. So to make a complete software-project fit for git, by not…
Weiterlesen

Endlich mal mit Profis arbeiten?

Katja Arrasz-Schepanski

06.07.2011
Wir suchen ab sofort Verstärkung für unser Individualsoftware-Team! Interessante Projekte, nette Arbeitsatmosphäre und alles, was man sonst so braucht. Schau mal rein, egal ob Du zum reinen Entwickler, zum Softwarearchitekten…
Weiterlesen

The Tale of JBoss and the 7 Little Logging Frameworks

Jochen Schalanda

30.06.2011
At Synyx we’re currently taking care of a rather large legacy project for one of our customers in the course of our Code Clinic services. The project comprises several components…
Weiterlesen

Devoxx 2010 – Revisited using Parleys

Marc Kannegiesser

28.12.2010
This year in November three of my colleagues and I were visiting the best Java conference ever – Devoxx in Antwerp (blogs here: 1,2,3). Now, since more than a month…
Weiterlesen

Devoxx University

Florian Hopf

17.11.2010
As the university days on Devoxx are nearly finished I’d like to summarize some of the more interesting talks that happened during the first two days. Marc already wrote some…
Weiterlesen

On cross-device mobile development – Part 2

Florian Krupicka

07.09.2010
In the previous part of this series we took a look on how to develop mobile applications with plain HTML, CSS & JavaScript (furthermore refered to as the web stack). A…
Weiterlesen

On cross-device mobile development – Part 1

Florian Krupicka

13.08.2010
Once in a while a demand for fast development of a mobile application for several platforms at once comes up. Your team of developers might be small or knowledge about…
Weiterlesen

Dependency Hell or Including JSR303 into a hibernated JavaEE App

Joachim Arrasz

20.07.2010
Today i integrated the JSR303 reference implementation, which is Hibernate-Validator 4.x, into an existing JavaEE application. The application is built on Spring 3.0 and uses our Synyx Hades project, which…
Weiterlesen

Servlet container options for Maven

Florian Hopf

09.07.2010
When developing web apps with Maven the de facto standard for running the app is to use the excellent Maven Jetty Plugin which runs the project in an embedded Jetty…
Weiterlesen

Template based document generation using ODFDOM

Florian Hopf

13.06.2010
Generating documents from data that is managed by a web application is a quite common need. Think about letters that are generated for a customer relationship management system or bills…
Weiterlesen

In my humble opinion — FroYo rocks!

Joachim Arrasz

26.05.2010
FroYo (Frozen Yoghurt) is the name Google gave its new Android 2.2 Release. FroYo is like each previous version a mixture between API Changes, new Userfeatures and some new cool…
Weiterlesen