-
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: migration
SubGit for Subversion to Git migrations
When migrating Subversion (SVN) to Git, the default tool to use is git-svn which is included in the Git distribution. That’s nice when directly switching over to Git, as you only need a one-time repository conversion.
Posted in Atlassian Tools, Build, config and deploy
Tagged atlassian stash, git, migration, Stash Plugin, SubGit, Subversion
Leave a comment
GWTPHP – GWT mit PHP-Backend
Mit GWT (Google Web Toolkit) können Java-Entwickler effizient AJAX/RIA Anwendungen umsetzen. In GWT wird der Client in Java geschrieben, der am Ende durch GWT Compiler in HTML/CSS und JavaScript übersetzt wird. Im herkömmlichen GWT wird ein RPC Mechanismus Angeboten, bei … Continue reading