• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Rogers Cadenhead: Question about book

 
Ranch Hand
Posts: 77
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Rogers Cadenhead, I found the book very interesting after seeing its contents in the index. I have few questions.

1. Does this cover the explanation of JVM ,like how a compiler and JVM works internally in depth,because understanding JVM is very important right??
2. Its great that the book covers web services with JAX-WS . Does it cover the basics like creating a xsd file,soap file and related files??
3.Without knowing Java ME , how does the book cover android applications ??

Thank you.
 
author
Posts: 12
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book's chapter on JAX-WS covers how to create a client and all the components of a server -- the server interface, service implementation bean, and service publisher. There's also an activity where the reader creates a simple weather reporting web service.

The XML covered is an examination of WSDL files.

As for the JVM, the book doesn't get under the hood. It's a bit beyond the scope of a beginner's book.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Shiva Gajjala wrote:Without knowing Java ME , how does the book cover android applications ?



Java ME is not used for Android applications.
 
Shiva Gajjala
Ranch Hand
Posts: 77
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Rogers Cadenhead & Bear Bibeault ,

Thanks for your replies. I would like to read the book , especially for web services , android development & Java2D graphics.

Regards,
shiva
 
reply
    Bookmark Topic Watch Topic
  • New Topic