App Deployment scenario

D

DKode

I am building an app that will do online job applications. I am
starting my UML modeling of the app and realized that one portion of
the app will be only available internally, while the rest of the app
will be external through our public website. What is the best method of

building the app that will spam multiple locations like this?


While building the Use cases for the app, 5 use cases are internal, 5
external and 1 use case that is shared between the two different
actors. would I want to build that single use case in an entire
different assembly? or perhaps a webservice would solve my problem
here?


thanks

Sean
 
C

Chris Dunaway

DKode said:
building the app that will spam multiple locations like this?

Are you really going to "spam" multiple locations?? :)
While building the Use cases for the app, 5 use cases are internal, 5
external and 1 use case that is shared between the two different
actors. would I want to build that single use case in an entire
different assembly? or perhaps a webservice would solve my problem
here?

I think web services would very appropriate here. The external users
would use either a browser or thin client application that communicates
via the web services while the internal use cases could bypass the web
services and communicate directly. The one case that is both internal
and external can use both methods.
 
D

DKode

thanks for the reply. I meant to say "span" multiple locations :)

When I get to my deployment diagram I will do as you advised and setup
some web services to accomplish this.

thank you for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top