InfoQ Homepage Java Content on InfoQ
-
SpringSource Acquires RabbitMQ
VMware business unit SpringSource announced today that it had acquired Rabbit Technologies. Rabbit Technologies is the primary sponsor of the open source RabbitMQ messaging system.
-
Maven, Ant, Rake: JRuby 1.5 Enhances Configuration Management
With its upcoming 1.5 release, anticipated at the end of April, the JRuby project is continuing to improve interoperability between Java and Ruby by providing integration with Maven, Ant and Rake. Ruby developers will be able to take greater advantage of strengths of the Java platform, while Java developers will find more reasons to mix Ruby tools into their existing projects.
-
James Gosling Resigns from Oracle
"Father of Java" James Gosling has announced that he resigned from Oracle a week ago (April 2nd).
-
InfoQ Feature Set: What Do You Want To See?
What’s next for InfoQ? What are some of the areas we should be focusing on feature wise? We'd like to ask you where you’d like the site to go from a feature-set perspective. InfoQ is still lagging behind many of the world-class media sites out there. We may not be the New York Times, but with your help we'll have the will and the way to get there!
-
GWT Roundup: A Roadmap and Related Projects
Some of the GWT projects currently under development are: data-backed widgets, collapsible panels, logging, form validation, sounds and graphics. Some of the GWT related projects that have been updated lately are: Smart GWT, GWT Designer, Gilead, and Raphael GWT.
-
Engine Yard Introduces Commercial JRuby Support
Engine Yard, the employer of most of JRuby's core team, started offering commercial support for JRuby this week.
-
Microsoft Gets More Involved with jQuery
Microsoft has reconfirmed their commitment to help with jQuery development and will start by adding support for templating and is allocating resources including full time developers. John Resig, JQuery creator, declared that jQuery will remained an independent open source project and will not be moved to CodePlex.
-
The End of an Era: Scala Community Arrives, Java Deprecated
It was recently announced that InfoQ is creating a new Operations community. In addition to that, another major change which has been in the works for the last few months at InfoQ is the conversion of the Java community to the Scala community. InfoQ spoke with a prominent Scala expert and members of the former InfoQ Java editorial team to learn more about this change and why it was made.
-
An Interview with Coding Bubbles creator Andrew Bragdon
Recently the Coding Bubbles project came out of stealth mode. The concept of a new IDE interaction model caught the attention of the software development community. InfoQ recently followed up with creator Andrew Bragdon to find out more about the project.
-
EclipseCon 2010 roundup
Last week, EclipseCon 2010 (in conjunction with OSGi DevCon 2010) was held in the Santa Clara Convention Centre. This year saw a number of Eclipse-related technologies and tutorials; so, what was the key take aways?
-
Flex 4 SDK and Flash Builder 4 Released
After many months in beta, the Adobe Flex developer team has released the final version of the Flex 4 SDK and Flash Builder 4 (formerly Flex Builder). While the Flex SDK is available for all platforms, Flash Builder 4 is currently only supported on Windows and Mac OS X. The Flex SDK is free to download and use without cost, while Flash Builder is available on a trial basis and requires purchase.
-
Oracle Announces GlassFish Roadmap
Yesterday Oracle published the roadmap for GlassFish version 3 and the news is positive. GlassFish version 3.1, expected this year, will offer centralized admin, clustering and Coherence support.
-
EGit Eclipse Git plug-in released
The first public version of the org.eclipse EGit plug-in version 0.7.1 has been released at EclipseCon. EGit is based on the pure Java implementation JGit, which means that it has no external dependencies or native code requirements; something which has historically hindered the adoption of Eclipse's Subversion support.
-
A New Addition to the InfoQ Family: The Operations Community
A 7th community has now joined the current 6 on InfoQ. When one looks at our existing queues, one sees a definitive pattern - we currently focus upon application development and architecture (.NET, Ruby, Java, SOA, Architecture) and also Agile techniques, primarily in the context of application development. However, what happens to that software once it's been developed?
-
JRuby Roundup: JRuby-Prof Allows Fast Profiling, JRuby::Synchronized for Automatic Synchronization
JRuby-Prof is a new, low overhead profiler for JRuby which, unlike plain Java profilers, will generate clear, Ruby-specific reports. A new feature in JRuby is JRuby::Synchronized, a module that, when extended, will make all methods of a class synchronized.