InfoQ Homepage Java Content on InfoQ
-
Adobe AIR 1.0 - Native OS Integration Problem
A frequent criticism of the Adobe AIR platform is that it lacks support for native OS integration, which is typically essential when building desktop applications. With the AIR 1.0 release coming soon, Mike Chambers of Adobe published a proof of concept last week that demonstrates how developers can work around this problem.
-
ExtJS Ecosystem Continues to Expand
New server-side tools are sprouting up around the ExtJS client-side Javascript framework. Community developed server-side support now exists for Java Enterprise Edition, Cold Fusion 8.0, Google Web Toolkit, and Ruby on Rails 2.0. The goal of all of these tools is to normalize the interface between their respective platforms and ExtJS.
-
Startup Lovely Charts Shares Insights into Building a Flex Application
A web startup company, Lovely Charts, announced its limited beta release and came to public last week. The site was developed using Adobe Flex. InfoQ spoke with Jerome Cordiez, the founder / lead Architect, and learned the insight of how the Flex based Lovely Charts site was built.
-
Flex Load Testing Tool Available to Enterprise RIA application
Developing enterprise mission critical application requires thorough and scalable testing. Radview's WebLoad Flex Add-on could be a solution for Flex enterprise system load testing.
-
Presentation: Using AOP in the Enterprise
In this presentation from QCon San Francisco 2007, SpringSource CTO and AspectJ project lead Adrian Colyer discusses where Aspect-Oriented Programming (AOP) should be used, practical applications of AOP in enterprise situations such as Hibernate exception translation and automatic operation retry on nonfatal exceptions, and AOP mechanisms in Spring 2.5.
-
Spring Dynamic Modules for OSGi: simplified development of OSGi applications
The Spring Dynamic Modules for OSGi project, formerly known as Spring OSGi, released version 1.0 today. InfoQ spoke with SpringSource CTO Adrian Colyer and Spring Dynamic Modules project lead Costin Leau to learn more about this release and what it provides for the Spring community.
-
Lucene 2.3: Large indexing performance improvements, new machine-learning project
The Apache Lucene project, a high-performance full-featured text search engine library written entirely in Java, released version 2.3 today. InfoQ spoke with committer and Project Management Committee (PMC) member Grant Ingersoll to learn more about this release and the future plans for Lucene.
-
Comparing Eclipse Extensions and OSGi Services
In an article recently re-published on his blog, Neil Bartlett performs a comparative analysis of Eclipse extensions and a variety of flavors of OSGi services.
-
Article: An Introduction to NetKernel
Last month the NetKernel project released version 3.3 which added an Optimized HTTP Transport Layer, Enhanced Dynamic Language Support, and Reorganized/Re-written Documentation. The documentation enhancements were "to make the concepts of resource-oriented computing easier for adopters". Continuing with that theme InfoQ is proud to present a new article, An Introduction to NetKernel.
-
Case Study: Applying Java Programming Skill to Flex
In an article published on Adobe Flex Developer Center, Bill Bejeck shares his experience creating components and enforcing separation of concerns with Flex, from a Java developer's perspective.
-
WebLogic Server 10.3 Adds HTTP Pub/Sub Server, Optional Services Startup and FastSwap Deployment
WebLogic Server 10.3 technology preview released by BEA systems includes a HTTP Pub/Sub Server for web based clients to send and receive asynchronous messages over HTTP. Other new features in this release include modular server component installation and startup, and application deployments using the new "FastSwap" feature.
-
Adobe Flex Basics
InfoQ.com has covered a number of advanced and intermediate topics on the who, how, and whys of the Adobe Flex development framework, including: Who Is Using Flex, Flex Misconceptions, The Proprietary Nature of Flash, and Open Source Flex Frameworks. Ted Patrick, a Technical Evangelist for Adobe, takes us back to the basics with his blog post, ‘What is Flex?’
-
Open Source FlurineFx Integrates Flex and .Net
RIA technologies often need to integrate with established platforms such as .Net or JEE. FlurineFx is an open source library that bridges Flex and .Net. InfoQ spoke with FluorineFx's project manager and learned more details about it.
-
Amazon EC2 Gains Favor with JEE and Groovy Developers
Using the EC2 API is straightforward, but to make life even simpler Chris Richardson has posted a Groovy framework that can launch MySQL, Apache HTTP Server, a set of Tomcat instances and JMeter, as well as deploying web applications to Amazon's EC2.
-
Mark Mahieu Creates CICE Closure Prototype
One of the hottest topics in Java in recent years has been around adding full closure support to the Java language. Given the complexity that closures could introduce however, it is difficult to judge their full impact without being able to experiment with prototypes for the various proposals.