-
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: March 2012
jshint-eclipse: JavaScript Code Quality Plugin for Eclipse
JavaScript has a lot of pitfalls, so it is very important to have a code analysis tool that detects errors and bad programming style. jshint-eclipse is an Eclipse plugin that uses the static code analysis tool JSHint to analyze your JavaScript sources. JSHint is … Continue reading
Posted in Eclipse Universe, Java and Quality, Java Web Frameworks
Tagged code analysis, Code Quality, Eclipse, javascript, JSHint, jshint-eclipse
Leave a comment
Mylyn WikiText – an Open-Source library for handling wiki markup
Mylyn is an Eclipse plugin and framework for task management. It’s subproject – Mylyn WikiText – provides an extensible framework and tools for parsing, editing and presenting wiki markup. It can be used standalone, integrated into your Java application without … Continue reading
Posted in Eclipse Universe
Tagged confluence, Eclipse, markup, MediaWiki, mylyn, Textile, TracWiki, TWiki, wiki, WikiText
Leave a comment
Advancement in HTML Data specifications: New W3C notes
Embedding data / metadata in HTML opens traditional Web 2.0 development to Web 3.0 (aka semantic) technologies. Well-defined terminologies in form of vocabularies (such as Dublin Core) or full-featured Ontologies (which can be constructed using meta languages such as RDF … Continue reading
Posted in Java Web Frameworks
Tagged dublin core, html, ontologies, owl, rdf, semantic web, w3c
Leave a comment
Component-scan mit einer Namenskonvention in Spring
Um Komponenten in einem Spring-Container bekannt zu machen, gibt es zwei grundsätzlich unterschiedliche Möglichkeiten: Explizite Bekanntmachung der Komponente z.B. per -Tag Automatische Suche nach Komponenten im Klassenpfad mit dem Tag Die automatische Suche macht dabei standardmäßig alle Klassen im Klassenpfad … Continue reading
Posted in Spring Universe
Tagged annotation, configuration, convention, Dependency Injection, spring, XML
Leave a comment
STS 2.9.0 released
SpringSource recently released the Eclipse-based IDE SpringSource Tool Suite version 2.9.0. The highlights of the new release include: based on Eclipse Indigo SR2 (3.7.2) Updates to bundled tools/frameworks: tc Server 2.6.3 Spring Roo 1.2.1 Grails 2.0.1 Improved support for Gradle, Grails … Continue reading
Posted in Eclipse Universe, Groovy and Grails, Spring Universe
Tagged Eclipse, grails, Groovy, Spring Integration, spring roo, springsource, STS, TC Server
Leave a comment