devops

GOTO Night at Hypoport: From the Monolith to Microservices - Randy Shoup

Hypoport is happy to host an interesting GOTO Night with Randy Shoup talking about „From the Monolith to Microservices“. On behalf of GOTO Berlin and Microservices Meetup Berlin we welcome you at Hypoport. Venue: Hypoport, Klosterstr. 71, 10179 Berlin Date: April 20, 2015 Entrance: 18:30 / 6:30PM Talk: 19:00 / 7PM „From the Monolith to Microservices: Lessons from Google and eBay“ by Randy Shoup Abstract: Most large-scale web companies have evolved their system architecture from a monolithic application and monolithic database to a set of loosely coupled microservices.

  • leif
    leif
angularjs

AngularJS 1.2 update hints

As you might have noticed, AngularJS 1.2.2 1.2.3 has been released lately, without dedicated announcement. Our update from an AngularJS 1.2-rc2 has been quite smooth, only two hints might be noteable in addition to the official migration guide. With the current version the AngularJS team has fixed some issues regarding the isolate scope as described in the changelog for the 1.2.0 release or at the relevant GitHub issues #1924 and #2500.

hibernate

Hibernate 4 Migration

Hibernate 4 wurde schon vor einiger Zeit veröffentlicht und beinhaltet neben Unterstützung der Mandantenfähigkeit ein grundlegendes Refactoring. Im Folgenden sollen die für eine erfolgreiche Migration notwendigen Schritte zusammengefasst werden. Insbesondere Frameworks, die Hibernate kapseln, sind in dem von Hibernate bereitgestellten Migrationsleitfaden kaum betrachtet worden. 1. Hibernate-API-Changes Hibernate Type Changes Am einfachsten sind sicherlich noch die Typ-Infomationen zu migrieren. So ist statt org.hibernate.Hibernate.TEXT nun org.hibernate.type.TextType.INSTANCE zu verwenden. Das trifft analog auch auf alle anderen Datentypen zu.