InfoQ Homepage Java Content on InfoQ
-
OSGi for Application Developers
Neil Bartlett presents OSGi to Java developers: an introduction to OSGi, infrastructure projects using OSGi, the partial failure of OOP, the benefits of using COP, plus a demo.
-
Spring and Java EE 6
Jürgen Höller presents some of the new features coming in Java EE 6 and how their relate to Spring: Profiles, Servlet 3.0, JSR-236 Concurrency, JSF 2.0, JPA 2.0, JSR-303, JAX-RS, EJB 3.1, JSR-299.
-
Harnessing the Cloud
Mr. West provides a detailed view of cloud computing and how it can be harnessed for benefit. Issues covered include: agile economies, mobile knowledge workers, the cloud, and global organizations
-
Creating DSLs in Java
Venkat Subramaniam explains what DSLs are good for, then he demos the creation of a DSL in Java, starting with a grammar and a parser, with an emphasis on useful patterns to be used along the way.
-
Pragmatic Real-World Scala
Jonas Bonér talks about Scala showing the benefits of OO, the type system, closures, high-order functions, immutability, Actors, then using ORM, AOP, DI and Testing with Scala.
-
Three Years of Real-World Ruby
Martin Fowler talks about ThoughtWorks's experience with using Ruby on client projects for the past three years.
-
Spring Framework 3.0, The Next Generation
Juergen Hoeller sees 3.0 as the completion of what was started with 2.5. Some topics covered are: more annotation-based configuration options, Unified EL++, REST, Portlet 2.0 and Java EE6 support.
-
Neo4j - The Benefits of Graph Databases
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
-
Writing DSLs in Groovy
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
-
Time to Live
This presentation explores lean software development principles for the build, run, and manage cycle, how they can be applied to various deployment models and how Spring technologies are supportive.
-
Google App Engine and the Google Data APIs
This presentation introduces the Google App Engine and an overview of its features while building a simple application. Integration with the Google Data APIs is demonstrated.
-
From Concurrent to Parallel
This presentation looks at how Java SE 7 will address the challenges of multi-processor systems and parallelism with extensions to the java.util.concurrent package.