Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18508 > unrolled thread
| Started by | clusardi2k@aol.com |
|---|---|
| First post | 2012-09-02 09:50 -0700 |
| Last post | 2012-09-10 20:38 -0400 |
| Articles | 7 — 4 participants |
Back to article view | Back to comp.lang.java.programmer
Books on Creating A Web Service clusardi2k@aol.com - 2012-09-02 09:50 -0700
Re: Books on Creating A Web Service Arne Vajhøj <arne@vajhoej.dk> - 2012-09-02 12:57 -0400
Re: Books on Creating A Web Service Martin Gregorie <martin@address-in-sig.invalid> - 2012-09-02 17:21 +0000
Re: Books on Creating A Web Service Arne Vajhøj <arne@vajhoej.dk> - 2012-09-02 14:03 -0400
Re: Books on Creating A Web Service clusardi2k@aol.com - 2012-09-10 05:02 -0700
Re: Books on Creating A Web Service markspace <-@.> - 2012-09-10 07:59 -0700
Re: Books on Creating A Web Service Arne Vajhøj <arne@vajhoej.dk> - 2012-09-10 20:38 -0400
| From | clusardi2k@aol.com |
|---|---|
| Date | 2012-09-02 09:50 -0700 |
| Subject | Books on Creating A Web Service |
| Message-ID | <0459d060-60b4-489e-88f0-fd1748d091ba@googlegroups.com> |
Are there any good books on creating a web service. A book with detailed step by step examples is desired. Thank you,
[toc] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-09-02 12:57 -0400 |
| Message-ID | <5043900b$0$291$14726298@news.sunsite.dk> |
| In reply to | #18508 |
On 9/2/2012 12:50 PM, clusardi2k@aol.com wrote: > Are there any good books on creating a web service. A book with detailed step by step examples is desired. I don't think a book is necessary. http://docs.oracle.com/javaee/6/tutorial/doc/bnayk.html Arne
[toc] | [prev] | [next] | [standalone]
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Date | 2012-09-02 17:21 +0000 |
| Message-ID | <k204ie$3sf$1@localhost.localdomain> |
| In reply to | #18508 |
On Sun, 02 Sep 2012 09:50:24 -0700, clusardi2k wrote: > Are there any good books on creating a web service. A book with detailed > step by step examples is desired. > What do you mean by a 'web service' and what must it support? IOW if you start by installing a good web server, such as Apache, which provides plain HTML and simple web logins out of the box, what else is required? Tomcat? Beans? JSP? SQL/NoSQL DB support? -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-09-02 14:03 -0400 |
| Message-ID | <50439f59$0$289$14726298@news.sunsite.dk> |
| In reply to | #18510 |
On 9/2/2012 1:21 PM, Martin Gregorie wrote: > On Sun, 02 Sep 2012 09:50:24 -0700, clusardi2k wrote: > >> Are there any good books on creating a web service. A book with detailed >> step by step examples is desired. >> > What do you mean by a 'web service' and what must it support? > > IOW if you start by installing a good web server, such as Apache, which > provides plain HTML and simple web logins out of the box, what else is > required? Tomcat? Beans? JSP? SQL/NoSQL DB support? The term "web service" is generally used to describe a programmatic service with HTTP as the protocol. In the Java world that means JAX-WS (for SOAP) and JAX-RS (fro RESTful). And a servlet container like Tomcat. Arne
[toc] | [prev] | [next] | [standalone]
| From | clusardi2k@aol.com |
|---|---|
| Date | 2012-09-10 05:02 -0700 |
| Message-ID | <98a28a15-8f55-4d87-95f9-e7d8676681cc@googlegroups.com> |
| In reply to | #18508 |
On Sunday, September 2, 2012 12:50:24 PM UTC-4, (unknown) wrote: > Are there any good books on creating a web service. A book with detailed step by step examples is desired. Thank you, I'm new to building web services. Can you recommend a "good" general book for me to read. Again, I'm trying to understand the basic steps involved. It has to be detailed/practical enough for me to use. Thanks,
[toc] | [prev] | [next] | [standalone]
| From | markspace <-@.> |
|---|---|
| Date | 2012-09-10 07:59 -0700 |
| Message-ID | <k2kv90$7pc$1@dont-email.me> |
| In reply to | #18634 |
On 9/10/2012 5:02 AM, clusardi2k@aol.com wrote: > On Sunday, September 2, 2012 12:50:24 PM UTC-4, (unknown) wrote: >> Are there any good books on creating a web service. A book with >> detailed step by step examples is desired. Thank you, > > I'm new to building web services. Can you recommend a "good" general > book for me to read. Again, I'm trying to understand the basic steps > involved. It has to be detailed/practical enough for me to use. Try this: <http://shop.oreilly.com/product/9780596521134.do>
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-09-10 20:38 -0400 |
| Message-ID | <504e8816$0$286$14726298@news.sunsite.dk> |
| In reply to | #18634 |
On 9/10/2012 8:02 AM, clusardi2k@aol.com wrote: > On Sunday, September 2, 2012 12:50:24 PM UTC-4, (unknown) wrote: >> Are there any good books on creating a web service. A book with detailed step by step examples is desired. > > I'm new to building web services. Can you recommend a "good" general > book for me to read. Again, I'm trying to understand the basic steps > involved. It has to be detailed/practical enough for me to use. What is missing in the Java EE tutorial? Arne
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web