or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
J2EE Security for Servlets EJBS and Web Services (Hewlett-Packard Professional Books)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don t have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

J2EE Security for Servlets EJBS and Web Services (Hewlett-Packard Professional Books) [Paperback]

Pankaj Kumar
4.7 out of 5 stars  See all reviews (3 customer reviews)
Price: Ł39.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually dispatched within 11 to 14 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
17 new from Ł8.24 10 used from Ł4.20

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 464 pages
  • Publisher: Prentice Hall; 1 edition (4 Sep 2003)
  • Language English
  • ISBN-10: 0131402641
  • ISBN-13: 978-0131402645
  • Product Dimensions: 23.1 x 17.8 x 3 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 844,200 in Books (See Top 100 in Books)
    #12 in  Books > Computing & Internet > Programming > Languages > Java > EJB
    #9 in  Books > Computing & Internet > Computer Science > Security > Programming > Web Services
    #5 in  Books > Computing & Internet > Computer Science > Security > Programming > Java
  • See Complete Table of Contents

More About the Author

Pankaj Kumar
Discover books, learn about writers, and more.

Visit Amazon's Pankaj Kumar Page

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
     Web Services Security opens new browser window
  Layer7Tech.com/WS_Security   -   Web Service Security Made Easy WS*, XACML, SAML, FIPS all-in-1
     Intel Secure XML Gateway opens new browser window
  www.DynamicPerimeter.com   -   Edge Security for SOA, Cloud, REST Competitive Swap& Free Eval Program
     Norton Internet Security opens new browser window
  www.Norton.com   -   Stronger. Faster. Better than ever. Official UK Website. Download now!

Product Description

Product Description

Dealing with security issues continues to be challenging for programmers and developers. In this book, expert practitioner Pankaj Kumar walks through both the descriptions and resolutions of those security issues that Java professionals will run into while designing, building, deploying and operating solutions that use J2EE technologies - such as Servlets, EJBs and Web Services. Unlike most books on security, Kumar covers security concepts such as authentication, authorization, confidentiality, integrity and non-repudiation in the context of security standards, Java APIs and software products implementing these technologies, while demonstrating how to use these in creating solutions.

From the Back Cover

J2EE developers have an extraordinary array of powerful options for securing their Web services, Web applications, EJB components and RMI objects. Now, expert Java architect Pankaj Kumar helps developers make sense of Java's increasingly rich security APIs, tools, patterns, and best practices-showing how to use each of them in the right place, at the right time, and in the right way.

Kumar covers every significant J2SE and J2EE security mechanism, presenting practical implementation techniques for the entire J2EE project lifecycle: analysis, design, development, deployment and operations. The book's example-rich coverage includes:

  • Implementing cryptography with the JCA (Java Cryptography Architecture) and JCE (Java Cryptography Extension) security APIs
  • Building PKI systems with Java: implementing X.509 certificates, Certification Authorities, Certificate Revocation Lists, and repositories
  • Java security managers, policy files, and JAAS: implementing access control based on code origin, code signer and user credentials
  • Securing the wire: Using SSL and the JSSE API to secure data exchange over unprotected networks
  • Ensuring XML message integrity, authentication, and confidentiality with the standards: XML Signature & XML Encryption using the VeriSign TSIK, and Infomosaic SecureXML libraries
  • Addressing security issues in RMI-based distributed applications
  • Developing and deploying servlets and EJBs for authenticated and secure access
  • Securing Web services with transport- and message-based security: SSL for transport-based and WS Security for message-based security
  • Covering security aspects of best-of-breed products: Apache Tomcat, Apache Axis, and BEA WebLogic Server.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
5.0 out of 5 stars Lots of Sample Code, 10 Oct 2003
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
This review is from: J2EE Security for Servlets EJBS and Web Services (Hewlett-Packard Professional Books) (Paperback)
Security is like spinach - it's good for you but not too many people like it. Most security books bore me to tears with page after page of description accompanying three lines of code. This book is different. This book is geared towards actual developers who are looking for not just explanations of security but useful examples showing how to make security work in their applications.

The first section of the book is an introduction to security in general and Java security in particular. The next section looks at the basic technologies and APIs used for encryption, authentication, and authorization. This section starts with a look into cryptography and covers JCA and JCE. It continues with coverage of digital certificates and then looks at controlling access to resources by using policy files. This section ends with a look at SSL and securing XML messages. The final section examines using these technologies in various J2EE applications such as RMI, Servlets, EJBs, and Web Services.

The explanations throughout the book are clear and easy to follow with plenty of code samples to demonstrate how to use the various APIs associated with security in Java programs. The best part of the book is the many code samples provided and the detailed descriptions accompanying these code samples. In addition, the author has provided a group of tools to assist with security development. Over all this is one of the best J2EE security books on the market.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Read this book as soon as you can, 18 Aug 2004
By Szilágyi Donát (Dunakeszi, Hungary) - See all my reviews
This review is from: J2EE Security for Servlets EJBS and Web Services (Hewlett-Packard Professional Books) (Paperback)
When one reads a specification, a chapter in a book or an online documentation on security, these are not the most typical sentences she/he thoughts: "I understand, it works, this is a really useful utility class, there is a good figure summarizes the process".
But this book surprised me in a good way. It answers real-world security problems, makes understandable the heavy security specifications of the application servers, and the accompanying web site contains a living forum, the source files of the book and a practical tool named JSTK to make life easier for java security programmers. JSTK consists of many short useful java programs and their sources.
Only one objection: the title of the book is not very lucky, 50 pct of the book is about j2se security and 50 pct is about j2ee security.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
4.0 out of 5 stars Thorough and clear guide to J2EE security, 7 Jun 2004
By A Customer
This review is from: J2EE Security for Servlets EJBS and Web Services (Hewlett-Packard Professional Books) (Paperback)
This is a very helpful book, both as an introduction to the various areas of Java security and in the detailed implementation of each one. It's already answered all my questions, and there's still plenty more to read.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.