InfoQ Homepage Java Content on InfoQ
-
Amazon, eBay, Yahoo! architectures to be presented at QCon
Architects from Amazon, eBay, and Yahoo! will be doing case study talks on aspects of their architectures at QCon London (March 14-16), a three day conference (plus 2 tutorial days) featuring speakers such as Martin Fowler, Dave Thomas, Gavin King, Werner Vogels, Rod Johnson, Erik Meijer, and 50 others. Tracks span Java, .NET, Ruby, SOA, Agile, Ajax, Architecture, Usability, and others.
-
Beans Binding Update: Scott Violet on JSR 295
Scott Violet has written an update on the status of JSR 295 (Beans Binding). While externally, there has been little happening since last summer, the expert group has made substantial progress and he posts a small demo and some code.
-
Seam 1.1.5: Now tested on all major appservers
Red Hat has released Seam framework 1.1.5. Seam ties together other JEE frameworks such as EJB3, JSF, jBPM, JBoss Rules (Drools), and iText. This release includes security framework enhancements and increased support for applications servers such as Websphere among its features.
-
Java Module System (JSR 277) Presentation from Spec Lead Stanley Ho
The BeJUG website recently released a presentation on the Java Module System (JSR 277) by spec lead Stanley Ho. The presentation covers the driving forces for JSR 277 such as classpath and jar hell. The online presentation also includes over five minutes of QA time after the presentation.
-
InfoQ Interview with Maher Masri, CEO of Genuitec on MyEclipse 5.5M1
Genuitec released version 5.5M1 of MyEclipse Enterprise Workbench this week, and InfoQ sat down with CEO Maher Masri to talk about the new features, including SNAPs.
-
JSR-310 Announced: Date and Time API
Stephen Colebourne has announced JSR 310, a new Date and Time API, to be based on Joda-Time and hopefully shipping in Java 7. As the JSR reads, the goal is to provide a more advanced and comprehensive model for date and time than those found in the Date and Calendar APIs.
-
Bruce Eckel: Use Flex as the UI for Java Applications
Bruce Eckel has written about the future of user interfaces in Java. He reviews the state of Rich Internet Applications (RIAs) and states that while Ajax helps, a language designed for user interfaces and rich media is what we need. He proposes that we stop trying to use one language (Java) to solve all of our problems , and instead use Flex and Apollo as a front-end for systems written in Java.
-
Interview: Arjen Poutsma on Spring Web Services
InfoQ talks to Spring Web Services creator Arjen Poutsma about Spring's Java Web services stack and the different approach it has to building Java Web services. Topics covered include the reason for yet another WS framework, advantages of contract-first, document-driven Web services, JAX-WS, and REST.
-
JSR 296 Swing Application Framework Prototype Release
One of the common developer complaints with Swing since its inception has been where is the application framework. JSR 296 - Swing Application Framework which is attempting to address this issue released its first prototype this week.
-
Easier Swing Threading with SwingWorker
In a new Java.net tutorial John O'Conner walks developers through using SwingWorker, which has been included in the core JRE for the first time with the release of Java 6.
-
Using Terracotta for clustering or as a POJO-based Data Grid
Two recent articles discuss Terracotta DSO. The first is an overview piece that walks through using Terracotta in a simple example. The second is an article describing how to use Terracotta to build a POJO-based Data Grid.
-
InfoQ Article: In-Process JVM & CLR Interop
The two most popular managed environments (the JVM and the CLR) are in fact, nothing more than a set of shared libraries, each providing services to executing code such as memory management, thread management, code compilation (JIT), etc. Using both the JVM and the CLR inside the same operating system process is easy; in this new article, Ted Neward shows how and why.
-
Sojo converts Java object graphs into JSON, XML-RPC
Sojo, a young project on SourceForge, allows you to convert Java object graphs into a specific structure (CSV, JSON, XML, etc). It also supports cloning whole graphs, filtering graphs to only retrieve certain properties and traversing the graph.
-
Case Study: Quickly Responding to Customer Needs with Eclipse RCP
The contract furniture industry demands software that can rapidly adapt to change. RPC software provides ERP and project planning solutions to companies in this space. This case study takes a look at how they are using Eclipse RCP and other Eclipse technology to respond to customer needs at a rapid pace while continuing to providing a first class user experience.
-
YourKit Java Profiler Version 6.0 Released
YourKit released version 6 of their Java Profiler recently. Version 6 includes support for Java 6 as well as adaptive recording of object memory allocation which allows you to skip monitoring of some allocation events and thus improves performance during profiling.