Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18508 > unrolled thread

Books on Creating A Web Service

Started byclusardi2k@aol.com
First post2012-09-02 09:50 -0700
Last post2012-09-10 20:38 -0400
Articles 7 — 4 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  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

#18508 — Books on Creating A Web Service

Fromclusardi2k@aol.com
Date2012-09-02 09:50 -0700
SubjectBooks 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]


#18509

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-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]


#18510

FromMartin Gregorie <martin@address-in-sig.invalid>
Date2012-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]


#18512

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-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]


#18634

Fromclusardi2k@aol.com
Date2012-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]


#18635

Frommarkspace <-@.>
Date2012-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]


#18639

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-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