Category: <span>Software Architecture</span>

Pragmatic Interoperability: Making Java and .NET Play Well Together

Java and .NET represent the lion’s share of enterprise development. In this talk, learn how the two environments can interoperate with one another, not only over web services, but also via in-process channels and other methods. Along the way, we’ll talk about how to leverage the strengths of each, such …

Faster Applications Faster: Optimizing Applications with the GWT Compiler

The GWT compiler is not just a Java to JavaScript transliterator. It performs many optimizations along the way. This session shows you not only the optimizations performed, but how you can get more out of the compiler itself. Learn how to speed up compiles, use -draftCompile, compile for only one …