InfoQ Homepage Java Content on InfoQ
-
Clojure in the Field
Stuart Halloway on Clojure development including BDD for functional code, wrapping Java APIs, third part libraries worth knowing, writing code without an objectual context, and the learning curve.
-
Diagnosing Web Application OutOfMemoryErrors
Mark Thomas explains the common Java OutOfMemoryError failures, showing how to diagnose such errors. He also discusses the JVM and tc Server configuration parameters affecting memory settings.
-
Modular Web Applications with OSGi and the RFC66 Web Container
In this presentation from SpringOne 2009, Rob Harrop provides a tutorial on creating effective modular web applications for OSGi and the RFC66 Web Container.
-
Open Source VI (vSphere) Java API for Managing VMware Platforms
This talk gives an overview of the VMWare management API, how to configure vSphere/VMware Server, provisioning new VMs and managing their lifecycles, monitoring performance, and automating management.
-
Grails For Spring Developers
Beside doing an overview of the Grails framework, Jeff Brown shows how to write a Spring-integrated application in Grails with Beans, DI, Spring MVC, DB transaction management and remoting.
-
Basking in the Limelight
Micah Martin introduces Limelight, a JRuby GUI library that uses the theater metaphor for writing GUIs. The talk introduces basic concepts, how to style GUIs, and much more.
-
Design Your Own DSL with Groovy
Guillaume Laforge explains what makes Groovy to be better suited to create a DSL: closures, meta-programming, operator overloading, named arguments, demonstrating how to write a DSL in Groovy.
-
SpringOne Panel: The Future of Enterprise Deployment
Javier Soltero, SpringSource CTO of Management Products, hosts this panel discussion on software deployment and what IT operations should be looking for when considering production system needs.
-
Industrial Strength Groovy
Paul King presents some of the tools helping one programming in Groovy: Cobertura, CodeNarc, EasyB, GroovyDoc, GroovyMock/Spock, Hudson, Maven/Ant/Gant/Gradle, OSGi, and Spring/Guice.
-
QCon SF Keynote: Techie VC's Talk About Trends & Opportunities
Kevin Efrusy and Salil Deshpande talk about what makes a business successful or not, presenting three actual cases they have been involved with: Hyperic, G2One, SpringSource.
-
What’s New in dm Server 2.0?
New in dm Server 2.0: web bundles, SLF4J/LogBack, plan files, Integrated ConfigAdmin, remote repo for dynamic bundle download, improved admin console, SSH-enabled console, unified user/pass store.
-
Working With Spring Web Flow
Keith Donald discusses controller modules, Ajax events, partial responses, security, data access, lazy-load exceptions, testing, flow design/implementation best practices, and deploying flows.