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. (sponsored)
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.
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.
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.
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.
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:
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:
RIA Technology enables Mobility for Insurance Applications
At 9:20 AM on May 25, 2006, Matthew Schmidt wrote:
Fresh Jobs for Developers Post a job opportunity
Read the entire article by Claus Seitter on how Canoo ULC and SOA can help manage your code.
2 replies so far (
Post your own)
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
Re: RIA Technology enables Mobility for Insurance Applications
How did you deal with authentication and securing the access to the services?