Practical Spring LDAP : Enterprise Java LDAP development made easy
(eBook)

Book Cover
Average Rating
Published
Berkeley, California : Apress, [2013].
Format
eBook
ISBN
1430263989, 9781430263982
Physical Desc
1 online resource (204 pages) : illustrations
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English
UPC
10.1007/978-1-4302-6398-2

Notes

Description
Practical Spring LDAP is your guide to developing Java-based enterprise applications using the Spring LDAP Framework. This book explains the purpose and fundamental concepts of LDAP before giving a comprehensive tour of the latest version, Spring LDAP 1.3.2. It provides a detailed treatment of LDAP controls and the new features of Spring LDAP 1.3.2 such as Object Directory Mapping and LDIF parsing. Additionally, the book focuses on the practical aspects of unit and integration testing LDAP code. Filled with real-world code examples, this book is a must for any Java developer working with LDAP. LDAP has become the de-facto standard for storing and accessing information in enterprises. Despite its widespread adoption, developers often struggle when it comes to using this technology effectively. The traditional JNDI approach has proven to be painful and has resulted in complex, less modular applications. The Spring LDAP Framework provides an ideal alternative.
Language
English.

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Varanasi, B. (2013). Practical Spring LDAP: Enterprise Java LDAP development made easy . Apress.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Varanasi, Balaji. 2013. Practical Spring LDAP: Enterprise Java LDAP Development Made Easy. Apress.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Varanasi, Balaji. Practical Spring LDAP: Enterprise Java LDAP Development Made Easy Apress, 2013.

MLA Citation, 9th Edition (style guide)

Varanasi, Balaji. Practical Spring LDAP: Enterprise Java LDAP Development Made Easy Apress, 2013.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
9b54b8e6-86b6-b8e6-0e0a-c9c6b172f960-eng
Go To Grouped Work

Grouping Information

Grouped Work ID9b54b8e6-86b6-b8e6-0e0a-c9c6b172f960-eng
Full titlepractical spring ldap enterprise java ldap development made easy
Authorvaranasi balaji
Grouping Categorybook
Last Update2024-09-06 16:31:08PM
Last Indexed2024-09-28 03:53:09AM

Marc Record

First DetectedJul 29, 2024 04:00:27 PM
Last File Modification TimeSep 06, 2024 04:34:22 PM

MARC Record

LEADER06195cam a2200553 i 4500
001ocn868921044
003OCoLC
00520240830103855.0
006m     o  d        
007cr cn|||||||||
008131228s2013    caua    o     001 0 eng d
019 |a 868040656|a 869743167|a 871223937|a 880852955|a 957615288|a 1026433089|a 1065710220|a 1066474503|a 1071773461|a 1086545551|a 1111021585|a 1112566774|a 1204072186|a 1300220933|a 1444014705
020 |a 1430263989|q (electronic bk.)
020 |a 9781430263982|q (electronic bk.)
020 |z 1430263970
020 |z 9781430263975
0247 |a 10.1007/978-1-4302-6398-2|2 doi
035 |a (OCoLC)868921044|z (OCoLC)868040656|z (OCoLC)869743167|z (OCoLC)871223937|z (OCoLC)880852955|z (OCoLC)957615288|z (OCoLC)1026433089|z (OCoLC)1065710220|z (OCoLC)1066474503|z (OCoLC)1071773461|z (OCoLC)1086545551|z (OCoLC)1111021585|z (OCoLC)1112566774|z (OCoLC)1204072186|z (OCoLC)1300220933|z (OCoLC)1444014705
037 |a CL0500000369|b Safari Books Online
040 |a E7B|b eng|e rda|e pn|c E7B|d OCLCO|d GW5XE|d YDXCP|d COO|d OCLCQ|d OCLCF|d OCLCQ|d GGVRL|d NUI|d B24X7|d UMI|d DEBBG|d DEBSZ|d IDEBK|d EBLCP|d OCLCQ|d Z5A|d LIV|d MERUC|d OCLCQ|d ESU|d VT2|d IOG|d N$T|d REB|d VLB|d CEF|d DEHBZ|d OCLCQ|d INT|d U3W|d AU@|d OCLCQ|d WYU|d TKN|d OCLCQ|d UAB|d UKAHL|d OCLCQ|d LEAUB|d DCT|d ERF|d OCLCQ|d HAGCC|d OCLCO|d OCLCQ|d OCLCO|d OCLCQ|d DXU|d OCLCQ|d OCLCO
049 |a FMGA
050 4|a QA76.73.J38|b V27 2013eb
08204|a 005.13/3|2 23
1001 |a Varanasi, Balaji,|e author.
24510|a Practical Spring LDAP :|b Enterprise Java LDAP development made easy /|c Balaji Varanasi.
264 1|a Berkeley, California :|b Apress,|c [2013]
264 4|c ©2013
300 |a 1 online resource (204 pages) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
347 |a text file|b PDF|2 rda
4901 |a The expert's voice in Spring
5050 |a Contents at a Glance -- Contents -- About the Author -- About the Technical Reviewer -- Acknowledgements -- Introduction -- Chapter 1: Introduction to LDAP -- LDAP Overview -- Information Model -- Object Classes -- Directory Schema -- Naming Model -- Functional Model -- Security Model -- LDAP Vendors -- LDIF Format -- Sample Application -- Summary -- Chapter 2: Java Support for LDAP -- LDAP Using JNDI -- Connecting to LDAP -- LDAP Operations -- Closing Resources -- Creating a New Entry -- Updating an Entry -- Removing an Entry
5058 |a Searching EntriesJNDI Drawbacks -- Chapter 3: Introducing Spring LDAP -- Motivation -- Obtaining Spring LDAP -- Spring LDAP Packaging -- Downloading Spring LDAP Source -- Installing Spring LDAP Using Maven -- Installing Maven -- Spring LDAP Archetypes -- Setting Up Spring IDE -- Creating Projects Using STS -- LDAP Server Setup -- Installing Apache Directory Studio -- Loading Test Data -- Spring LDAP Hello World -- Spring ApplicationContext -- Spring-Powered Search Client -- Spring LdapTemplate Operations -- Add Operation -- Modify Operation
5058 |a Deleting OperationSummary -- Chapter 4: Testing LDAP Code -- Unit Testing -- Mock Testing -- Integration Testing -- JUnit -- Testing Using Embedded LDAP Server -- Setting Up Embedded ApacheDS -- Creating Embedded Context Factory -- Mocking LDAP Using EasyMock -- Test Data Generation -- Summary -- Chapter 5: Advanced Spring LDAP -- JNDI Object Factories -- Spring and Object Factories -- DAO Implementation Using Object Factory -- Implementing Finder Methods -- Create Method -- Update Method -- Delete Method -- Summary
5058 |a Chapter 6: Searching LDAPLDAP Search Criteria -- Base Parameter -- Scope Parameter -- Filter Parameter -- Optional Parameters -- Spring LDAP Filters -- EqualsFilter -- LikeFilter -- PresentFilter -- NotPresentFilter -- Not Filter -- GreaterThanOrEqualsFilter -- LessThanOrEqualsFilter -- AndFilter -- OrFilter -- HardcodedFilter -- WhitespaceWildcardsFilter -- Creating Custom Filters -- Handling Special Characters -- Summary -- Chapter 7: Sorting and Paging Results -- LDAP Controls -- Identifying Supported Controls -- JNDI and Controls
5058 |a Spring LDAP and ControlsSort Control -- Implementing Custom DirContextProcessor -- Paged Search Controls -- Summary -- Chapter 8: Object-Directory Mapping -- Spring ODM Basics -- ODM Metadata -- ODM Service Class -- Configuration Simplifications -- Creating Custom Converter -- Summary -- Chapter 9: LDAP Transactions -- Transaction Basics -- Local vs. Global Transactions -- Programmatic vs. Declarative Transactions -- Programmatically -- Declaratively -- Spring Transaction Abstraction -- Declarative Transactions Using Spring
520 |a Practical Spring LDAP is your guide to developing Java-based enterprise applications using the Spring LDAP Framework. This book explains the purpose and fundamental concepts of LDAP before giving a comprehensive tour of the latest version, Spring LDAP 1.3.2. It provides a detailed treatment of LDAP controls and the new features of Spring LDAP 1.3.2 such as Object Directory Mapping and LDIF parsing. Additionally, the book focuses on the practical aspects of unit and integration testing LDAP code. Filled with real-world code examples, this book is a must for any Java developer working with LDAP. LDAP has become the de-facto standard for storing and accessing information in enterprises. Despite its widespread adoption, developers often struggle when it comes to using this technology effectively. The traditional JNDI approach has proven to be painful and has resulted in complex, less modular applications. The Spring LDAP Framework provides an ideal alternative.
546 |a English.
5880 |a Online resource; title from PDF title page (EBSCO, viewed November 30, 2017).
650 0|a Computer network protocols.|0 http://id.loc.gov/authorities/subjects/sh85029512
650 0|a Java (Computer program language)|0 http://id.loc.gov/authorities/subjects/sh95008574
650 2|a Electronic Data Processing
655 0|a Electronic books.
7730 |t Springer eBooks
77608|i Printed edition:|z 9781430263975
830 0|a Expert's voice in Spring.
85640|u https://www.aclib.us/OReilly