Inviting suggestions for client application design

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Inviting suggestions for client application design

    Hi,

    We want to develop a client application that can be plugged into
    hundreds of other applications used by our bank. These applications
    include browser-driven apps, desktop client apps, etc. Some of these
    apps run on Windows and others on Linux and Unix. Our client
    application will be invoked by clicking on a link or a button from
    within these applications.

    Our client application will be used for manually entering free form
    comments and other info, by the person who is using the host
    application. The details he enters will be placed in a common
    company-wide Oracle database. This will be the functionality of our
    Tagging application.

    I am new to web technologies. Can you suggest the
    technologies/languages that can be used to implement such an
    application?

    Thanks
    Yash

    yashgt@yahoo.com Guest

  2. Similar Questions and Discussions

    1. Application design
      How do most of you construct your applications? Do you break it up into sections based on the functions of the app? example: contact_add.php...
    2. web client design
      we are supposed to send to a web service a request object in xml formatted by industry standard. We have xml dtd. We can either send xml string...
    3. comments & suggestions for my site design
      hi, can anyone offer any feedback on my site? not sure if i should go with a different sort of look or style. thanks! denise Referring...
    4. Template Questions, Site Design Suggestions, ASP.NET Newbie
      Jordan, you need to use asp.net Page Templates. http://www.aspnetui.com/templates/ i am trying to do the same thing and still can't get it to...
    5. Network application design question
      I need a little help getting started in the right direction: I'm developing an application that has a server side and a client side. It's...
  3. #2

    Default Re: Inviting suggestions for client application design

    Yash,

    Maybe can you ask this question over about 20 years again. Maybe than Net
    has been the one which is the solution for all this kind of problems (Or
    maybe there is another one). It is one of the reasons it is developed.
    However, in my opinion is what you ask not yet realised. (And if it goes as
    the last 50 years it, than probably you get over 20 years the same answer as
    I gave you now). It is a kind of same reason why some banks don't like it if
    all currencies in the world are interchangable without the need of a bank.

    (In the way you wrote it, "Plugged in". When you redesign and create all
    those applications new, than there are of course a lot of possibilities)

    Just my thought,

    Cor


    Cor Ligthert Guest

  4. #3

    Default Re: Inviting suggestions for client application design

    As Cor points out, adding the link or button on an existing app is a change
    to the app. So, if you have a dozen apps that you want to make this button
    available on, you would have to change 12 applications. This may not be
    what you want.

    What isn't clear: how you plan to tie these comments to the (a) application
    being used, and (b) any data context in play at the time. In other words:
    what I don't know is this: do you need to collect text in general, or do you
    need to collect text because the user is using a cash drawer system and is
    accessing customer account 0123456789?

    If you can expect the user to enter all of the information, then you can
    simply put a shortcut on the screen somewhere and the user can click the
    shortcut and start your app up, enter their text, and be done. If, on the
    other hand, your app cares what other apps are running, and what data is in
    them, then this information has to be available somewhere. This particular
    requirement is difficult and expensive in the extreme.

    Without knowing more about what your app does, I'm hard pressed to offer any
    assistance.

    --
    --- Nick Malik [Microsoft]
    MCSD, CFPS, Certified Scrummaster
    [url]http://blogs.msdn.com/nickmalik[/url]

    Disclaimer: Opinions expressed in this forum are my own, and not
    representative of my employer.
    I do not answer questions on behalf of my employer. I'm just a
    programmer helping programmers.
    --
    <yashgt@yahoo.com> wrote in message
    news:1119331113.047871.294500@g49g2000cwa.googlegr oups.com...
    > Hi,
    >
    > We want to develop a client application that can be plugged into
    > hundreds of other applications used by our bank. These applications
    > include browser-driven apps, desktop client apps, etc. Some of these
    > apps run on Windows and others on Linux and Unix. Our client
    > application will be invoked by clicking on a link or a button from
    > within these applications.
    >
    > Our client application will be used for manually entering free form
    > comments and other info, by the person who is using the host
    > application. The details he enters will be placed in a common
    > company-wide Oracle database. This will be the functionality of our
    > Tagging application.
    >
    > I am new to web technologies. Can you suggest the
    > technologies/languages that can be used to implement such an
    > application?
    >
    > Thanks
    > Yash
    >

    Nick Malik [Microsoft] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139