
サマリー
すべてのアクティビティ
すべてのアクティビティ
-
Living the Good Life
Ted Neward discusses what some consider to be a good life and where it can be found.
-
Keynote: Iconoclasm
Ted Neward asks what defines the software iconoclast, what demarcates the “true” iconoclast from the mere pretender, and how can we use the characteristics of the iconoclast to change our world?
-
Busy Java Developer’s Guide to Flex
Written from a Java developer’s perspective, this article steps through the process of creating creating SWFs using Flex and shows how to integrate Flex with Java applications.
-
Panel: The Future of Programming Languages
Guy Steele, Douglas Crockford, Josh Bloch, Alex Payne, Bruce Tate, and Ted Neward (moderator) hold a discussion on the future of programming taking questions from the audience.
-
Ted Neward on Present and Past Languages
Ted Neward talks about Java, C#, C++, Haskell, Scala, VB, and Lisp, to name some of the languages, comparing the benefits and disadvantages of using one or another.
-
Java Object Persistence: State of the Union
Leading persistence solution architects their views on the current state of the union in persistence in the Java community.
-
Using Java to Crack Office 2007
Ted Neward demonstrates how Office 2007 files can be read and written without anything more complicated than the native JDK itself.
-
Ted Neward on Interop & Office Integration
Ted Neward talks about Java and .NET integration focusing on MS Office automation, and explains how various interop approaches (in-proc, messaging, web services) work and when to use them.
-
Rich Office Client Applications
Ted Neward talks about various extensibility options in MS Office and how they can be used to build Rich Office client applications over Java backends.
-
In-process Interoperability
Using both the JVM and the CLR inside the same operating system process is a relatively trivial matter, since any process is capable of loading just about any shared library. Ted Neward shows how.