-
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: October 2010
“Mit JSF2 brauchen wir keine Bibliotheken…”
Eine mutige Aussage, die in letzter Zeit öfter zu hören ist. Tatsächlich sind mit JSF2 einige der Hauptgründe für den Einsatz von Bibliotheken wie RichFaces, ICEFaces und Co. weggefallen: Ajax, HTTP-GET und Resourcenhandling werden nun bereits durch den Standard definiert. … Continue reading
JPA 2.0 Criteria API How To
Einer der großen Neuerungen in JPA 2.0 war die (in den vorherigen Versionen sehr vermisste) Criteria API. Die API ermöglicht es, Abfragen objektorientiert zu bauen. Diese Queries sind typsicher, somit kann der Compiler die Korrektheit der Abfrage überprüfen. Sie werden … Continue reading
JIRA in your pocket
Bugbox for Jira is a mobile app, currently available für Android and IPhone, that lets you stay on top of JIRA issues when away from desktop. Bugbox works for JIRA 3.13.3 to JIRA 4.2. Some supported features: Synchronizing with your … Continue reading
Identify and extend Truststore used by a Weblogic 10.3 Server
This post shows how you can add a trusted certificate to a WebLogic 10.3 Server instances truststore. Recently I had to configure a Weblogic 10.3 Server instance to be able to do secure communication over SSL. Therefor you sometimes have … Continue reading
“border-collapse:collapse;” vs. Google Chrome
table { border-collapse: collapse; } The “border-collapse” CSS property can be used to collapse the borders of tables/cells into a single border. http://www.w3schools.com/css/pr_tab_border-collapse.asp Unfortunately, Google’s Web Browser Chrome has problems with this property in huge table with many DOM elements, … Continue reading
Posted in Java Web Frameworks
Tagged border-collapse, CSS, DOM, Google Chrome, Web Development
Leave a comment
Massendatenverarbeitung mit Hibernate
In Datenbankanwendungen steht man oft vor der Aufgabe, viele Datensätze gleichzeitig zu verarbeiten, sogenannte Bulk-Updates. Beispiele dafür sind das Löschen von 1000 Datensätzen oder das Ändern einer einzigen Spalte in einer großen Datenmenge.
Spring Roo 1.1.0 and STS 2.5.0 released
Spring Roo 1.1.0 has been release. The following main features are included: Incremental Database Reverse Engineering Spring MVC Enhancements Google Web Toolkit (GWT) 2.1 Google App Engine (GAE) Apache Solr Search Server JSON Support Serializable Add-On Library Updates Usability Roo … Continue reading
Posted in Spring Universe
Tagged databases, GWT, spring, spring roo, spring sts, springsource, SpringSource Tool Suite
Leave a comment