Forum Controls
Spotlight Features

The Rich Engineering Heritage Behind Dependency Injection

Andrew McVeigh takes us on a tour of the rich heritage behind dependency injection, what it represents, and tells us why its here to stay.

NetBeans 6: Matisse Updates

NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed.

Introduction to Groovy Part 3

In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.

Easier Custom Components with Swing Fuse

Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.

Benchmark Analysis: Guice vs Spring

Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Replies: 2 - Pages: 1  
Threads: [ Previous | Next ]
  Click to reply to this thread Reply

RIA Technology enables Mobility for Insurance Applications

At 9:20 AM on May 25, 2006, Matthew Schmidt wrote:

Four years ago MÜNCHENER VEREIN insurance started developing new front-end applications with RIA technology. Several applications are live today, each of them delivering a highly efficient graphical user interface (GUI) to both internal and external users, and allowing both online and offline execution. The key to these multiple operating scenarios is the combination of a Service-Oriented Architecture (SOA) with UltraLightClient, a Java-based RIA library. This marriage of SOA with RIA enables separating functional code from infrastructural code in such a rigorous way that operating scenarios are entirely configurable.

Read the entire article by Claus Seitter on how Canoo ULC and SOA can help manage your code.
1 . At 4:45 PM on May 25, 2006, Roger Voss wrote:
  Click to reply to this thread Reply

Re: RIA Technology enables Mobility for Insurance Applications

Have been running similar distributed application systems for my company (and its customers) for over two years now - RIA clients coupled to SOA middletier:

ah...been there done that - and its great!

Here are the salient things to take away from all this:

1) RIA clients inherently deliver a much superior end-user experience

2) SOA middle-tier is actually much easier (and ultimately more flexible or versatile) to develop than comparable web framework style of server-side application. The latter, despite the attempts at MVC, are inevitably joined at the hip to some particular framework and seldom are ever developed with repurposeful services.

Because I'd gone thru the whole AJAX phase back in 2000/2001 I didn't bother repeating what was essentially an inferior approach:

my AJAX web app experience in the early days of DHTML

Final observation: SOA is best when implemented with asynchronous messaging as loose coupling is the name of the game:

Links to my JMS writings
2 . At 5:45 AM on May 29, 2006, Werner Keil wrote:
  Click to reply to this thread Reply

Re: RIA Technology enables Mobility for Insurance Applications

How did you deal with authentication and securing the access to the services?

thread.rss_message