Tag

IP Geolocation

0 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Sep 8, 2024 · Backend Development

Using the ip2region Offline IP Geolocation Library with Java

This article explains how to implement high‑accuracy IP location lookup using the free ip2region offline database, provides Maven dependency details, demonstrates Java code for searching IP addresses, shows sample output, and highlights its support for both domestic and international IPs.

IP GeolocationJavabackend
0 likes · 5 min read
Using the ip2region Offline IP Geolocation Library with Java
Architect's Guide
Architect's Guide
Jan 21, 2024 · Backend Development

Retrieving User IP Address and Geolocation in Java with ip2region

This article explains how to obtain a client’s IP address from an HttpServletRequest, convert it to a geographic location using the ip2region library, and provides multiple Java implementation options, Maven dependencies, and performance testing commands for efficient backend IP lookup.

IP GeolocationJavaMaven
0 likes · 15 min read
Retrieving User IP Address and Geolocation in Java with ip2region
Top Architect
Top Architect
Jul 5, 2023 · Backend Development

Implementing IP Geolocation in Spring Boot Using ip2region (Local and Online Methods)

This article explains how to integrate IP geolocation into a Spring Boot application by using the ip2region library for offline lookups and an online API for real‑time address resolution, providing code samples, dependency setup, caching strategies, and an interceptor to attach IP information to every request.

IP GeolocationInterceptorJava
0 likes · 12 min read
Implementing IP Geolocation in Spring Boot Using ip2region (Local and Online Methods)
Laravel Tech Community
Laravel Tech Community
Dec 8, 2022 · Databases

ip2region 2.11.0 Release Highlights: New Golang XDB Editor, Data Updates, and Optimizations

The ip2region 2.11.0 release introduces a Golang XDB editor for easy IP data modification, updates the XDB dataset with community‑provided fixes, adds a data‑update scheme, and improves Golang/Java makers and query clients, offering high‑performance offline IP lookup across multiple languages.

DatabaseIP GeolocationOffline Lookup
0 likes · 3 min read
ip2region 2.11.0 Release Highlights: New Golang XDB Editor, Data Updates, and Optimizations
Laravel Tech Community
Laravel Tech Community
Aug 7, 2022 · Backend Development

How to Retrieve IP Geolocation in Java and PHP Using $_SERVER and ip2region

This article explains how to obtain a user's IP address on the server side, use the Taobao IP database or the open‑source ip2region library to map the IP to province and city, and demonstrates integration in Java, PHP and Laravel with sample code and performance details.

IP GeolocationJavaLaravel
0 likes · 8 min read
How to Retrieve IP Geolocation in Java and PHP Using $_SERVER and ip2region
Top Architect
Top Architect
Aug 6, 2022 · Backend Development

Retrieving Client IP and Using ip2region for IP Geolocation in Java

This article explains how to obtain a client's IP address from HttpServletRequest in Java, convert it to geographic location using the ip2region library, and demonstrates various query methods, caching strategies, and Maven integration for efficient backend IP geolocation.

HttpServletRequestIP GeolocationJava
0 likes · 12 min read
Retrieving Client IP and Using ip2region for IP Geolocation in Java
Architecture Digest
Architecture Digest
Aug 3, 2022 · Backend Development

How to Retrieve Client IP and Use ip2region for IP Geolocation in Java

This article explains how to obtain a user's IP address from an HttpServletRequest, introduces the ip2region offline IP‑location library, demonstrates Maven integration and multiple Java query implementations—including file‑only, vector‑index, and full‑memory caching—while providing benchmark and testing instructions.

HttpServletRequestIP GeolocationJava
0 likes · 15 min read
How to Retrieve Client IP and Use ip2region for IP Geolocation in Java
IT Services Circle
IT Services Circle
Jul 15, 2022 · Backend Development

How to Retrieve IP Geolocation in Java Using ip2region

This tutorial explains how to obtain a user's IP address from an HttpServletRequest, interpret the IP using the ip2region offline database, and display the corresponding province or country in a Java backend application, including code examples and Maven integration.

IP GeolocationJavaMaven
0 likes · 11 min read
How to Retrieve IP Geolocation in Java Using ip2region
macrozheng
macrozheng
Jul 7, 2022 · Backend Development

How to Retrieve IP Geolocation in Java with ip2region – Step‑by‑Step Guide

This article explains how to obtain a user's IP address in Java, map it to its geographic location using the ip2region library, and integrate the solution into a backend project with Maven, complete code examples, and details on the library's three query algorithms.

IP GeolocationJavabackend
0 likes · 12 min read
How to Retrieve IP Geolocation in Java with ip2region – Step‑by‑Step Guide
Architecture Digest
Architecture Digest
May 28, 2022 · Fundamentals

How IP Geolocation Works: From Autonomous Systems to Privacy Implications

This article explains the technical principles behind IP‑based location services, describing how autonomous systems (ASNs) map IP blocks to organizations and regions, and discusses the privacy concerns and real‑world applications of IP geolocation in modern internet platforms.

ASNAutonomous SystemIP Geolocation
0 likes · 7 min read
How IP Geolocation Works: From Autonomous Systems to Privacy Implications
Python Programming Learning Circle
Python Programming Learning Circle
May 16, 2022 · Information Security

How IP Geolocation Works and Its Privacy Implications

This article explains the technical principles behind IP‑based geolocation, describing how autonomous systems map IP addresses to approximate locations, the limits of accuracy, and the privacy concerns arising from both network operators and large‑scale data services.

Autonomous SystemIP Geolocationinformation security
0 likes · 7 min read
How IP Geolocation Works and Its Privacy Implications
IT Services Circle
IT Services Circle
May 16, 2022 · Information Security

How IP Addresses Reveal Geographic Locations and Their Privacy Implications

The article explains the technical principles behind IP geolocation using autonomous systems, describes how IP addresses can be mapped to regions and organizations, discusses the limits of precision, and highlights privacy concerns and potential misuse of location data in the modern digital era.

Autonomous SystemIP Geolocationinformation security
0 likes · 8 min read
How IP Addresses Reveal Geographic Locations and Their Privacy Implications
Java Architecture Diary
Java Architecture Diary
May 2, 2022 · Backend Development

How to Use ip2region in Spring Boot for Java IP Geolocation

This guide introduces ip2region, an offline IP geolocation library, and shows how to integrate its Java wrapper mica‑ip2region into Spring Boot, covering dependency setup, bean injection, search methods, IpInfo fields, and provides demo screenshots and related open‑source links.

IP GeolocationJavaMica
0 likes · 5 min read
How to Use ip2region in Spring Boot for Java IP Geolocation
Ctrip Technology
Ctrip Technology
Jan 18, 2018 · Big Data

Efficient IP Geolocation Using In-Memory Red-Black Tree in Real-Time Risk Control

This article describes how Ctrip's risk control system stores static IP location data in memory, transforms it into a red‑black tree for fast lookup, and outlines the data conversion process from database JSON to compact in‑memory structures, achieving high concurrency and low latency.

Big DataIP GeolocationReal-time Risk Control
0 likes · 14 min read
Efficient IP Geolocation Using In-Memory Red-Black Tree in Real-Time Risk Control