-
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
Monthly Archives: August 2013
GreenHopper wird JIRA Agile, Bonfire wird JIRA Capture
Atlassian hat im Rahmen der Vereinheitlichung und Vereinfachung seiner Produktnamen zum 26. August 2013 mehrere seiner Tools umbenannt. Die wichtigsten davon betroffenen sind GreenHopper und Bonfire, die künftig die Namen JIRA Agile beziehungsweise JIRA Capture tragen werden. Details und eine … Continue reading
Posted in Atlassian Tools
Tagged agile, atlassian, bonfire, Capture, greenhopper, jira
Leave a comment
Bootstrap 3.0 – flat design and improved responsiveness
Bootstrap has been released recently in version 3.0. Bootstrap is a open-source HTML/CSS toolkit (Apache 2 licence) to build modern websites or web applications. It’s not a framework but a set of css styles and jQuery plugins to help kick … Continue reading
Posted in Web as a Platform
Tagged Bootstrap, CSS3, Flat Design, Mobile, Responsive Design, twitter
Leave a comment
Gradle 1.7 released
Version 1.7 of the build tool Gradle was released on August 6th 2013. The release notes list many changes of this release compared to Gradle 1.6. As you can read in the release notes, Gradle 1.7 will speed up our … Continue reading
TypeScript Plug-in for Eclipse
Palantir Technologies has finally released an Eclipse Plugin for TypeScript, the statically typed superset of JavaScript with EcmaScript 6 features. In order to use the plug-in, you have to install node.js and install the plugin via the Eclipse update site … Continue reading
Posted in Eclipse Universe, Web as a Platform
Tagged Eclipse, IDE, Plug-in, Type inferencing, TypeScript
2 Comments
Animate.css – Ready to use CSS3 animations
Animate.css is a bunch of open source (MIT Licence) animations in the form of a single CSS file which you can add to your website or web application to add some nice looking animations. There is no JavaScript required for … Continue reading
JPA 2.0 Criteria API How To – GroupBy and Having
CriteriaQuery-Objekte bieten eine Möglichkeit mit dem JPA 2.0 Standard in Java typsichere Abfragen auf relationale Datenbestände unabhängig vom konkreten O/R-Mapping-Mechanismus zu spezifizieren. Über die groupBy() Methode des CriteriaQuery Interfaces lässt sich die Ergebnismenge gruppieren. Analog kann anhand der having() Methode … Continue reading
Posted in Java Persistence
Tagged Criteria, GroupBy, Having, Hibernate, JPA, persistence
Leave a comment
JPA 2.0 Criteria API How To – OrderBy
JPA Criteria Abfragen sind der standardisierte Weg um in Java Quellcode Abfragen zu spezifizieren, die bereits zur Compilezeit geprüft werden können. In diesem Beitrag wird gezeigt, wie das Suchergebnis einer CriteriaQuery sortiert werden kann, indem man die orderBy() Methode des … Continue reading
Posted in Java Persistence
Tagged Criteria, Database, Hibernate, JPA, Orderby, persistence, Query
Leave a comment