• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

J2EE webserivce book give away?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I heard this is a great book in JDJ
 
author
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll second that! Just kidding.
 
P Lu
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, it is you Author(Richard Monson-Haefel) said in the JDJ interview: "it's a great book".
I trust you, I read your EJB book, just passed Sun SCBCD yesterday.
 
P Lu
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used webservice in weblogic 6.1 ( about two years ago), when it can expose a statelss bean to weblogic RPC style, and messageDrivenBean( or just implentment javax.jms.MessageListner) to async style, Since then I have not touch that subject, there are so many books and project come out,
I am a little bit "dizz" ( such as glue, axis and sun's), I hope finally some "winner" one two. My question for you :
Does your book only deal with SUN j2EE stuff, or some "winner"? everybody know sun can not make best product( sorry to say that) for some resaon.
 
Richard Monson-Haefel
author
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book is vendor abnostic, so it doesn't talk about Sun's implemenation or BEA's or IBM's or anyone elses specifically. It explains the protocols and APIs which are themsevels vendor agnostic.
To be fair, you will still need to understand how to configure WebLogic or WebSphere or whatever you choose to use, but that's nothihng new. What is really challenging is understanding the use and purpose of the standards behind these products, and that's what my book does.
 
Richard Monson-Haefel
author
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One more thing: There are going to be two "winners" in the Web Services space and that is J2EE and .NET. I'm betting on J2EE.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Richard Monson-Haefel:
One more thing: There are going to be two "winners" in the Web Services space and that is J2EE and .NET. I'm betting on J2EE.


Why so?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a huge mass of MS developers out there, Windows (and thus, .NET) is all over the world, and Web services is endorsed by Microsoft as a technology of choice when it comes to distributed computing.
Now, almost the same can be said about Sun/IBM/BEA. J2EE is all over the (server-side) world and Web services is endorsed by the J2EE specification.
Can you see any one of these two disappearing? If not, they will have to interoperate, and that's where web services become important.
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I'm betting on J2EE.


Why bet on J2EE ? That is what I wanted to know.
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wonder, Web Services should be platform independent, as it is a protocol for different objects for different servers talk together via HTTP and XML.
And thus, no matter J2EE or .NET, the principle will be the same. Am I correct?
Nick.
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

And thus, no matter J2EE or .NET, the principle will be the same. Am I correct?


The principle is the same but there must be some reason why I would opt for J2EE rather than .NET? :roll:
 
Nicholas Cheung
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pradeep,
The only reason I can think of is:
.NET can only be run on MS servers, while J2EE can run on any servers that contains J2EE container.
Nick.
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.webservicesarchitect.com/content/articles/hanson01.asp
 
author
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Richard Monson-Haefel:
One more thing: There are going to be two "winners" in the Web Services space and that is J2EE and .NET. I'm betting on J2EE.


I'll second that and take it even farther. In fact, I just got the go ahead from my publisher to write a Web Services Certification Study Guide for WebSphere addressing their new Test 288 (Developing Web Services with WebSphere Studio V5.1)
Check out this link Test 288 Objectives
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have done web services in .NET and they are incredibly easy to code. It can literally take five minutes to change a program to be a web service. And using VisualStudio.NET you can access a web service with virtually zero coding.
 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howard
What is the estimated publication date of your new book on Web Services Certification ?
Thanks and best wishes
 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am far from an expert, but it seems that .NET doesn't yet have the API library that Java has amassed, but it is easier to code. Would you say that is what determines the choice at this time?
 
Howard Kushner
author
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by v giri:
What is the estimated publication date of your new book on Web Services Certification?


We're looking at sometime around mid-year. I'll keep you posted.
 
Richard Monson-Haefel
author
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some one wanted to know why I'm going to bet on J2EE. Well, I think people have a lot of reasons for going with .NET or J2EE, mine are pretty simple: I like working with Java, I understand J2EE, and I've seen it succeed and blow away CORBA and DCOM. I also like Dr. Pepper and prefer to drink it whenever I can, but right now I'm having a Cherry Coke because that's all the coffee shop offers. Get it? That's just me. Personally, I like to see continued competition between the MS and Java worlds, it keeps us all on our toes.
 
Put a gun against his head, pulled my trigger, now he's dead, that tiny ad sure bled
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic