OIO ‘s Developer Blog
This is the publication playground for these guys from Orientation in Objects, a Java Competence Center based in Germany.-
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 XML Universe
Archiv der Kategorie: Build, config and deploy
How to build a working Hibernate OSGi bundle for JPA 2.0
One outcome of the missing standardized modularization concept in the java platform is the need to deal with incompatible release distributions for infrastructure libraries, used in our everyday project life. An infamous and illustrative example for the resulting mess is … Weiterlesen
Veröffentlicht unter Build, config and deploy, Java EE, Java modularization, Java Persistence, Java Web Frameworks, Spring Universe
Verschlagwortet mit Bundlor, Hibernate, jpa2, OSGi
Hinterlasse einen Kommentar
Grails is getting Maven support
According to a recent blog post of Grails project lead Graeme Rocher, Grails is getting Maven support in the form of a plugin. Currently, Grails uses Maven repositories for dependency resolution, but the build system of a Grails application uses … Weiterlesen
Veröffentlicht unter Build, config and deploy, Groovy and Grails
Verschlagwortet mit ant, Build, Gant, gradle, grails, maven
Hinterlasse einen Kommentar
Spring Framework moves to GitHub
The spring framework moved to GitHub: Today we’re happy to announce that the Spring Framework has moved to GitHub! As you’ve probably noticed, nearly every other Spring project has already made the move, and those that haven’t will soon. In … Weiterlesen
Veröffentlicht unter Build, config and deploy, Spring Universe
Verschlagwortet mit git, spring
Hinterlasse einen Kommentar
Project Jigsaw – jdk8? – big picture?!?
Mark Reinhold (Chief Architect of the Java Platform Group at Oracle) just published a “document” titled “Project Jigsaw: The Big Picture — DRAFT 1“, his words: This document is an overview of the current state of Project Jigsaw, an exploratory … Weiterlesen
Veröffentlicht unter Build, config and deploy, Java Basics, Java modularization
Verschlagwortet mit jdk8, jigsaw, lambda
Hinterlasse einen Kommentar
Enforcing an encoding for Eclipse in a maven project
In Maven it’s easy to set the encoding for your source code to a defined encoding (e.g. UTF-8) by inserting this part into your pom file: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> But how to apply this to your Eclipse project?
Veröffentlicht unter Build, config and deploy, Eclipse Universe
Verschlagwortet mit Eclipse, Encoding, maven, UTF-8
Hinterlasse einen Kommentar
Bamboo 3.4 released!
Atlassian just released Bamboo version 3.4. Continuous Integration and Release Management Any build server can mindlessly run your builds over and over. Go further with automated building, testing, deploying, and releasing of your software. Instantly scale with automatically managed agents … Weiterlesen
Veröffentlicht unter Atlassian Tools, Build, config and deploy
Verschlagwortet mit atlassian, bamboo
Hinterlasse einen Kommentar

