InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Presentation: Ted Neward demos WPF-Java & other .NET+Java integrations

Posted by Floyd Marinescu on Nov 27, 2006

Sections
Development,
Architecture & Design
Topics
Interop ,
Java plus .NET Integration ,
Java ,
.NET
Tags
Java SE ,
Microsoft Office ,
WPF ,
WCF
In this presentation recorded at JAOO, Ted Neward goes into further depth on Java and .NET integration strategies, explaining how Microsoft Office can be a rich client over Java, demonstrating buiding a Windows Presentation Foundation GUI on top of Java POJOs, Windows Communications Foundation interop, and more.

Watch Java + .NET, Why Exactly? (one hour)

Ted also wrote an article on InfoQ in the past covering some of these strategies at a higher level.
how to start with XAML? by Gerald Loeffler Posted
Re: how to start with XAML? by Ted Neward Posted
Could you provide the link for download including both video and transcript by Yu Yan Posted
Re: Could you provide the link for download including both video and transc by Floyd Marinescu Posted
Who do we serve? by Paul Beckford Posted
Re: Who do we serve? by Ted Neward Posted
Re: Who do we serve? by Paul Beckford Posted
New coming on this ground: eFace by Yves YANG Posted
  1. Back to top

    how to start with XAML?

    by Gerald Loeffler

    the presentation briefly demoed the generation of a XAML-gui from a java web app - this is an option i'd like to explore a bit deeper to better understand its potential. But being as blind as i am to microsoft technologies i simply don't know what i need to be able to display XAML-guis. Can somebody please point me to the necessary microsoft technologies to display/develop WPF-apps/XAML?

    thanks a lot in advance,
    gerald

    www.gerald-loeffler.net

  2. Back to top

    Re: how to start with XAML?

    by Ted Neward

    Basically, you need to download NetFX 3.0, both runtime and the Windows SDK (www.netfx3.com) and install it--ths gives you the bits necessary to either compile XAML WPF applications, or "browse" them. Look for a book on WPF from Ian Griffiths in the near future (but beyond that I don't know the timeframe), among others.

    Bear in mind, too, that XAML is just a means of constructing objects via XML--there's nothing "WPF"-ish about it, as XAML itself can be used to construct other object models, including Workflows.

  3. Back to top

    Could you provide the link for download including both video and transcript

    by Yu Yan

    That would be great since the network is bad in my area.

  4. Back to top

    Re: Could you provide the link for download including both video and transc

    by Floyd Marinescu

    Unfortunately we don't have transcripts for presentations or video downloads at this time, but in future we will have mp3 downloads.

  5. Back to top

    Who do we serve?

    by Paul Beckford

    The basic idea behind the presentation sounds great on the surface - Microsoft on the client and Java/J2EE on the server.

    As Ted went through his demo though, I was overwhelmed by the amount of software employed to do something relatively simple. Of course his response would be that, well this is just a demo, in the real world we would be doing things much more complex than this. But in truth are we? And if we are, should we?

    So Sun and Microsoft have kissed and made up, good for them. But does this technology fest actually meet the needs of our customers? I struggle to keep up with the proliferation of Java API's, never mind trying to learn the Microsoft ones as well, plus MS Office to boot.

    I can see this stuff keeping consultants and developers busy for years, not to mention book authors, and trainers. I can't help feeling that we have become obsessed with our own navels, and have lost touch with the needs of our customers.

    So we launch into more death march projects, overladen with our technology bandwagons, spending millions and delivering very little if at all. IMO I just don't see the nineties repeating themselves, some customers have learned the lessons, and are seeking small, simple, bottom-up solutions. For this I find more and more that I need to turn to open source technology, like Rails for instance.

    Then again, there are others destined to repeat the mistakes of the past. They say that you can fool some of the people some of the time, but you can't fool all the people all the time. So we can choose to carry on serving ourselves with other peoples money, but surely it is only a matter of time before our customers wise up to the game!

    BTW. I think Teds presentation is good and useful. I can see myself learning some of the technologies he mentioned just to further my career. My point though is that in the long run is this approach to 'job security' tenable and rewarding?

    Paul.

  6. Back to top

    Re: Who do we serve?

    by Ted Neward

    That's an interesting question, Paul; I think, if I may, the generalized answer to your question is one of using the appropriate tools in the appropriate situations. Or, as the patterns guys say, "a pattern is a Solution to a Problem within a given Context that yields certain Consequences".

    Here's the thing--no, I seriously doubt anybody is going to go off to a brand-new, green-field project and say, "Let's generate a browsable WPF application from a Java servlet container!", just because it's fun. In a situation where existing application servers want to yield rich user interfaces back to Windows clients, however, this is a viable option, and, in many respects, may be simpler and easier to deliver than a full-out XML service-based solution (as a counterexample).

    I guess what I'm drilling down to, is I assume that for any given technology "X", readers/listeners have already put the "caveat emptor" tag on it, regardless. :-)

  7. Back to top

    Re: Who do we serve?

    by Paul Beckford

    Hi Ted,

    That's a fair response. Your article focused on Java and .NET interopability. As readers we can decide for ourselves. BTW there is some interesting competition in this space. Flex and Appollo are good alternatives to WPF, and Ruby/Rails and Flex interop is a good alternative to using Java or .NET on the server. Vista Smalltalk is also emerging as a good client side alternative that wraps both WPF and Flex. BTW I have noticed you posting on the Strongtalk discussion forum. Are you contributing to Strongtalk? and if so what are your plans?

    Back to my original question, I think who we serve comes down to developer choice, and you can't make a real choice without a selection of viable alternatives. To me Java and .NET are just more of the same :^) Great article BTW, and I look forward to an article on Strongtalk perhaps?

    Paul.

  8. Back to top

    New coming on this ground: eFace

    by Yves YANG

    I'd like you know that Soyatec has announced the availability of a new product that targets on this area. The product name is eFace. It is a XAML/WPF in java. More information can be found on the www.soyatec.com/eface/

Educational Content

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?