InfoQ Homepage News
-
ESB: A Modest Proposal
SOA expert John Harby proposes an alternative structure for the ESB which is more distributed, federated, registry centric and solves some of the concerns raised about the bus topology for SOA including vendor lock-in, ESB feature overkill and the emergence of a new architectural stovepipe.
-
InfoQ Interview: Joshua Bloch on Closures, Needed Java Features, Google
In this video interview, Core Java language designer Joshua Bloch talks with InfoQ about the need for Closures, Functional Programming, Java's need for better resource management, Java Puzzlers, and cool stuff Google is doing with Java.
-
Microsoft Publicly Offers Visual Studio Hotfixes
A common complaint is that Microsoft restricts access to Visual Studio hotfixes. While available for free, they do require a call to customer support. In a pilot program, Microsoft has decided to release their most common hot fixes through Microsoft Connect.
-
Raven: Building Java with Ruby
A new alternative in the building tools space is Raven. Raven allows you to use Ruby tools such as Rake and Gem to build Java projects. Build scripts are Ruby scripts, rather than being XML files, and it imports your local Maven repository and handles dependencies.
-
Casestudy: Effects of Scrum, 9 months later
Richard Banks tried to introduce Scrum into his oraganization last year, resulting in "anarchy" due to not properly following the Scrum rules. Richard tried again and this time did it right. 9 months later, Richard looks back at how Scrum has changed his organization for the better.
-
Spring.NET QnA with Aleks Seovic and Mark Pollack
InfoQ had a chance to sit down with Aleksandar Seovic and Mark Pollack the co-creaters of Spring.NET. Spring.NET is an application framework that brings AOP, a Dependency Injection container and data access framework to .NET. It is not a complete port of Spring to .NET yet it preserves the tenets of Spring.
-
moo.fx 2.0 released with Fx.Style while Animator.js avoids inheritance
moo.fx 2.0 has been released featuring new effects to modify any CSS property, the color properties of elements, and to internally scroll long divs. An interesting alternative not using inheritance but providing similar functionality is the Animator.js library. moo.fx and Animator.js are JavaScript effects frameworks designed for speed, robustness, and small size.
-
.NET Framework 3.0 RTM Posted
The RTM version of .NET 3.0 is available. This includes the redistributables and SDK for the Windows Communication Foundation (WCF), Windows Workflow Foundation (WF), and Windows Presentation Foundation (WPF).
-
The Problem with JSessionId
An article on RandomCoder.com looks at the negative aspects of using the jsessionid technique for cookieless sessions in Java web applications. The author recommends requiring cookie support to store sessions and includes an example servlet filter to disable jsessionid urls.
-
ChainBuilder ESB Alpha
Bostech has released an alpha version of ChainBuilder, another entry into the ESB market. ChainBuilder is based on JBI and includes a graphical design tool for Eclipse.
-
Visual Studio 2005 SP1 to be Released in December
According to the Microsoft Connect, the long awaited Service Pack 1 for Visual Studio 2005 will be released in December.
-
Sharing What's Worked: Patterns for Adopting Agile Practices
Organizations adopting Agile naturally ask these questions; "Where do I start?", "What specific practices should I adopt?", "How can I adopt incrementally?" and "Where can I expect pitfalls?" In this article, Amr Elssamadisy gives a glimpse into an ongoing effort to document Agile practice adoption patterns: Participants at XPday Montreal took a stab at "Simple Design" and "Pair Programming."
-
Python for .NET
IronPython is an excellent solution for developers who need their .NET support for their Python applications. That is, unless they also need libraries that are only supported by C++ extensions. This is where Python for .NET comes in.
-
Review of The Ruby Way by Hal Fulton
We take a look at the recently released second edition of "The Ruby Way" by Hal Fulton and see whether it's deserves the hype.
-
Taking Advantage of Multiple Processor Cores in JEE Applications
Michael Juntao Yuan, and Dave Jaffe have published an article on OnJava.com detailing the process of scaling enterprise Java applications on 64-bit multi-core x86 servers. As chip makers such as AMD and Intel transition from faster megahertz per chip to more cores per chip, performance gains will be harder to achieve for traditional single threaded applications.