-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: PostgreSQL
JSON as core type in PostgreSQL 9.2
It looks like PostgreSQL 9.2 will get a JSON core type. Additionally, there will be functions to produce JSON data from database queries: query_to_json() array_to_json() row_to_json() Here is a simple example that uses the new query_to_json function: This query will produce … Continue reading
Hibernate 3.6.1-Final wurde released
Hibernate 3.6.1-Final ist released. Es wurden hauptsächlich Bugs in Bezug auf JPA 2.0 gefixed und Verbesserungen gemacht. Eine der wichtigen Änderungen ist ein verbesserter Umgang mit langen Zeichenketten und Binary-Typen (BLOB, LOB, LONGVARCHAR, LONGBINARY) speziell für PostgreSQL, Oracle und MS … Continue reading
Posted in Java Persistence
Tagged Datenbank, Hiberna, JPA 2.0, MS SQL Server, oracle, PostgreSQL
Leave a comment
Database replication MySQL vs. PostgreSQL 9.0
PostgreSQL supports a variety of replication solutions. These solutions are add-ons, they were not part of the core. Since version 9.0 of PostgreSQL offers a built-in replication solution. The following paper compares the replication of both open source databases MySQL … Continue reading
PostgreSQL 9.0 Beta mit eingebauter Replikation ist da!
PostgreSQL 9.0 Beta ist draussen. Zu den neuen Features zählen zum ersten Mal eine integrierte Replikationsfunktion und eine verbessert LISTEN/NOTIFY-Technik. Weitere Informationen: http://www.heise.de/newsticker/meldung/PostgreSQL-9-0-Beta-mit-eingebauter-Replikation-991643.html