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 des Autors: Benjamin Barth
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 … Weiterlesen
Veröffentlicht unter Java Runtimes - VM, Appserver & Cloud
Verschlagwortet mit java7, jdk7
Hinterlasse einen Kommentar
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. … Weiterlesen
Veröffentlicht unter Java Runtimes - VM, Appserver & Cloud
Verschlagwortet mit developer preview, java7, jdk7
Hinterlasse einen Kommentar
“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, … Weiterlesen
Veröffentlicht unter Java Web Frameworks
Verschlagwortet mit border-collapse, CSS, DOM, Google Chrome, Web Development

