CodeSmith Community
Your Code. Your Way. Faster!

New CAB option for NetTiers

Latest post 08-28-2008 1:57 PM by Polar. 13 replies.
  • 12-05-2006 11:05 PM

    • bsimser
    • Top 200 Contributor
    • Joined on 02-14-2006
    • Calgary, Alberta
    • Posts 23
    • Points 845

    New CAB option for NetTiers

    Hi guys,

    In the last few nightly drops, there's been the addition of the WinForms library which provides User Controls for each table (basically for doing table maintenance and all that jazz, much like the admin controls in the website). This is cool and grand, but we needed more ;)

    We're using NT with CAB and so after a presentation today about using NT, it made sense to build a similar modification to the templates to create CAB aware SmartParts in NT. So I've started this work now and will release it to the group for anyone who wants it (hopefully it'll cut the mustard to make it into NetTiers itself).

    Here's the idea behind the design and what I'm building:

    • Class library based on a Business Module from SCSF
    • One view, presenter, and user control (SmartPart) for each table (same as WinForm library)
    • ModuleInit and ModuleController classes and other CAB stuff generated
    • Separate configuration section to enable CAB generation, location of CAB dlls, namespaces, etc.
    • Option to host all SmartParts inside a deck or tab workspace (so the output of this could simply be dropped into a CAB project as a module)

    Let me know if there's interest in this, what features you might want/need. I'll provide a version of this once I've given it the once over testing and setup some kind of way to get feedback to get changes put into the modification. Note that this is *not* a replacement for SCSF but something to generate a single module you can use for direct table maintenance but done CAB style using user controls and the MVP pattern.

    Thanks!

    Filed under:
    • Post Points: 95
  • 12-06-2006 1:02 PM In reply to

    Re: New CAB option for NetTiers

    Hi,

    This would be awesome!  Did you see the stuff that John did for CAB?  I know it's not complete, but are you talking about extending these classes to support more?
    http://nettiers.svn.sourceforge.net/viewvc/nettiers/source/trunk/Source/CAB/
     


    Robert Hinojosa
    -------------------------------------
    Member of the Codesmith Tools, .netTiers, teams
    http://www.nettiers.com
    -------------------------------------
    Filed under:
    • Post Points: 65
  • 12-07-2006 2:11 AM In reply to

    • swin
    • Top 10 Contributor
    • Joined on 06-14-2006
    • London, UK
    • Posts 922
    • Points 34,710

    Re: New CAB option for NetTiers

    I agree, this would be a great addition.

    swin

    ------------------------------------------------- Member of the .NetTiers team -------------------------------------------------
    • Post Points: 5
  • 12-07-2006 5:41 AM In reply to

    • bsimser
    • Top 200 Contributor
    • Joined on 02-14-2006
    • Calgary, Alberta
    • Posts 23
    • Points 845

    Re: New CAB option for NetTiers

    Robert Hinojosa:
    This would be awesome!  Did you see the stuff that John did for CAB?  I know it's not complete, but are you talking about extending these classes to support more?
    http://nettiers.svn.sourceforge.net/viewvc/nettiers/source/trunk/Source/CAB/

    Hi Robert,

    I looked at the stuff for CAB but it seems to generate a workitem and it's not included in the config so not sure how it was meant to be integrated. Like I said, the main design idea I'm flowing from is similar to the WinForm library that was added as this would be an entire new configuration section and essentially create a new CAB module that you could just compile, drop into your solution, and add to the ProfileCatalog.xml and use out of the box.

    Filed under:
    • Post Points: 65
  • 12-08-2006 2:46 AM In reply to

    • Lex
    • Top 50 Contributor
    • Joined on 09-28-2006
    • Posts 72
    • Points 1,945

    Re: New CAB option for NetTiers

    Hi,

     This would be a very VERY interesting feature indeed :-)

    • Post Points: 5
  • 12-08-2006 10:07 AM In reply to

    Re: New CAB option for NetTiers

    I hear you, I'm just trying to make sure that there's no duplication of effort, if it can be avoided.  But yes, I believe we're all for it. 

    bsimser:

    Hi Robert,

    I looked at the stuff for CAB but it seems to generate a workitem and it's not included in the config so not sure how it was meant to be integrated. Like I said, the main design idea I'm flowing from is similar to the WinForm library that was added as this would be an entire new configuration section and essentially create a new CAB module that you could just compile, drop into your solution, and add to the ProfileCatalog.xml and use out of the box.


    Robert Hinojosa
    -------------------------------------
    Member of the Codesmith Tools, .netTiers, teams
    http://www.nettiers.com
    -------------------------------------
    • Post Points: 5
  • 12-11-2006 12:33 PM In reply to

    • dSquared
    • Top 10 Contributor
    • Joined on 09-01-2004
    • Paris - France
    • Posts 519
    • Points 260,935

    Re: New CAB option for NetTiers

    hi

    yes ur right, my CAB templates are not meant to be merged but to be used separately to generate entity based workitem when needed.
    I found it to be very usefull because my applications need a lot of customization so i cannot use generated forms...
    but your idea is great and you should continue and integrate them in the repository.

     about the winforms controls: i use them during the developpement phase, it allow me to have the basic form working event if the fully customized replacement is not yet developped.

     tell me if I can help

     

    John Roland
    ------------------------------
     Member of the .netTiers team
      http://en.serialcoder.net
    ------------------------------

    • Post Points: 5
  • 12-14-2006 8:43 AM In reply to

    • GRAW
    • Top 25 Contributor
    • Joined on 06-23-2006
    • Posts 157
    • Points 4,560

    Re: New CAB option for NetTiers

    So when do you think u'd have this ready?

    I can hardly wait for something like this, and I can give it a whirl as soon as you have it available.  We already make heavy use of CAB, so I could take it for a spin. 

    "Small is the number of them that see with their own eyes, and feel with their own hearts" Albert Einstein
    • Post Points: 95
  • 01-12-2007 7:49 AM In reply to

    • Miketrix
    • Top 50 Contributor
    • Joined on 03-06-2006
    • Brussels
    • Posts 69
    • Points 1,885

    NetTiers and CAB/SCSF - The Sub-Community ?

    Hi all,

    It's been some time we are talking and asking questions about 'How To Use SCSF (or CAB) with NetTiers' ?... Many of us seem interested with this subject and I think the answer is quite simple:

    • NetTiers provides a neat and beautifully designed approach for N-Tiers layered applications.
    • CAB/SCSF provide such a neat approach for the another essential part of application design : UI interactions

    So it seems quite natural that most people looking for NetTiers are also interested in SCSF development.

    So, I created this post to allow everybody who's interested in this subject to let the NetTiers community know about their presence and their expectations. Maybe, it would be possible to bring up a new kind of 'sub community' talking about SCSF questions using NetTiers, that would be useful ! But therefore we would need help from advanced guys.

    So please, answer to this post if you are interested and present in two words your project.

    Thank's for reading...

    Mike. 

    Filed under: , , ,
    • Post Points: 5
  • 01-12-2007 9:34 AM In reply to

    • Lex
    • Top 50 Contributor
    • Joined on 09-28-2006
    • Posts 72
    • Points 1,945

    Re: NetTiers and CAB/SCSF - The Sub-Community ?

    Hi,

    I am very interested in guidelines and best practices for that.

    • Post Points: 5
  • 01-12-2007 9:35 AM In reply to

    • mtutt
    • Top 500 Contributor
    • Joined on 12-12-2006
    • Posts 10
    • Points 230

    Re: NetTiers and CAB/SCSF - The Sub-Community ?

    Miketrix:

    So, I created this post to allow everybody who's interested in this subject to let the NetTiers community know about their presence and their expectations. Maybe, it would be possible to bring up a new kind of 'sub community' talking about SCSF questions using NetTiers, that would be useful ! But therefore we would need help from advanced guys.

    We're heading down this road now.  We've just started a prototype project for a web based administration tool for a new CRM product using NetTiers, but the end user functionality will be a smart client integrated with another application.  We haven't done any work at all on the smart client piece, just starting to take a look at options for authentication and security now.

    I thought I read a couple of threads last night about people who've got patches that integrate WSE3 security features into the templates, I'm off to see if I can find more about that today.

    Mark

    • Post Points: 5
  • 01-23-2007 2:13 PM In reply to

    • GRAW
    • Top 25 Contributor
    • Joined on 06-23-2006
    • Posts 157
    • Points 4,560

    Re: NetTiers and CAB/SCSF - The Sub-Community ?

    I have already expressed some of my experiences with CAB and .NetTiers, and I've anxiously read all of the postings about integrating .NetTiers and CAB/SCSF.

    There have been some posts about integrating some basic CAB functionality into the templates, but it seems that this effort has come to a halt based on the nightly releases (the CAB sections haven't been updated in a while.).  Is that effort still going on?  Anything we can help with? 

    "Small is the number of them that see with their own eyes, and feel with their own hearts" Albert Einstein
    • Post Points: 35
  • 11-04-2007 11:29 AM In reply to

    Re: NetTiers and CAB/SCSF - The Sub-Community ?

    Is there anyone that used the CAB templates? I would like to see an example of how it works.

    • Post Points: 35
  • 08-28-2008 1:57 PM In reply to

    • Polar
    • Top 100 Contributor
    • Joined on 09-04-2007
    • Posts 51
    • Points 935

    Re: NetTiers and CAB/SCSF - The Sub-Community ?

    I'm starting to develop a windows app using CAB, SCSF+Contrib, Infragistics and netTiers. Anyone has any experience that they can share?

    • Post Points: 5
Page 1 of 1 (14 items) | RSS
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems