Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Application architecture : Suggestions Required

Application architecture : Suggestions Required

Scheduled Pinned Locked Moved Design and Architecture
csharpsecuritybusinesscollaborationarchitecture
3 Posts 3 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fadee
    wrote on last edited by
    #1

    Good evening, Well I am responsible for designing the architecture of an application which is supposed to extract data from a web service, cache is locally and perform analysis and show results to the user. Initially the team has tried to make the application in ASP .NET, but due to large size of results, it is not feasible to operate over HTTP mode. Now I am working on following idea: - Application will download the data from website (using web service) and cache it locally with expiry time marked - I will perform analysis in off line mode and show results to the user. User then can run what-if scenarios of the data as well Functional requirements includes, data security (as data is pretty sensitive) and ROLE based web service access. I am reading : WSE 3.0, CAB and Smart Client Architecture. Any other suggestions? Regards, :: Platform = Microsoft .NET 2.0

    ------------------- Therez No Place like ... 127.0.0.1

    C S 2 Replies Last reply
    0
    • F fadee

      Good evening, Well I am responsible for designing the architecture of an application which is supposed to extract data from a web service, cache is locally and perform analysis and show results to the user. Initially the team has tried to make the application in ASP .NET, but due to large size of results, it is not feasible to operate over HTTP mode. Now I am working on following idea: - Application will download the data from website (using web service) and cache it locally with expiry time marked - I will perform analysis in off line mode and show results to the user. User then can run what-if scenarios of the data as well Functional requirements includes, data security (as data is pretty sensitive) and ROLE based web service access. I am reading : WSE 3.0, CAB and Smart Client Architecture. Any other suggestions? Regards, :: Platform = Microsoft .NET 2.0

      ------------------- Therez No Place like ... 127.0.0.1

      C Offline
      C Offline
      Chris Kaiser
      wrote on last edited by
      #2

      What platforms are you working on? You mention smart client, is that pocket pc or laptop? Also, just in case you missed it, Soap and web services operate over http. Sounds like you'll want to maybe load up a DataSet, then encrypt and compress it for travel and store it locally. Now if this is on a laptop, you might be able to get away with just serializing the dataset encrypted and compressed to a file and hydrate it within the app and work with it as an embedded database. If its a pocket pc then you'll want to store it locally in SqlCE and work with it from there. For the Role based security, you just need a login shell to front your app and handle that in the web service. I probably missed your real point... let me know if I did.

      This statement was never false.

      1 Reply Last reply
      0
      • F fadee

        Good evening, Well I am responsible for designing the architecture of an application which is supposed to extract data from a web service, cache is locally and perform analysis and show results to the user. Initially the team has tried to make the application in ASP .NET, but due to large size of results, it is not feasible to operate over HTTP mode. Now I am working on following idea: - Application will download the data from website (using web service) and cache it locally with expiry time marked - I will perform analysis in off line mode and show results to the user. User then can run what-if scenarios of the data as well Functional requirements includes, data security (as data is pretty sensitive) and ROLE based web service access. I am reading : WSE 3.0, CAB and Smart Client Architecture. Any other suggestions? Regards, :: Platform = Microsoft .NET 2.0

        ------------------- Therez No Place like ... 127.0.0.1

        S Offline
        S Offline
        Senthil Kumar V
        wrote on last edited by
        #3

        Please review the below link, http://www.freeprojectsinfo.com/project\_management.html

        By, Senthil Kumar.V

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups