-

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 Web as a Platform XML Universe
Monthly Archives: January 2010
Testing with different IE versions
Testing with different versions of Firefox or Google Chrome is easy since there are portable versions available. But what about the Internet Explorer? You can install different versions of the Internet Explorer using Multiple IE With Expression Web SuperPreview it … Continue reading
Javascript performance comparision
Nice article about comparing javascript framework performance on different browsers: http://www.ibm.com/developerworks/web/library/wa-aj-advjquery/index.html?ca=dgr-twtrjQuery-Intrameddth-WD&S_TACT=105AGY83&S_CMP=TWDW You saw that jQuery can be considered one of the faster libraries you can choose. However, you also saw that even if you choose one of the fast JavaScript … Continue reading
Posted in Java Web Frameworks
Tagged chrome, dojo, firefox, IE, javascript, jquery, mootools, performance, prototype, safari, yui
Leave a comment
Google Collections Library is final
The “Google Collections Library” has finally been released: The Google Collections Library 1.0 is a set of new collection types, implementations and related goodness for Java 5 and higher, brought to you by Google. It is a natural extension of … Continue reading
Subversion 1.6.9 has been released
Subversion 1.6.9 has been released this week, the changes can be found here.
Difference between @Autowired and @Resource in Spring
The main difference is that @Autowired wires per type and @Resource wires per bean name. But @Autowired in combination with @Qualifier also autowires by name. …@Autowired is a spring annotation whereas @Resource is specified by the JSR-250. So the latter … Continue reading
Posted in Spring Universe
Tagged annotation, Dependency Injection, Java Basics, spring
Leave a comment
Gavin King on Contexts, Dependency Injection, EE 6 and Weld
Nice chat about Dependency Injection, Contexts and more on Dzone, with transcription. http://java.dzone.com/videos/gavin-king-jsr299
Posted in Java Basics, Java EE, Java Web Frameworks
Tagged Contexts, Dependency Injection, Java Basics, Java EE 6, JSF, jsr 299, Seam, Weld
Leave a comment


