-
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
Author Archives: Benjamin Barth
GWT Activity & Places: Order matters
The GWT Activity and Places framework is a useful and common mechanism to use the browser history within your application allowing users to bookmark URLs and use the back button as a feature. To do so, it automatically updates the … Continue reading
Posted in Java Web Frameworks
Tagged Activities, Event handling, GWT, Handler registration, order, Places
1 Comment
Configure GWT deployment context within Eclipse IDE
Do you know this problem? When starting a GWT application within the dev-mode it will be deployed in the root context. But when building the project and deploying it, e.g., usually some context other than root will be used (on Tomcat … Continue reading
Posted in Eclipse Universe, Java Web Frameworks
Tagged deployment, Eclipse, GWT, jetty, Web Development
Leave a comment
1690 days later
Oracle finally released JDK 7. 1690 days after JDK 6 the new Java version is now available for download. Beside some new features which will improve the productivity, it contains several enhancements for performance and integration: Type inference with diamont … Continue reading
Developer preview of JDK7 released
Oracle has released the developer preview of Java 7 (Download). According to Mark Reinhold, jointly responsible developer at Oracle, this build is ready to test it: We’ve run all tests on all supported platforms and haven’t found any glaring issues. … Continue reading
Posted in Java Runtimes - VM, Appserver & Cloud
Tagged developer preview, java7, jdk7
Leave a comment
“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