InfoQ Homepage Java Content on InfoQ
-
Request: Sun, Drop Support for JRuby
Rick Hightower requests that Sun drop their support for JRuby in place of Groovy. The community has replied in the form of comments and blog posts to agree with and argue against Rick's position. Another battle in the language wars of 2008.
-
Ivy 2.0: Released As An Apache Project
Ivy, a tool for managing (recording, tracking, resolving and reporting) project dependencies which provides tight integration with Apache Ant, has released its 2.0 beta version. This is the first release as an Apache project, it brings enhanced compatibility with Maven 2 repositories, improved concurrency support and a few other significant changes.
-
Understanding Seam Nested Conversations and Timeouts
Jacob Orshalick recently explored Seam's nested conversation model and related timeouts using Seam's demo booking example.
-
Is the Proprietary Nature of the Flash Player Keeping You From Using Flex?
Per Olesen published a blog recently entitled, Flash is Still Closed Source and Proprietary Technology, where he argues that Flash is still a proprietary platform.
-
Open Source Flex Development Frameworks Show that Platform is Gaining Momentum
A number of open source development frameworks have sprouted up around Adobe Flex. InfoQ took a moment to identify a few of the major ones.
-
JBoss Rolls Out Developer Studio 1.0 and Tools 2.0
JBoss recently released new versions of their JBoss Developer Studio and JBoss Tools products.
-
JEE 6: Extensibility, Profiles and Pruning
Whilst the public details are still a little sketchy, the general direction of Java EE 6 is becoming apparent and reflects the changing role of the Java EE standard.
-
MarkMail Takes Mailing List Archives to the Next Level
Late last year MarkLogic rolled out MarkMail, a free service for searching mailing list archives based on their MarkLogic XML content server. Currently MarkMail supports Apache.org, Mozilla.org, PHP and MySQL lists. InfoQ sat down with Jason Hunter of MarkLogic to find out more details on site and where it is heading in the future.
-
Bitemporal Framework Adds Time Dimension To Rich Domain Models
Tracking time is a very common requirement in business domain models. Bitemporal framework from ErvaCon, created based on the Temporal Patterns, addresses these time related requirements in rich domain models.
-
JavaFX: Current Status and What’s Upcoming
In October, InfoQ.com published an overview of JavaFX. Sun Microsystem’s Chet Haase followed-up to share additional details with InfoQ.com on what’s to come with the addition of JavaFX to the Java platform.
-
JPA Frameworks Compared
java.net is hosting an article written by Sharad Acharya titled "Java Persistence Framework: Which, When, and What?" that compares four popular persistence frameworks: CMP Entity EJBs, JPA, Hibernate, and TopLink. Acharya discusses each technology and summarizes his findings in a matrix.
-
OpenLaszlo Working to Support Flash Player 9 Runtime
OpenLaszlo is working to support the Flash Player 9 Runtime. OpenLaszlo was one of the first application development frameworks to target the Flash Player Runtime (starting with version 7). Since that time, the Adobe Flex framework has surged ahead in adoption, partly because of their support for the Flash Player 9.
-
Presentation: Linda DeMichiel on EJB 3 & JPA
In this talk from last year's QCon London, Linda DeMichiel, who has been leading the EJB spec since the 1.0 days, presents EJB3 with a focus on JPA. The talk covers key aspects of the Java Persistence API and its role in the development of EJB 3.0 apps, including use of the EntityManager API, persistence units and persistence contexts, queries, object/relational mapping, etc.
-
How-to Make your AJAX Applications Scream on the Client
AJAX is hot, no one will argue, but what is often the case is your Web 2.0 applications don't perform as well as you had hoped. Learn how a few simple optimizations can help.
-
File System Transactions - still a problem area?
Historically transaction-processing systems have relied primarily, if not solely, on databases to handle the ACID aspects of any IO activities that required to be transactional. The support for transactions for file system operations has been weak at either the libraries/frameworks, languages or file system levels. Lately, this situation is starting to show signs of improvement.