ansoesil’s blog

“Learning is experience. Everything else is just information.” – Albert Einstein

Archive for January 2009

Try Intersoft Presenter™ CTP Live

with 5 comments

Hi, forgot to mention that we also put the Intersoft Presenter™ February 2009  CTP Samples live @ http://sirius2.intersoftpt.com/presenter/.

So check it out.

Written by ansoesil

January 30, 2009 at 2:31 pm

Presenting Intersoft Presenter™

with 4 comments

As I promised we’re going to release CTP for our upcoming products in 2009 by the end of this week. And here I’m proudly present the Intersoft Presenter™ for Silverlight. (You can sign up to download the CTP from here and here the getting started link to start exploring our CTP release.

And while waiting the download process, I invite you to read the next section about the concept behind the Intersoft Presenter™ for Silverlight itself.

Intersoft Presenter™ for Silverlight fundamental concept is about delivering data in so many ways or views or I like to a say a “Presenter”. Understanding the possibilities that a data can be visualized in so much way we decide to come up with a concept that can accommodate that idea in a form of Presenter Manager.

2009130_presentingintersoftpresenter1Data Presenter Manager is the main control of Intersoft Solutions Presenter™ for Silverlight that built based on several solid concepts as follows:

  1. Centralized Data Distribution Concept
    This concept allows the Data Presenter Manager to provide the centralized data to any “Presenter” that attached to it
  2. Everything is Synchronized Concept
    Because everything is centralized, all sorting, filtering, item selection process will be synchronized throughout the entire Presenter”
  3. Extensibility through IDataPresenter concept
    As you can see from the figures above the Presenter Manager will distribute the data to an interface called IDataPresenter, which means any components or user controls that implements that interface will be taken care by the Presenter Manager when the components are included in it.

To show you how this concept can be great, we also offers five built in views which are GridPresenter, IconPresenter, ListPresenter, HierarchicalPresenter, and CoverFlowPresenter which can be also used individually without the Presenter Manager. (For this CTP we don’t have Hierarchical Presenter and CoverFlow Presenter yet)

Here is how the data distribution concept is executed:

  1. When the Presenter Manager is loaded, it will retrieved the data from specified data source control (if any) or from a collection that specified by the developers. And this data (master) will be saved in memory.
  2. Then it will notify the Selected Presenter / View that there new updates from Presenter Manager (which basically just the data) through IDataPresenter interface’s method called RefreshDataPresenter then it’s up to the Presenter to process the data.
  3. Whenever the user perform a sort / multi sort or a filtering process, the Presenter Manager will manipulate the master data (for collection scenario) or request the manipulated data from the data source control and then notify the Selected Presenter again.

Note that the Presenter Manager only notify the current selected presenter about new data changes, and only notify the other presenter when it is selected so in here we introduce load on demand concept. For further extensibility you can also include a presenter that are not connected to the Presenter Manager distributed data concept, of course by doing this you won’t get any synchronization from the Presenter Manager so it’s totally independent.

Here are the sample images that I took from one of our CTP Samples that showing the beauty of Intersoft Solutions Presenter™.

2009130_presentingintersoftpresenter2Grid Presenter with custom row template.

2009130_presentingintersoftpresenter3Icon Presenter

2009130_presentingintersoftpresenter4List Presenter

2009130_presentingintersoftpresenter5Custom control view that implements IDataPresenter, consuming centralized data distribution from Data Presenter Manager.

In this sample I modify the item template for Grid Presenter to come out with a different new style of presenting the data, and I also use the charting for Silverlight Toolkit and create the user control that implements the IDataPresenter and then hook it to the Presenter Manager and what do I get is a nice integrated Presenting Tools for your LOB Application.

Other thing that I like to mention in this post is that we valued performance before other nice additional features. So in this early development we focus more on how to make it fast and stable even when its loads thousands of data.

2009130_presentingintersoftpresenter6

From this picture you can see that even though we load 5000 records, its only takes about 60.396 kb in memory space, and if you try it by yourself in the CTP samples you can experience that the scrolling, column sizing, column moving, filtering, sorting or etc is very nice.

There are so many things that I want to show you about the Intersoft Solutions Presenter™ for Silverlight, not just the features but also how to do things that might be the solutions that you’re looking for. So keep checking back on this blog.

Regards

Andry

Written by ansoesil

January 30, 2009 at 12:14 pm

Get Started: Intersoft February 2009 CTP for Silverlight

with 5 comments

Hello,

Just wanna inform to you all that the Intersoft January 2009 CTP for Silverlight is up now. You can sign up and get the CTP from this website. It will then send you an email notification where to download the CTP directly.

Here are some key points and steps to get started with Intersoft CTP for Silverlight:

  1. You must have the following prerequisites installed. They are Silverlight Tools for Visual Studio 2008 SP1 and Silverlight 2.0 Client. You can grab them from here.
  2. Extract the downloaded file into any folder.
    2009130_gettingstarted1
  3. The Intersoft Presenter™ assembly and Intersoft DataSource™ assembly are in Assemblies Folder.
  4. Run the ISNet_Silverlight_Samples.sln
  5. In the solutions explorer, you’ll see two projects. One is the Web Application that host the Silverlight Application which also has the Astoria Data Service connection along with the Wcf Data Service connection. And the other one is the Silverlight Application project that contains all the samples.
    2009130_gettingstarted2
  6. To starts the demo just Run the project.
    Note that the Visual Studio Development Server port is set to 15088. So if you have other project that currently running on this server you need to terminate it first.

2009130_gettingstarted4
2009130_gettingstarted5

Regards
Andry

Written by ansoesil

January 30, 2009 at 12:04 pm

Hi, Hello and Welcome

with 14 comments

New year, new resolution, new spirit, new attitude.

So here am I starting my own blog, and since currently i’m working for Intersoft Solutions and been very busy and also excited with the progress in our development area. I’ll dedicated most of the pages to update all of you with latest info right from the back office.

We’re going to launch CTP release for two new products in 2009 which are Intersoft Solutions Data Source for Silverlight and Intersoft Solutions Presenter for Silverlight quite soon (if everything goes well, by the end of next week you can download the preview right away).

And along with this CTP release, i’ll covers some of the concept behind the product along with the exicting features that we already had, so stay tune.

Written by ansoesil

January 24, 2009 at 2:34 am

Posted in General

Tagged with