InfoQ Homepage Java Content on InfoQ
-
Update on Java Modules
Glyn Normington has written an overview of Java modularity covering JSR 277, JSR 291 and JSR 294. He describes how each is different and adds value, and later responds to the question of why we need modularity support in the JVM, as opposed to custom classloaders (like OSGi).
-
Wicket compared with Spring WebFlow
Peter Thomas has written a detailed article about his impressions of moving a Spring MVC application to Wicket. He took a few screens from JTrac and ported them to Wicket and ended up very pleased with what Wicket had to offer.
-
Article: Integrating Java Content Repository and Spring
In this latest InfoQ article, Costin Leau introduces JSR 170 (Java Content Repositories) and how to integrate it with Spring Modules' JCR module, whose main objective is to simplify development with the JSR-170 API in a similar manner to that of the ORM package from the main Spring distribution.
-
QCon London next week - Registration Still Open, Day Passes Available
QCon is next week and over 500 people are registered to attend. It's not too late to register! For those who can't make it to the full 3 day conference, there are a few ways you can get a more limited taste of the conference, such as attending a one-day tutorial, buying a day pass to the conference.
-
CIO JP Rangaswami on open source in the enterprise & the future of information
In this InfoQ exclusive, CIO JP Rangsawami explains how open source became a corporate IT strategy at investment bank Dresdner Kleinwort Wasserstein and why CIOs of major enterprises should consider open source for software development initiatives. JP also explains his vision of four pillars of the new world if information: Syndication, Search, Fulfillment, and Collaboration/Conversation.
-
Guice: Fast and Light Dependency Injection Container
Guice is a new open-source Dependency Injection framework for Java 5 that is closing in on a 1.0 release. Guice is a very annotation-driven, lightweight framework that provides an alternative to Spring, for a certain set of features.
-
Oracle Contributes TopLink ORM Open Source to Eclipse
Oracle is contributing the commercial TopLink ORM open source to Eclipse. Going forward, all production features of TopLink will be available in EclipseLink and Oracle's commercially supported TopLink will only contain an additional thin proprietary integration code layer necessary for some Oracle AppServer and SOA Suite features. Oracle is also becoming an Eclipse Strategic Developer.
-
Eclipse RIA Tools Updated
The Eclipse Foundation has announced two project milestones aimed at improving Rich Internet Application development, the Eclipse Rich Ajax Platform (RAP) has hit milestone two with support for JFace dialogs and the Eclipse Ajax Toolkit Framework (ATF) has added support for OS X.
-
Using Spring with GWT and J2S
Google Web Toolkit and Java2Script Pacemaker (J2S) are two Java to JavaScript compilers that enable rich internet applications to be written in Java with JavaScript generated. Recent articles describe how to integrate these tools with Spring.
-
Presentation: Maintaining Java Apps in Production Environments
Alexandre Rafalovitch delivers an organized overview of the tools and techniques that help with resolving problems that arise in real production environments. The presentation places emphasis on free and open source tools capable of being useful out of the box, without extensive configuration. Common problems are discussed, along with methods of rapid analysis and root cause determination.
-
Alfresco 2.0: Switches to GPL from MPL+, Adds OpenSearch
Alfresco has released version 2.0 of their Enterprise Content Management (ECM) system. InfoQ sat down with Ian Howells of Alfresco to talk about ECM systems and Alfresco.
-
Say Hello to 64-Bit J# and Goodbye to J#
Microsoft has plans to release a 64-bit version of the J# Redistributable this year. This is essentially a runtime needed to support J# applications. At the same time, they announced that J# will be discontinued and will not appear in the next version of Visual Studio.
-
Dojo Offline demo released with API
Brad Neuberg has released a screencast of a web-based word processor running on Dojo Offline. At the same time, the Javascript API is being released and is ready for evaluation.
-
Struts 2 Goes GA
The Apache Struts Team has announced that version 2.0.6 will be released as General Availability (GA). This is an important milestone since GA is the project's highest quality grade. This also marks the first GA release with the integrated WebWork 2 code base.
-
Article: Rich Office Client Applications
There is a client platform that's already present on nearly every user's desktop, one which provides an amazing amount of power and flexibility in its user interface options, and provides a familiar user-interactive style that undergoes intensive study with every release. Ted Neward introduces the Microsoft Office platform as a rich client technology with examples of Excel - Java integration.