I'm looking for some LOB/Data intensive applications written in WPF to show during a course (screenshots are ok), do you have some links?, what is the one you like most? (apart yours of course. J)
At this point the good Forms developers begin to soul search as to why they are using such a legacy technology :)
Paul
On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
> I’m looking for some LOB/Data intensive applications written in WPF to show > during a course (screenshots are ok), do you have some links?, what is the > one you like most? (apart yours of course… J)
From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Paul Stovell Sent: giovedì 5 novembre 2009 01:00 To: wpf-disciples@googlegroups.com Subject: [WPF Disciples] Re: WPF LOB samples
Hi Corrado,
I often show the Lawson Smart Client screenshot in an opening slide:
At this point the good Forms developers begin to soul search as to why they are using such a legacy technology :)
Paul
On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com> wrote:
I’m looking for some LOB/Data intensive applications written in WPF to show during a course (screenshots are ok), do you have some links?, what is the one you like most? (apart yours of course… J)
Whilst I cant share our app, I can share one screen shot which I am most proud off, its a very cool search
Where we wrote our own WCF serializable query language which uses SQL server, and its 100% metadata driven. We are able to filter results and build complex queries using the screen shot attached.
The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build very complex queries which are converted to RAW SQL in the WCF end.
The filtering uses a standard WPF ListView, no 3rd party products at all.
> At this point the good Forms developers begin to soul search as to why they > are using such a legacy technology :)
> Paul
> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> I’m looking for some LOB/Data intensive applications written in WPF to >> show during a course (screenshots are ok), do you have some links?, what is >> the one you like most? (apart yours of course… J)
On Thu, Nov 5, 2009 at 5:09 PM, Sacha Barber <sacha.bar...@gmail.com> wrote: > Corrado
> Whilst I cant share our app, I can share one screen shot which I am most > proud off, its a very cool search
> Where we wrote our own WCF serializable query language which uses SQL > server, and its 100% metadata driven. We are able to filter results and > build complex queries using the screen shot attached.
> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build > very complex queries which are converted to RAW SQL in the WCF end.
> The filtering uses a standard WPF ListView, no 3rd party products at all.
> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com>wrote:
>> Hi Corrado,
>> I often show the Lawson Smart Client screenshot in an opening slide:
>> At this point the good Forms developers begin to soul search as to why >> they are using such a legacy technology :)
>> Paul
>> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com >> > wrote:
>>> I’m looking for some LOB/Data intensive applications written in WPF to >>> show during a course (screenshots are ok), do you have some links?, what is >>> the one you like most? (apart yours of course… J)
Cool app, does it also tells you what stocks are going to rise up one day in advance? Otherwise I’ll buy one copy soon! J
From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Sacha Barber Sent: giovedì 5 novembre 2009 10:09 To: wpf-disciples@googlegroups.com Subject: [WPF Disciples] Re: WPF LOB samples
Corrado
Whilst I cant share our app, I can share one screen shot which I am most proud off, its a very cool search
Where we wrote our own WCF serializable query language which uses SQL server, and its 100% metadata driven. We are able to filter results and build complex queries using the screen shot attached.
The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build very complex queries which are converted to RAW SQL in the WCF end.
The filtering uses a standard WPF ListView, no 3rd party products at all.
On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote:
Hi Corrado,
I often show the Lawson Smart Client screenshot in an opening slide:
At this point the good Forms developers begin to soul search as to why they are using such a legacy technology :)
Paul
On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com> wrote:
I’m looking for some LOB/Data intensive applications written in WPF to show during a course (screenshots are ok), do you have some links?, what is the one you like most? (apart yours of course… J)
We do stream real time rates and allow deals to click on the one they want to buy from different streams, but alas it can not predict rates movements, otherwise id be a millionaire for sure. Glad the screen shot helped
Michael
All controls in that app are standard WPF controls styled and tweaked. ALL standard, no 3rd party. Even the WPF data picker has been changed.
On Thu, Nov 5, 2009 at 9:53 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
> Whilst I cant share our app, I can share one screen shot which I am most > proud off, its a very cool search
> Where we wrote our own WCF serializable query language which uses SQL > server, and its 100% metadata driven. We are able to filter results and > build complex queries using the screen shot attached.
> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build > very complex queries which are converted to RAW SQL in the WCF end.
> The filtering uses a standard WPF ListView, no 3rd party products at all.
> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> > wrote:
> Hi Corrado,
> I often show the Lawson Smart Client screenshot in an opening slide:
> At this point the good Forms developers begin to soul search as to why they > are using such a legacy technology :)
> Paul
> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com> > wrote:
> I’m looking for some LOB/Data intensive applications written in WPF to show > during a course (screenshots are ok), do you have some links?, what is the > one you like most? (apart yours of course… J)
When are you going to add the “Make me rich” feature? JJJ
From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Sacha Barber Sent: giovedì 5 novembre 2009 11:16 To: wpf-disciples@googlegroups.com Subject: [WPF Disciples] Re: WPF LOB samples
Corrado
We do stream real time rates and allow deals to click on the one they want to buy from different streams, but alas it can not predict rates movements, otherwise id be a millionaire for sure. Glad the screen shot helped
Michael
All controls in that app are standard WPF controls styled and tweaked. ALL standard, no 3rd party. Even the WPF data picker has been changed.
On Thu, Nov 5, 2009 at 9:53 AM, Corrado Cavalli <corradocava...@gmail.com> wrote:
Thanks Sacha, screenshot are good enough J
Cool app, does it also tells you what stocks are going to rise up one day in advance? Otherwise I’ll buy one copy soon! J
From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Sacha Barber Sent: giovedì 5 novembre 2009 10:09 To: wpf-disciples@googlegroups.com Subject: [WPF Disciples] Re: WPF LOB samples
Corrado
Whilst I cant share our app, I can share one screen shot which I am most proud off, its a very cool search
Where we wrote our own WCF serializable query language which uses SQL server, and its 100% metadata driven. We are able to filter results and build complex queries using the screen shot attached.
The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build very complex queries which are converted to RAW SQL in the WCF end.
The filtering uses a standard WPF ListView, no 3rd party products at all.
On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote:
Hi Corrado,
I often show the Lawson Smart Client screenshot in an opening slide:
At this point the good Forms developers begin to soul search as to why they are using such a legacy technology :)
Paul
On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com> wrote:
I’m looking for some LOB/Data intensive applications written in WPF to show during a course (screenshots are ok), do you have some links?, what is the one you like most? (apart yours of course… J)
> We do stream real time rates and allow deals to click on the one they want > to buy from different streams, but alas it can not predict rates movements, > otherwise id be a millionaire for sure. Glad the screen shot helped
> Michael
> All controls in that app are standard WPF controls styled and tweaked. ALL > standard, no 3rd party. Even the WPF data picker has been changed.
> On Thu, Nov 5, 2009 at 9:53 AM, Corrado Cavalli <corradocava...@gmail.com> > wrote:
> Thanks Sacha, screenshot are good enough J
> Cool app, does it also tells you what stocks are going to rise up one day > in advance? Otherwise I’ll buy one copy soon! J
> Whilst I cant share our app, I can share one screen shot which I am most > proud off, its a very cool search
> Where we wrote our own WCF serializable query language which uses SQL > server, and its 100% metadata driven. We are able to filter results and > build complex queries using the screen shot attached.
> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build > very complex queries which are converted to RAW SQL in the WCF end.
> The filtering uses a standard WPF ListView, no 3rd party products at all.
> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> > wrote:
> Hi Corrado,
> I often show the Lawson Smart Client screenshot in an opening slide:
> At this point the good Forms developers begin to soul search as to why they > are using such a legacy technology :)
> Paul
> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com> > wrote:
> I’m looking for some LOB/Data intensive applications written in WPF to show > during a course (screenshots are ok), do you have some links?, what is the > one you like most? (apart yours of course… J)
>> We do stream real time rates and allow deals to click on the one they want >> to buy from different streams, but alas it can not predict rates movements, >> otherwise id be a millionaire for sure. Glad the screen shot helped
>> Michael
>> All controls in that app are standard WPF controls styled and tweaked. ALL >> standard, no 3rd party. Even the WPF data picker has been changed.
>> On Thu, Nov 5, 2009 at 9:53 AM, Corrado Cavalli <corradocava...@gmail.com> >> wrote:
>> Thanks Sacha, screenshot are good enough J
>> Cool app, does it also tells you what stocks are going to rise up one day >> in advance? Otherwise I’ll buy one copy soon! J
>> Whilst I cant share our app, I can share one screen shot which I am most >> proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL >> server, and its 100% metadata driven. We are able to filter results and >> build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> >> wrote:
>> Hi Corrado,
>> I often show the Lawson Smart Client screenshot in an opening slide:
>> At this point the good Forms developers begin to soul search as to why >> they are using such a legacy technology :)
>> Paul
>> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < >> corradocava...@gmail.com> wrote:
>> I’m looking for some LOB/Data intensive applications written in WPF to >> show during a course (screenshots are ok), do you have some links?, what is >> the one you like most? (apart yours of course… J)
>>> We do stream real time rates and allow deals to click on the one they >>> want to buy from different streams, but alas it can not predict rates >>> movements, otherwise id be a millionaire for sure. Glad the screen shot >>> helped
>>> Michael
>>> All controls in that app are standard WPF controls styled and tweaked. >>> ALL standard, no 3rd party. Even the WPF data picker has been changed.
>>> On Thu, Nov 5, 2009 at 9:53 AM, Corrado Cavalli < >>> corradocava...@gmail.com> wrote:
>>> Thanks Sacha, screenshot are good enough J
>>> Cool app, does it also tells you what stocks are going to rise up one day >>> in advance? Otherwise I’ll buy one copy soon! J
>>> Whilst I cant share our app, I can share one screen shot which I am most >>> proud off, its a very cool search
>>> Where we wrote our own WCF serializable query language which uses SQL >>> server, and its 100% metadata driven. We are able to filter results and >>> build complex queries using the screen shot attached.
>>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >>> build very complex queries which are converted to RAW SQL in the WCF end.
>>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> >>> wrote:
>>> Hi Corrado,
>>> I often show the Lawson Smart Client screenshot in an opening slide:
>>> At this point the good Forms developers begin to soul search as to why >>> they are using such a legacy technology :)
>>> Paul
>>> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < >>> corradocava...@gmail.com> wrote:
>>> I’m looking for some LOB/Data intensive applications written in WPF to >>> show during a course (screenshots are ok), do you have some links?, what is >>> the one you like most? (apart yours of course… J)
> Whilst I cant share our app, I can share one screen shot which I am most
> proud off, its a very cool search
> Where we wrote our own WCF serializable query language which uses SQL
> server, and its 100% metadata driven. We are able to filter results and
> build complex queries using the screen shot attached.
> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build
> very complex queries which are converted to RAW SQL in the WCF end.
> The filtering uses a standard WPF ListView, no 3rd party products at all.
> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote:
> > Hi Corrado,
> > I often show the Lawson Smart Client screenshot in an opening slide:
> > At this point the good Forms developers begin to soul search as to why they
> > are using such a legacy technology :)
> > Paul
> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
> >> I’m looking for some LOB/Data intensive applications written in WPF to
> >> show during a course (screenshots are ok), do you have some links?, what is
> >> the one you like most? (apart yours of course… J)
Sacha, that search interface looks like you could get a lot done with
it. Very cool.
Corrado, here's a screen shot of an app my team has been working on.
The application
integrates Oracle Hyperion Financial Management and Hyperion Strategic
Finance, and provides business process coordination. The image shows
the workflow designer which I created to allow a user to create a
custom workflow, push it to the server, where it is queued for
execution etc. You can see the workflow executing on the server in
real time within the designer. Things like the zoom and panning
controls were really easy to implement in XAML. Multidimensional
queries are able to be created within a designer and the activities
can then use them during workflow execution.
On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> wrote:
> Ok, I give up. How do you attach an image to a reply if you haven't
> previously subscribed to the thread?
> On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote:
>> Corrado
>> Whilst I cant share our app, I can share one screen shot which I am most
>> proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL
>> server, and its 100% metadata driven. We are able to filter results and
>> build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to build
>> very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote:
>> > Hi Corrado,
>> > I often show the Lawson Smart Client screenshot in an opening slide:
>> > At this point the good Forms developers begin to soul search as to why they
>> > are using such a legacy technology :)
>> > Paul
>> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> >> I’m looking for some LOB/Data intensive applications written in WPF to
>> >> show during a course (screenshots are ok), do you have some links?, what is
>> >> the one you like most? (apart yours of course… J)
On Thu, Nov 5, 2009 at 4:45 PM, Daniel Vaughan <dan...@orpius.com> wrote: > Sacha, that search interface looks like you could get a lot done with > it. Very cool.
> Corrado, here's a screen shot of an app my team has been working on. > The application > integrates Oracle Hyperion Financial Management and Hyperion Strategic > Finance, and provides business process coordination. The image shows > the workflow designer which I created to allow a user to create a > custom workflow, push it to the server, where it is queued for > execution etc. You can see the workflow executing on the server in > real time within the designer. Things like the zoom and panning > controls were really easy to implement in XAML. Multidimensional > queries are able to be created within a designer and the activities > can then use them during workflow execution.
> Cheers, > Daniel
> On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> > wrote:
> > Ok, I give up. How do you attach an image to a reply if you haven't > > previously subscribed to the thread?
> > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: > >> Corrado
> >> Whilst I cant share our app, I can share one screen shot which I am most > >> proud off, its a very cool search
> >> Where we wrote our own WCF serializable query language which uses SQL > >> server, and its 100% metadata driven. We are able to filter results and > >> build complex queries using the screen shot attached.
> >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to > build > >> very complex queries which are converted to RAW SQL in the WCF end.
> >> The filtering uses a standard WPF ListView, no 3rd party products at > all.
> >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> > wrote: > >> > Hi Corrado,
> >> > I often show the Lawson Smart Client screenshot in an opening slide:
> >> > At this point the good Forms developers begin to soul search as to why > they > >> > are using such a legacy technology :)
> >> > Paul
> >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < > corradocava...@gmail.com>wrote:
> >> >> I’m looking for some LOB/Data intensive applications written in WPF > to > >> >> show during a course (screenshots are ok), do you have some links?, > what is > >> >> the one you like most? (apart yours of course… J)
On Behalf Of Daniel Vaughan Sent: giovedì 5 novembre 2009 17:46 To: WPF Disciples Subject: [WPF Disciples] Re: WPF LOB samples
Sacha, that search interface looks like you could get a lot done with it. Very cool.
Corrado, here's a screen shot of an app my team has been working on. The application integrates Oracle Hyperion Financial Management and Hyperion Strategic Finance, and provides business process coordination. The image shows the workflow designer which I created to allow a user to create a custom workflow, push it to the server, where it is queued for execution etc. You can see the workflow executing on the server in real time within the designer. Things like the zoom and panning controls were really easy to implement in XAML. Multidimensional queries are able to be created within a designer and the activities can then use them during workflow execution.
Cheers, Daniel
On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> wrote:
> Ok, I give up. How do you attach an image to a reply if you haven't > previously subscribed to the thread?
> On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: >> Corrado
>> Whilst I cant share our app, I can share one screen shot which I am >> most proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL >> server, and its 100% metadata driven. We are able to filter results >> and build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote: >> > Hi Corrado,
>> > I often show the Lawson Smart Client screenshot in an opening slide:
>> > At this point the good Forms developers begin to soul search as to >> > why they are using such a legacy technology :)
>> > Paul
>> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> >> I’m looking for some LOB/Data intensive applications written in >> >> WPF to show during a course (screenshots are ok), do you have some >> >> links?, what is the one you like most? (apart yours of course… J)
On Behalf Of Daniel Vaughan Sent: giovedì 5 novembre 2009 17:46 To: WPF Disciples Subject: [WPF Disciples] Re: WPF LOB samples
Sacha, that search interface looks like you could get a lot done with it. Very cool.
Corrado, here's a screen shot of an app my team has been working on. The application integrates Oracle Hyperion Financial Management and Hyperion Strategic Finance, and provides business process coordination. The image shows the workflow designer which I created to allow a user to create a custom workflow, push it to the server, where it is queued for execution etc. You can see the workflow executing on the server in real time within the designer. Things like the zoom and panning controls were really easy to implement in XAML. Multidimensional queries are able to be created within a designer and the activities can then use them during workflow execution.
Cheers, Daniel
On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> wrote:
> Ok, I give up. How do you attach an image to a reply if you haven't > previously subscribed to the thread?
> On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: >> Corrado
>> Whilst I cant share our app, I can share one screen shot which I am >> most proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL >> server, and its 100% metadata driven. We are able to filter results >> and build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote: >> > Hi Corrado,
>> > I often show the Lawson Smart Client screenshot in an opening slide:
>> > At this point the good Forms developers begin to soul search as to >> > why they are using such a legacy technology :)
>> > Paul
>> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> >> I’m looking for some LOB/Data intensive applications written in >> >> WPF to show during a course (screenshots are ok), do you have some >> >> links?, what is the one you like most? (apart yours of course… J)
On Thu, Nov 5, 2009 at 11:45 AM, Daniel Vaughan <dan...@orpius.com> wrote: > Sacha, that search interface looks like you could get a lot done with > it. Very cool.
> Corrado, here's a screen shot of an app my team has been working on. > The application > integrates Oracle Hyperion Financial Management and Hyperion Strategic > Finance, and provides business process coordination. The image shows > the workflow designer which I created to allow a user to create a > custom workflow, push it to the server, where it is queued for > execution etc. You can see the workflow executing on the server in > real time within the designer. Things like the zoom and panning > controls were really easy to implement in XAML. Multidimensional > queries are able to be created within a designer and the activities > can then use them during workflow execution.
> Cheers, > Daniel
> On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> > wrote:
> > Ok, I give up. How do you attach an image to a reply if you haven't > > previously subscribed to the thread?
> > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: > >> Corrado
> >> Whilst I cant share our app, I can share one screen shot which I am most > >> proud off, its a very cool search
> >> Where we wrote our own WCF serializable query language which uses SQL > >> server, and its 100% metadata driven. We are able to filter results and > >> build complex queries using the screen shot attached.
> >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to > build > >> very complex queries which are converted to RAW SQL in the WCF end.
> >> The filtering uses a standard WPF ListView, no 3rd party products at > all.
> >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> > wrote: > >> > Hi Corrado,
> >> > I often show the Lawson Smart Client screenshot in an opening slide:
> >> > At this point the good Forms developers begin to soul search as to why > they > >> > are using such a legacy technology :)
> >> > Paul
> >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < > corradocava...@gmail.com>wrote:
> >> >> I’m looking for some LOB/Data intensive applications written in WPF > to > >> >> show during a course (screenshots are ok), do you have some links?, > what is > >> >> the one you like most? (apart yours of course… J)
Do you guys have an inhouse Graphics artist, I wish we did, and I wish our business used a few less data intensive screens. Grids are ok, but mmmm, if I had a free reign, I would use some alternative idea.
On Fri, Nov 6, 2009 at 4:26 AM, Mike Brown <mbrow...@gmail.com> wrote: > Wow Daniel really slick! It looks like VS 2010. I'm not easily impressed > and I'm impressed!
> On Thu, Nov 5, 2009 at 11:45 AM, Daniel Vaughan <dan...@orpius.com> wrote:
>> Sacha, that search interface looks like you could get a lot done with >> it. Very cool.
>> Corrado, here's a screen shot of an app my team has been working on. >> The application >> integrates Oracle Hyperion Financial Management and Hyperion Strategic >> Finance, and provides business process coordination. The image shows >> the workflow designer which I created to allow a user to create a >> custom workflow, push it to the server, where it is queued for >> execution etc. You can see the workflow executing on the server in >> real time within the designer. Things like the zoom and panning >> controls were really easy to implement in XAML. Multidimensional >> queries are able to be created within a designer and the activities >> can then use them during workflow execution.
>> Cheers, >> Daniel
>> On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> >> wrote:
>> > Ok, I give up. How do you attach an image to a reply if you haven't >> > previously subscribed to the thread?
>> > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: >> >> Corrado
>> >> Whilst I cant share our app, I can share one screen shot which I am >> most >> >> proud off, its a very cool search
>> >> Where we wrote our own WCF serializable query language which uses SQL >> >> server, and its 100% metadata driven. We are able to filter results and >> >> build complex queries using the screen shot attached.
>> >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build >> >> very complex queries which are converted to RAW SQL in the WCF end.
>> >> The filtering uses a standard WPF ListView, no 3rd party products at >> all.
>> >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> >> wrote: >> >> > Hi Corrado,
>> >> > I often show the Lawson Smart Client screenshot in an opening slide:
>> >> > At this point the good Forms developers begin to soul search as to >> why they >> >> > are using such a legacy technology :)
>> >> > Paul
>> >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < >> corradocava...@gmail.com>wrote:
>> >> >> I’m looking for some LOB/Data intensive applications written in WPF >> to >> >> >> show during a course (screenshots are ok), do you have some links?, >> what is >> >> >> the one you like most? (apart yours of course… J)
*Do you guys have an inhouse Graphics artist, I wish we did, and I wish our business used a few less data intensive screens. Grids are ok, but mmmm, if I had a free reign, I would use some alternative idea.* * * *Was meant for Daniel *
On Fri, Nov 6, 2009 at 4:47 AM, Sacha Barber <sacha.bar...@gmail.com> wrote: > Do you guys have an inhouse Graphics artist, I wish we did, and I wish our > business used a few less data intensive screens. Grids are ok, but mmmm, if > I had a free reign, I would use some alternative idea.
> On Fri, Nov 6, 2009 at 4:26 AM, Mike Brown <mbrow...@gmail.com> wrote:
>> Wow Daniel really slick! It looks like VS 2010. I'm not easily impressed >> and I'm impressed!
>> On Thu, Nov 5, 2009 at 11:45 AM, Daniel Vaughan <dan...@orpius.com>wrote:
>>> Sacha, that search interface looks like you could get a lot done with >>> it. Very cool.
>>> Corrado, here's a screen shot of an app my team has been working on. >>> The application >>> integrates Oracle Hyperion Financial Management and Hyperion Strategic >>> Finance, and provides business process coordination. The image shows >>> the workflow designer which I created to allow a user to create a >>> custom workflow, push it to the server, where it is queued for >>> execution etc. You can see the workflow executing on the server in >>> real time within the designer. Things like the zoom and panning >>> controls were really easy to implement in XAML. Multidimensional >>> queries are able to be created within a designer and the activities >>> can then use them during workflow execution.
>>> Cheers, >>> Daniel
>>> On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> >>> wrote:
>>> > Ok, I give up. How do you attach an image to a reply if you haven't >>> > previously subscribed to the thread?
>>> > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: >>> >> Corrado
>>> >> Whilst I cant share our app, I can share one screen shot which I am >>> most >>> >> proud off, its a very cool search
>>> >> Where we wrote our own WCF serializable query language which uses SQL >>> >> server, and its 100% metadata driven. We are able to filter results >>> and >>> >> build complex queries using the screen shot attached.
>>> >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >>> build >>> >> very complex queries which are converted to RAW SQL in the WCF end.
>>> >> The filtering uses a standard WPF ListView, no 3rd party products at >>> all.
>>> >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> >>> wrote: >>> >> > Hi Corrado,
>>> >> > I often show the Lawson Smart Client screenshot in an opening slide:
>>> >> > At this point the good Forms developers begin to soul search as to >>> why they >>> >> > are using such a legacy technology :)
>>> >> > Paul
>>> >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < >>> corradocava...@gmail.com>wrote:
>>> >> >> I’m looking for some LOB/Data intensive applications written in WPF >>> to >>> >> >> show during a course (screenshots are ok), do you have some links?, >>> what is >>> >> >> the one you like most? (apart yours of course… J)
> Wow Daniel really slick! It looks like VS 2010. I'm not easily impressed and
> I'm impressed!
> On Thu, Nov 5, 2009 at 11:45 AM, Daniel Vaughan <dan...@orpius.com> wrote:
> > Sacha, that search interface looks like you could get a lot done with
> > it. Very cool.
> > Corrado, here's a screen shot of an app my team has been working on.
> > The application
> > integrates Oracle Hyperion Financial Management and Hyperion Strategic
> > Finance, and provides business process coordination. The image shows
> > the workflow designer which I created to allow a user to create a
> > custom workflow, push it to the server, where it is queued for
> > execution etc. You can see the workflow executing on the server in
> > real time within the designer. Things like the zoom and panning
> > controls were really easy to implement in XAML. Multidimensional
> > queries are able to be created within a designer and the activities
> > can then use them during workflow execution.
> > Cheers,
> > Daniel
> > On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com>
> > wrote:
> > > Ok, I give up. How do you attach an image to a reply if you haven't
> > > previously subscribed to the thread?
> > > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote:
> > >> Corrado
> > >> Whilst I cant share our app, I can share one screen shot which I am most
> > >> proud off, its a very cool search
> > >> Where we wrote our own WCF serializable query language which uses SQL
> > >> server, and its 100% metadata driven. We are able to filter results and
> > >> build complex queries using the screen shot attached.
> > >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to
> > build
> > >> very complex queries which are converted to RAW SQL in the WCF end.
> > >> The filtering uses a standard WPF ListView, no 3rd party products at
> > all.
> > >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com>
> > wrote:
> > >> > Hi Corrado,
> > >> > I often show the Lawson Smart Client screenshot in an opening slide:
> > >> > At this point the good Forms developers begin to soul search as to why
> > they
> > >> > are using such a legacy technology :)
> > >> > Paul
> > >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <
> > corradocava...@gmail.com>wrote:
> > >> >> I’m looking for some LOB/Data intensive applications written in WPF
> > to
> > >> >> show during a course (screenshots are ok), do you have some links?,
> > what is
> > >> >> the one you like most? (apart yours of course… J)
On Thu, Nov 5, 2009 at 6:15 PM, Sacha Barber <sacha.bar...@gmail.com> wrote: > Corrado
> We do stream real time rates and allow deals to click on the one they want > to buy from different streams, but alas it can not predict rates movements, > otherwise id be a millionaire for sure. Glad the screen shot helped
> Michael
> All controls in that app are standard WPF controls styled and tweaked. ALL > standard, no 3rd party. Even the WPF data picker has been changed.
> On Thu, Nov 5, 2009 at 9:53 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> Thanks Sacha, screenshot are good enough J
>> Cool app, does it also tells you what stocks are going to rise up one day >> in advance? Otherwise I’ll buy one copy soon! J
>> Whilst I cant share our app, I can share one screen shot which I am most >> proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL >> server, and its 100% metadata driven. We are able to filter results and >> build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> >> wrote:
>> Hi Corrado,
>> I often show the Lawson Smart Client screenshot in an opening slide:
>> At this point the good Forms developers begin to soul search as to why >> they are using such a legacy technology :)
>> Paul
>> On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com> >> wrote:
>> I’m looking for some LOB/Data intensive applications written in WPF to >> show during a course (screenshots are ok), do you have some links?, what is >> the one you like most? (apart yours of course… J)
We do have a designer.
We too use a couple screens with grids, but yes I agree, sometimes
there are better approaches. They're great though if you know what you
are doing.
On Nov 6, 5:47 am, Sacha Barber <sacha.bar...@gmail.com> wrote:
> Do you guys have an inhouse Graphics artist, I wish we did, and I wish our
> business used a few less data intensive screens. Grids are ok, but mmmm, if
> I had a free reign, I would use some alternative idea.
> On Fri, Nov 6, 2009 at 4:26 AM, Mike Brown <mbrow...@gmail.com> wrote:
> > Wow Daniel really slick! It looks like VS 2010. I'm not easily impressed
> > and I'm impressed!
> > On Thu, Nov 5, 2009 at 11:45 AM, Daniel Vaughan <dan...@orpius.com> wrote:
> >> Sacha, that search interface looks like you could get a lot done with
> >> it. Very cool.
> >> Corrado, here's a screen shot of an app my team has been working on.
> >> The application
> >> integrates Oracle Hyperion Financial Management and Hyperion Strategic
> >> Finance, and provides business process coordination. The image shows
> >> the workflow designer which I created to allow a user to create a
> >> custom workflow, push it to the server, where it is queued for
> >> execution etc. You can see the workflow executing on the server in
> >> real time within the designer. Things like the zoom and panning
> >> controls were really easy to implement in XAML. Multidimensional
> >> queries are able to be created within a designer and the activities
> >> can then use them during workflow execution.
> >> Cheers,
> >> Daniel
> >> On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com>
> >> wrote:
> >> > Ok, I give up. How do you attach an image to a reply if you haven't
> >> > previously subscribed to the thread?
> >> > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote:
> >> >> Corrado
> >> >> Whilst I cant share our app, I can share one screen shot which I am
> >> most
> >> >> proud off, its a very cool search
> >> >> Where we wrote our own WCF serializable query language which uses SQL
> >> >> server, and its 100% metadata driven. We are able to filter results and
> >> >> build complex queries using the screen shot attached.
> >> >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to
> >> build
> >> >> very complex queries which are converted to RAW SQL in the WCF end.
> >> >> The filtering uses a standard WPF ListView, no 3rd party products at
> >> all.
> >> >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com>
> >> wrote:
> >> >> > Hi Corrado,
> >> >> > I often show the Lawson Smart Client screenshot in an opening slide:
> >> >> > At this point the good Forms developers begin to soul search as to
> >> why they
> >> >> > are using such a legacy technology :)
> >> >> > Paul
> >> >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <
> >> corradocava...@gmail.com>wrote:
> >> >> >> I’m looking for some LOB/Data intensive applications written in WPF
> >> to
> >> >> >> show during a course (screenshots are ok), do you have some links?,
> >> what is
> >> >> >> the one you like most? (apart yours of course… J)
Yeah I really like your design, this place would not cope well if I turned out a UI that barren (unused space) they would be like, oh we can get a grid there too.
On Fri, Nov 6, 2009 at 9:57 AM, Daniel Vaughan <dbvaug...@gmail.com> wrote:
> We do have a designer. > We too use a couple screens with grids, but yes I agree, sometimes > there are better approaches. They're great though if you know what you > are doing.
> On Nov 6, 5:47 am, Sacha Barber <sacha.bar...@gmail.com> wrote: > > Do you guys have an inhouse Graphics artist, I wish we did, and I wish > our > > business used a few less data intensive screens. Grids are ok, but mmmm, > if > > I had a free reign, I would use some alternative idea.
> > On Fri, Nov 6, 2009 at 4:26 AM, Mike Brown <mbrow...@gmail.com> wrote: > > > Wow Daniel really slick! It looks like VS 2010. I'm not easily > impressed > > > and I'm impressed!
> > > On Thu, Nov 5, 2009 at 11:45 AM, Daniel Vaughan <dan...@orpius.com> > wrote:
> > >> Sacha, that search interface looks like you could get a lot done with > > >> it. Very cool.
> > >> Corrado, here's a screen shot of an app my team has been working on. > > >> The application > > >> integrates Oracle Hyperion Financial Management and Hyperion Strategic > > >> Finance, and provides business process coordination. The image shows > > >> the workflow designer which I created to allow a user to create a > > >> custom workflow, push it to the server, where it is queued for > > >> execution etc. You can see the workflow executing on the server in > > >> real time within the designer. Things like the zoom and panning > > >> controls were really easy to implement in XAML. Multidimensional > > >> queries are able to be created within a designer and the activities > > >> can then use them during workflow execution.
> > >> Cheers, > > >> Daniel
> > >> On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> > > >> wrote:
> > >> > Ok, I give up. How do you attach an image to a reply if you haven't > > >> > previously subscribed to the thread?
> > >> > On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: > > >> >> Corrado
> > >> >> Whilst I cant share our app, I can share one screen shot which I am > > >> most > > >> >> proud off, its a very cool search
> > >> >> Where we wrote our own WCF serializable query language which uses > SQL > > >> >> server, and its 100% metadata driven. We are able to filter results > and > > >> >> build complex queries using the screen shot attached.
> > >> >> The search uses a hierarchal DataTemplate, and allows ANDs and ORs > to > > >> build > > >> >> very complex queries which are converted to RAW SQL in the WCF end.
> > >> >> The filtering uses a standard WPF ListView, no 3rd party products > at > > >> all.
> > >> >> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell < > p...@paulstovell.com> > > >> wrote: > > >> >> > Hi Corrado,
> > >> >> > I often show the Lawson Smart Client screenshot in an opening > slide:
> > >> >> > At this point the good Forms developers begin to soul search as > to > > >> why they > > >> >> > are using such a legacy technology :)
> > >> >> > Paul
> > >> >> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli < > > >> corradocava...@gmail.com>wrote:
> > >> >> >> I’m looking for some LOB/Data intensive applications written in > WPF > > >> to > > >> >> >> show during a course (screenshots are ok), do you have some > links?, > > >> what is > > >> >> >> the one you like most? (apart yours of course… J)
About the book: It is a year old or so. It is a really nice, neatly formatted and very presentable coffee-book. If you want your own copy, ping me after PDC.
Informal Disclaimer on the PPT: These are not the best (and of course not worst) WPF apps; nor is Microsoft endorsing these over any others. These are just a few screenshots that I know at some point or another I have seen in the public domain. It is not comprehensive at all; it is a tiny subset from ones I knew were used for LOB. I skipped anything that is not public (so skipped lots).
My personal 2c: It sucks that the world can't see lots of pretty amazing apps [including a lot that you all built]. There is a lot of WPF out there; and often the truly amazing ones (in financials, healthcare, government, retail, etc.) are the ones we can't show. That said, if you have one that we need to add to our internal deck, ping me.
-----Original Message----- From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Corrado Cavalli Sent: Thursday, November 05, 2009 9:03 AM To: wpf-disciples@googlegroups.com Subject: [WPF Disciples] Re: WPF LOB samples
Hey Daniel, Thanks for sharing!
C.
-----Original Message----- From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Daniel Vaughan Sent: giovedì 5 novembre 2009 17:46 To: WPF Disciples Subject: [WPF Disciples] Re: WPF LOB samples
Sacha, that search interface looks like you could get a lot done with it. Very cool.
Corrado, here's a screen shot of an app my team has been working on. The application integrates Oracle Hyperion Financial Management and Hyperion Strategic Finance, and provides business process coordination. The image shows the workflow designer which I created to allow a user to create a custom workflow, push it to the server, where it is queued for execution etc. You can see the workflow executing on the server in real time within the designer. Things like the zoom and panning controls were really easy to implement in XAML. Multidimensional queries are able to be created within a designer and the activities can then use them during workflow execution.
Cheers, Daniel
On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> wrote:
> Ok, I give up. How do you attach an image to a reply if you haven't > previously subscribed to the thread?
> On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: >> Corrado
>> Whilst I cant share our app, I can share one screen shot which I am >> most proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL >> server, and its 100% metadata driven. We are able to filter results >> and build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote: >> > Hi Corrado,
>> > I often show the Lawson Smart Client screenshot in an opening slide:
>> > At this point the good Forms developers begin to soul search as to >> > why they are using such a legacy technology :)
>> > Paul
>> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> >> I'm looking for some LOB/Data intensive applications written in >> >> WPF to show during a course (screenshots are ok), do you have some >> >> links?, what is the one you like most? (apart yours of course. J)
About the book: It is a year old or so. It is a really nice, neatly formatted and very presentable coffee-book. If you want your own copy, ping me after PDC.
Informal Disclaimer on the PPT: These are not the best (and of course not worst) WPF apps; nor is Microsoft endorsing these over any others. These are just a few screenshots that I know at some point or another I have seen in the public domain. It is not comprehensive at all; it is a tiny subset from ones I knew were used for LOB. I skipped anything that is not public (so skipped lots).
My personal 2c: It sucks that the world can't see lots of pretty amazing apps [including a lot that you all built]. There is a lot of WPF out there; and often the truly amazing ones (in financials, healthcare, government, retail, etc.) are the ones we can't show. That said, if you have one that we need to add to our internal deck, ping me.
-----Original Message----- From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Corrado Cavalli Sent: Thursday, November 05, 2009 9:03 AM To: wpf-disciples@googlegroups.com Subject: [WPF Disciples] Re: WPF LOB samples
Hey Daniel, Thanks for sharing!
C.
-----Original Message----- From: wpf-disciples@googlegroups.com [mailto:wpf-disciples@googlegroups.com] On Behalf Of Daniel Vaughan Sent: giovedì 5 novembre 2009 17:46 To: WPF Disciples Subject: [WPF Disciples] Re: WPF LOB samples
Sacha, that search interface looks like you could get a lot done with it. Very cool.
Corrado, here's a screen shot of an app my team has been working on. The application integrates Oracle Hyperion Financial Management and Hyperion Strategic Finance, and provides business process coordination. The image shows the workflow designer which I created to allow a user to create a custom workflow, push it to the server, where it is queued for execution etc. You can see the workflow executing on the server in real time within the designer. Things like the zoom and panning controls were really easy to implement in XAML. Multidimensional queries are able to be created within a designer and the activities can then use them during workflow execution.
Cheers, Daniel
On Thu, Nov 5, 2009 at 4:59 PM, Daniel Vaughan <dbvaug...@gmail.com> wrote:
> Ok, I give up. How do you attach an image to a reply if you haven't > previously subscribed to the thread?
> On Nov 5, 10:09 am, Sacha Barber <sacha.bar...@gmail.com> wrote: >> Corrado
>> Whilst I cant share our app, I can share one screen shot which I am >> most proud off, its a very cool search
>> Where we wrote our own WCF serializable query language which uses SQL >> server, and its 100% metadata driven. We are able to filter results >> and build complex queries using the screen shot attached.
>> The search uses a hierarchal DataTemplate, and allows ANDs and ORs to >> build very complex queries which are converted to RAW SQL in the WCF end.
>> The filtering uses a standard WPF ListView, no 3rd party products at all.
>> On Thu, Nov 5, 2009 at 12:00 AM, Paul Stovell <p...@paulstovell.com> wrote: >> > Hi Corrado,
>> > I often show the Lawson Smart Client screenshot in an opening slide:
>> > At this point the good Forms developers begin to soul search as to >> > why they are using such a legacy technology :)
>> > Paul
>> > On Wed, Nov 4, 2009 at 6:26 AM, Corrado Cavalli <corradocava...@gmail.com>wrote:
>> >> I'm looking for some LOB/Data intensive applications written in >> >> WPF to show during a course (screenshots are ok), do you have some >> >> links?, what is the one you like most? (apart yours of course. J)