Click here to Skip to main content
15,895,740 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: An Easter question Pin
theoldfool21-Apr-19 5:40
professionaltheoldfool21-Apr-19 5:40 
JokeRe: An Easter question Pin
phil.o21-Apr-19 6:12
professionalphil.o21-Apr-19 6:12 
GeneralRe: An Easter question Pin
DRHuff21-Apr-19 10:15
DRHuff21-Apr-19 10:15 
GeneralRe: An Easter question Pin
kalberts22-Apr-19 2:50
kalberts22-Apr-19 2:50 
GeneralRe: An Easter question Pin
W Balboos, GHB22-Apr-19 5:19
W Balboos, GHB22-Apr-19 5:19 
GeneralRe: An Easter question Pin
DerekT-P22-Apr-19 6:52
professionalDerekT-P22-Apr-19 6:52 
GeneralMVP Rest Web Service Pin
Julian Michael21-Apr-19 0:04
Julian Michael21-Apr-19 0:04 
GeneralRe: MVP Rest Web Service Pin
Nathan Minier21-Apr-19 0:42
professionalNathan Minier21-Apr-19 0:42 
So, assuming that by MVP you mean Model-View-Presenter, you're highly unlikely to find much as far as examples go. For one, the in-vogue architecture for web applications is actually a cousin of that pattern, the MVC (Model-View-Controller) architecture. Second, web services are intended to exist at the data access layer and (at least partially) the business logic layer of n-tier applications, so presentation logic is not a consideration for a pure REST API.

Suggestions for frameworks or platforms will depend on what language you intend to use. You might want to ask in the language-specific forums about what technologies might give you a head start.
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor

GeneralRe: MVP Rest Web Service Pin
Julian Michael21-Apr-19 1:33
Julian Michael21-Apr-19 1:33 
GeneralRe: MVP Rest Web Service Pin
GuyThiebaut21-Apr-19 8:01
professionalGuyThiebaut21-Apr-19 8:01 
GeneralRe: MVP Rest Web Service Pin
Julian Michael21-Apr-19 20:06
Julian Michael21-Apr-19 20:06 
GeneralRe: MVP Rest Web Service Pin
RickZeeland21-Apr-19 3:42
mveRickZeeland21-Apr-19 3:42 
GeneralRe: MVP Rest Web Service Pin
Julian Michael21-Apr-19 20:07
Julian Michael21-Apr-19 20:07 
GeneralRe: MVP Rest Web Service Pin
Gerry Schmitz21-Apr-19 7:40
mveGerry Schmitz21-Apr-19 7:40 
GeneralRe: MVP Rest Web Service Pin
Jörgen Andersson21-Apr-19 7:59
professionalJörgen Andersson21-Apr-19 7:59 
GeneralRe: MVP Rest Web Service Pin
GuyThiebaut21-Apr-19 9:29
professionalGuyThiebaut21-Apr-19 9:29 
GeneralRe: MVP Rest Web Service Pin
Julian Michael21-Apr-19 20:13
Julian Michael21-Apr-19 20:13 
GeneralRe: MVP Rest Web Service Pin
GuyThiebaut21-Apr-19 20:43
professionalGuyThiebaut21-Apr-19 20:43 
GeneralRe: MVP Rest Web Service Pin
Julian Michael21-Apr-19 22:08
Julian Michael21-Apr-19 22:08 
GeneralRe: MVP Rest Web Service Pin
GuyThiebaut21-Apr-19 22:33
professionalGuyThiebaut21-Apr-19 22:33 
GeneralRe: MVP Rest Web Service Pin
Pete O'Hanlon22-Apr-19 0:01
mvePete O'Hanlon22-Apr-19 0:01 
GeneralRe: MVP Rest Web Service Pin
Nathan Minier22-Apr-19 6:16
professionalNathan Minier22-Apr-19 6:16 
AnswerRe: MVP Rest Web Service Pin
Ravi Bhavnani21-Apr-19 10:55
professionalRavi Bhavnani21-Apr-19 10:55 
GeneralRe: MVP Rest Web Service Pin
Nish Nishant21-Apr-19 11:59
sitebuilderNish Nishant21-Apr-19 11:59 
GeneralRe: MVP Rest Web Service Pin
Ravi Bhavnani21-Apr-19 12:16
professionalRavi Bhavnani21-Apr-19 12:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.