-
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: JSON
Kommunikation zwischen Browser und Backend: Objektserialisierung mit Kotlin
Java bietet eine sogenannte Objektserialisierung, bei der ein Objekt als eine Folge von Bytes dargestellt werden kann, die sowohl die Daten des Objekts als auch Informationen über den Typ des Objekts und die im Objekt gespeicherten Datentypen enthält. Nachdem ein … Continue reading
Einfache JSON Integration in Java ohne JAXB mit Manifold
Im letzten Artikel hatten wir bereits eine Übersicht über die wichtigsten Funktionen von Manifold geliefert. In diesem Artikel der Serie soll es nun um die Möglichkeiten für die Integration von JSON-Objekten und JSON-Schemata direkt in den Java-Code gehen.
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
Open Source SOAP / REST monitor and router
Membrane is a router and monitor for HTTP and Web Services written in Java and licensed under the ASF 2.0 license. It features a graphical user interface for analyzing HTTP traffic in real-time that provides formatters for XML, SOAP and … Continue reading
Posted in SOA / Webservices
Tagged JSON, monitor, Representational State Transfer, rest, router, soap, Web Service, XML
Leave a comment