Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
restinpractice
Conversations
About
Send feedback
Help
restinpractice
1–30 of 84
Mark all as read
Report group
0 selected
Lorenzo Lorenzo
,
J G
4
8/9/22
PUT, DELETE and Hypermedia
Oh, btw, exploring the discussions in this group, I've found a reference to Mark Nottingham's
unread,
PUT, DELETE and Hypermedia
Oh, btw, exploring the discussions in this group, I've found a reference to Mark Nottingham's
8/9/22
Varuna
,
Jim Webber
2
3/8/21
Please explain Figure 1-1
Dear Varuna, Fig 1-1 shows the wonderful, crazy, mixed up environment that is the modern Web. A
unread,
Please explain Figure 1-1
Dear Varuna, Fig 1-1 shows the wonderful, crazy, mixed up environment that is the modern Web. A
3/8/21
RESTRookie
, …
Jim Webber
12
4/23/20
Page 112 - Question about figure 5-4
> The book's mission is to explain REST in an accessible way. You can come up with all kinds
unread,
Page 112 - Question about figure 5-4
> The book's mission is to explain REST in an accessible way. You can come up with all kinds
4/23/20
Emanuele DelBono
, …
Mitch Trainham
13
4/8/20
Response based on user
This seems like a bad approach to use in a general sense, because client applications need to know
unread,
Response based on user
This seems like a bad approach to use in a general sense, because client applications need to know
4/8/20
albrikt a
, …
Mitch Trainham
22
4/8/20
According to book, PUT should set all the resource state, including any links, but ...
Sure, but I love how easily we accept something conceptually, when in practice it simply doesn't
unread,
According to book, PUT should set all the resource state, including any links, but ...
Sure, but I love how easily we accept something conceptually, when in practice it simply doesn't
4/8/20
albrikt a
, …
Mitch Trainham
4
4/8/20
Why is coffee card created via GET request and not via POST request?
If the service chooses to do something unrelated to servicing the GET, it does not violate REST. It
unread,
Why is coffee card created via GET request and not via POST request?
If the service chooses to do something unrelated to servicing the GET, it does not violate REST. It
4/8/20
Andy Culotta
,
Jim Webber
5
10/9/18
greetings, i have eclipse and netbeans,, what do you reccomend as the set up to use your example code?
Jim Yes, it would be JAVA connecting back to Mainframe , not sure how yet; IBM System i, has a way to
unread,
greetings, i have eclipse and netbeans,, what do you reccomend as the set up to use your example code?
Jim Yes, it would be JAVA connecting back to Mainframe , not sure how yet; IBM System i, has a way to
10/9/18
Mariano Burgos
, …
Josh Graham
9
6/29/18
Chapter 5 code building
No, you did `sudo ant`. This means it is running with different effective user and group ids. -------
unread,
Chapter 5 code building
No, you did `sudo ant`. This means it is running with different effective user and group ids. -------
6/29/18
Anas Tina
, …
Jim Webber
4
10/22/17
The goal of REST - Roy Fielding
Nah Josh, it's only Dr Jim to you. I like the small power trip. Dr. Jim > On 21 Oct 2017, at
unread,
The goal of REST - Roy Fielding
Nah Josh, it's only Dr Jim to you. I like the small power trip. Dr. Jim > On 21 Oct 2017, at
10/22/17
Edwin Dalorzo
, …
Martin Stein
3
12/22/15
Is REST only adequate for applications with human-computer interaction?
Yes, humans may push a button that causes the browser to request a link embedded in a Rest response.
unread,
Is REST only adequate for applications with human-computer interaction?
Yes, humans may push a button that causes the browser to request a link embedded in a Rest response.
12/22/15
Dominic V
,
Christian Blunden
2
8/19/15
REST for fan-in pub-sub
Hi Dominic We implemented our own simple hypermedia based message queue which I have just made
unread,
REST for fan-in pub-sub
Hi Dominic We implemented our own simple hypermedia based message queue which I have just made
8/19/15
Mark P
,
Jim Webber
6
11/26/14
Query resource for 'keyword' parameter
Hi Mark, Hence: /metadata?keywords={}&ID={}&Sign={}&Designation={} /bookmark?keywords={}
unread,
Query resource for 'keyword' parameter
Hi Mark, Hence: /metadata?keywords={}&ID={}&Sign={}&Designation={} /bookmark?keywords={}
11/26/14
Natraj M
, …
Joshua Graham
3
11/25/14
Get response code ? 404 or 200 with empty body+ content length = 0
Agreed. This is pretty straightforward basic stuff. However, I do find some people wanting to
unread,
Get response code ? 404 or 200 with empty body+ content length = 0
Agreed. This is pretty straightforward basic stuff. However, I do find some people wanting to
11/25/14
albrikt a
,
Ryan Wittibschlager
2
9/10/14
Should Link Relation Values describe linked resource only in the context of the current representation?
Hi there, I would also like to hear from an expert on this particular question. My guess is because
unread,
Should Link Relation Values describe linked resource only in the context of the current representation?
Hi there, I would also like to hear from an expert on this particular question. My guess is because
9/10/14
Ryan Wittibschlager
,
Jim Webber
4
9/6/14
Ch4 code
Wow, I didn't realize I was going back and forth with one of the authors of this book! Thanks a
unread,
Ch4 code
Wow, I didn't realize I was going back and forth with one of the authors of this book! Thanks a
9/6/14
albrikt a
,
Peter Oostwoud-Sibiryak
2
7/1/14
Independently updatable parts of a resource – how to?
Hi albrikt, Interesting questions! 1) In addition to your assumptions: How would this compare to the
unread,
Independently updatable parts of a resource – how to?
Hi albrikt, Interesting questions! 1) In addition to your assumptions: How would this compare to the
7/1/14
Peter Oostwoud-Sibiryak
6/30/14
Create representations with media type in mind or apply the H-factor and normalize
Hi, Considering Admundsens H-factor for media types: When creating the definition for representations
unread,
Create representations with media type in mind or apply the H-factor and normalize
Hi, Considering Admundsens H-factor for media types: When creating the definition for representations
6/30/14
albrikt a
,
Jim Webber
7
6/25/14
Are the two URLs handled by the same service endpoint?
thank you for your time and help cheers On Wednesday, June 25, 2014 9:59:08 AM UTC+2, Jim Webber
unread,
Are the two URLs handled by the same service endpoint?
thank you for your time and help cheers On Wednesday, June 25, 2014 9:59:08 AM UTC+2, Jim Webber
6/25/14
Ryan Wittibschlager
,
Jim Webber
7
4/12/14
Chapter 3 code
Jim, Thanks for the information, I couldn't have solved my problem without your help and that
unread,
Chapter 3 code
Jim, Thanks for the information, I couldn't have solved my problem without your help and that
4/12/14
Orbee
, …
Jim Webber
4
2/3/14
Page 83- How can seperate orders have the same orderId thus creating a conflict
Hello Brian, > Many thanks for your reply. I now understand the scenario. However, I have yet
unread,
Page 83- How can seperate orders have the same orderId thus creating a conflict
Hello Brian, > Many thanks for your reply. I now understand the scenario. However, I have yet
2/3/14
Ashic Mahtab
,
Ian Robinson
3
12/3/13
ReST, POST and Client Knowledge
Thanks...clarifies things greatly :) On Tuesday, December 3, 2013 10:41:41 AM UTC, iansrobinson wrote
unread,
ReST, POST and Client Knowledge
Thanks...clarifies things greatly :) On Tuesday, December 3, 2013 10:41:41 AM UTC, iansrobinson wrote
12/3/13
Jan Stenberg
, …
Jørn Wildt
11
11/30/13
Different representations of the same resource
Yes, we have (cBrain). Works fine. See the blogpost i referred. Regards, Jørn fredag den 29. november
unread,
Different representations of the same resource
Yes, we have (cBrain). Works fine. See the blogpost i referred. Regards, Jørn fredag den 29. november
11/30/13
Joshua Graham
,
Jørn Wildt
3
6/11/13
Representation versioning. URI or Media Type?
It is indeed, as is the follow up, although I think he gets weaker (pragmatic?) on using HATEOAS.
unread,
Representation versioning. URI or Media Type?
It is indeed, as is the follow up, although I think he gets weaker (pragmatic?) on using HATEOAS.
6/11/13
DomreiRoam
,
Jim Webber
2
6/7/13
extend atom:linkType to add information about the relation
Hi Gael, The upside to this, is that your links get richer. In fact they start to look like
unread,
extend atom:linkType to add information about the relation
Hi Gael, The upside to this, is that your links get richer. In fact they start to look like
6/7/13
Saeid Moradi
5/25/13
Chapter 9 - Java code - Functional tests
It seems Functional tests for chapter 9, are not included here[1]. Is it possible for us to see them
unread,
Chapter 9 - Java code - Functional tests
It seems Functional tests for chapter 9, are not included here[1]. Is it possible for us to see them
5/25/13
Joshua Graham
, …
Jim Webber
3
5/13/13
The use of 400 Bad Request
Hi Josh, I've tended to use 400 in place of 422 since it's in HTTP rather than a dependent
unread,
The use of 400 Bad Request
Hi Josh, I've tended to use 400 in place of 422 since it's in HTTP rather than a dependent
5/13/13
Joshua Graham
,
Rushforth, Peter
2
5/9/13
Query Strings and opacity
> How do you feel about the "templating" of optional query strings? It's like a
unread,
Query Strings and opacity
> How do you feel about the "templating" of optional query strings? It's like a
5/9/13
Krishna
,
Jim Webber
2
5/2/13
How to handle resource level security
Hello, > I have a jax-rs based system. I want to protect a user from accessing the data belongs to
unread,
How to handle resource level security
Hello, > I have a jax-rs based system. I want to protect a user from accessing the data belongs to
5/2/13
Jan Stenberg
,
Ian Robinson
3
4/21/13
Link relation values in Media type vs. DAP
Thanks Ian, The keyword here for me is "independently". When I define the link-relations
unread,
Link relation values in Media type vs. DAP
Thanks Ian, The keyword here for me is "independently". When I define the link-relations
4/21/13
Ken C.
, …
Ian Robinson
4
1/4/13
Why is the Java Source Code Still Missing 2+ Years After Book Publication?
Hi Pablo I replaced those files this morning. Have another go and let us know if it's still not
unread,
Why is the Java Source Code Still Missing 2+ Years After Book Publication?
Hi Pablo I replaced those files this morning. Have another go and let us know if it's still not
1/4/13