InfoQ Homepage Architecture & Design Content on InfoQ
-
New Options for .NET-Java Web Services Interoperability
When it comes to web services interoperability between .NET and Java, the choice used to be limited to SOAP over HTTP. Two new options recently became available in this area: WebSphere MQ (WMQ) and ActiveMQ transports can now be used for building interoperable web services between Java and .NET.
-
Distributing Bonus to Agile Teams is Like Playing with Dynamite
Everyone is excited when bonus is declared. However, for Agile teams it could eventually become a make-or-break situation. The general consensus is that distributing bonus should be a 'well thought-out' strategy there is no 'one size fits all' here. In an interesting discussion on the Lean Development group, people share their thoughts to find the best way.
-
Performance Problems Continue for VS 2008
Like its predecessors, Visual Studio 2008 continues to have performance issues. Unlike VS 2003 and 2005, Microsoft is actively working on performance patches, if only you know where to look.
-
Novell Releases Version 0.80 of Mono Debugger
A week ago Martin Baulig announced the features of the latest release of the Mono Debugger and Miguel de Icaza followed up with announcment of support in MonoDevelop 1.1.
-
Parallelism with Fork/Join in Java 7
As the number of processor cores available on modern hardware increases, it's becoming ever more important for developers to develop in ways that take advantage of the new hardware. The Fork/Join library in Java 7 helps solve this problem.
-
Programming Languages: More Powerful with Less Freedom?
In quest for more power, languages are often grown with new features. While it provides programmer with more freedom, does this actually achieve more power? Reg Braithwaite believes that this is not necessarily true and argues that it is possible to render language more powerful yet limiting options offered to programmers.
-
Implementing NOLOCK with LINQ to SQL and LINQ to Entities
Scott Hanselman recently posted a really useful article on his blog covering the NOLOCK hint when using LINQ to SQL and LINQ to Entities. The problem is actually how to get the SQL generated by LINQ queries to use the NOLOCK hint as SQL developers are accustomed.
-
Avoid JaBoWS as the Basis for your Enterprise SOA
Nick Malik declares JaBoWS (Just a Bunch of Web Services) are the enemy of Enterprise SOA.
-
New Resources for the Software Architecture
Several new resources are available for the software architect. Simon Brown and Kevin Seal have made available a set of guidelines for creating software architecture documentation. Mike Kavis also put together a framework to help guide the architect in dealing with the change that new architecture can bring.
-
Office Open XML SDK to be Released Soon
Microsoft has announced that it will release the OOXML SDK despite the fact that ISO did not approve OOXML as an open standard last September.
-
Article: Addressing Doubts about REST
InfoQ SOA lead editor Stefan Tilkov addresses 10 of the most common doubts people have about REST when they start exploring it, especially if they have a strong background in the architectural approach behind SOAP/WSDL-based Web services.
-
Software Transactions: A Programming Language Perspective
Erlang has recently generated a lot of interest as a language that can deal both efficiently and elegantly with concurrency. In particular, there is no shared memory between "process" instances which only communicate via asynchronous messages. Nevertheless, Shared Memory Concurrency remains an intense research subject especially for multicore applications.
-
RadRails goes 1.0 - adds Profiler, CallGraph Analyzer, Rails Shell, etc.
RadRails 1.0, part of the Aptana IDE, has been released. Next to the powerful refactoring capabilities, it adds profiling tools and GUIs for Ruby, fast jruby-debug support for JRuby, and more. We talked to Christopher Williams of RDT and Aptana about RadRails 1.0.
-
GitHub - Rails-based Git repository hosting
Github is a new service, built in Ruby, for hosting git repositories. But there's more: by exploiting git's features, such as quick branching/merging, it allows new, more streamlined ways of cooperation between and experimentation with open source projects.
-
Planned Features For EJB 3.1
The EJB 3.1 expert group recently released an early draft of the specification, containing some significant new features as well as a continued simplification of the EJB programming model.