InfoQ Homepage Java EE Content on InfoQ
-
Nuxeo Introduces Plug-in Marketplace, CMIS Support to its Enterprise Content Management Offerings
Open Source Enterprise Content Management (ECM) company Nuxeo has updated its Open Source OSGi-Based Content Management Infrastructure, adding support for JBoss 5.1, JBoss EAP, and CMIS 1.0, and introducing the Marketplace providing a distribution channel for Plug-ins.
-
IBM WebSphere Application Server V8.0 Beta Announced
IBM have announced their beta program for WebSphere Application Server V8.0, which will be the version of WebSphere that ultimately supports the Java EE 6 specification. With WebSphere 8 there are now seven products that will support one of the two EE 6 profiles.
-
OSGi Community Event
Last week saw London's OSGi Community Event, in conjunction with JAX London. The conference presentations covered a wide range of environments, from Java EE migrations and cloud computing, down to embedded devices and Android.
-
JavaOne: Modularity and Integration are Main Goals of Future Java SE, EE and Embedded Platforms
Modularity, integration and serviceability are some of the main goals for future releases of Java SE, Java EE and Java for Embedded Platforms. Mark Reinhold, Roberto Chinnici and Greg Bollella spoke at JavaOne 2010 Conference General Session on new Java technologies and features in JSE, JEE, and Java Embedded Systems.
-
Red Hat Expands its Cloud Strategy
Last week, Red Hat released a comprehensive Cloud strategy aiming at increasing interoperability between Clouds and portability of applications from one Cloud to another. Red Hat also submitted its APIs to the Apache DeltaCloud initiative.
-
Arquillian, Shrinkwrap and Seam 3: Q&A with Pete Muir, Principal Engineer at Red Hat
InfoQ talks to Pete Muir about JBoss' Integration testing tool Arquillian, archive assembly of JARs, WARs, and EARs with ShrinkWrap, and plans for Seam 3.
-
NetBeans 6.9 Release Supports JavaFX, Java EE6 and OSGi
Oracle has released version 6.9 of its popular open-source Java IDE, NetBeans. This is the first release under its stewardship since it accquired Sun Microsystems.
-
Java EE 6: Application Security Enhancements
Java Enterprise Edition Version 6 release includes new security features in the areas of web container security as well as authentication and authorization aspects of Java application development. These features include programmatic and declarative security enforcement in the web tier. This post gives an overview of these new security features.
-
New Java SDK For Amazon Web Services
Amazon has announced the new AWS SDK for Java this March. The aim of the new SDK is to simplify the development of java applications that use the Amazon EC2. The AWS Toolkit for Eclipse automates most of the steps required for the development cycle such as deployment, debugging, instance launching and network access management on the Amazon cluster
-
Mahout 0.3: Open Source Machine Learning
The need for machine-learning techniques like clustering, collaborative filtering, and categorization has steadily increased the last decade along with the number of solutions needing quick and efficient algorithms to transform vast amounts of raw data into relevant information. Apache Mount 0.3 has been announced on March, adding more functionality, stability and performance.
-
Java EE 6 Bean Validation Provides Entity Validation Metadata Model and API
Bean Validation (JSR 303), one of the core features of Java Enterprise Edition Version 6 Release, defines a metadata model and an API for entity validation. The default metadata source is annotations, but the developers can extend it using XML descriptors. The API also provides a mechanism to add custom validation constraints as well as a way to query the constraint metadata repository.
-
Apache Beehive Retired, Moved To Apache Attic
Last month, the committers of the Apache Beehive project voted to retire the project due to inactivity. The last release of Apache Beehive was version 1.0.2, which was released in December 2006. In the announcement posted on Feb 10th, Henri Yandell suggested alternatives for the main components which were part of Beehive.
-
Caucho To Support Java EE6 Web Profile in Resin 4.0
Caucho has announced that it will support the Java EE6 Web Profile in the next iteration of their lightweight application server, Resin 4.0. The Java EE6 Web Profile specifies a lighter, modern subset of the full Java EE6 specification, which must contend with backwards compatability.
-
Java EE6: EJB3.1 Is a Compelling Evolution
EJB 3.1 is a worthy successor to the work EJB 3.0 started. It provides new support for classic Gang-of-Four style Singletons, CRON-like scheduling, no-interface views and asynchronous methods. EJB 3.1 also includes support for in-.WAR deployment, eschewing the need for .EAR files.
-
Java EE 6 Web Services: JAX-RS 1.1 Provides Annotation Based REST Support
JavaEE 6 release includes Java API for RESTful Web Services (JAX-RS) support which provides a POJO based framework to build lightweight web services that conform to the Representational State Transfer (REST) style of software architecture. JAX-RS version 1.1, which is part of JSR 311, offers several annotations that can be used to expose Java class methods as web resources.